Skip to content

Commit 5c5ecd8

Browse files
Bruno Dal Bocopybara-github
authored andcommitted
[roll] Roll fuchsia [netstack3] Operate GMP under lock
Linearize all GMP operations, including sending, under a single lock. This ensures frames are sent out in the expected order and works around the many allocations to extract actions out of locked contexts. Should make it easier to enhance GMP to support IGMPv3, MLDv2. Original-Fixed: 336871374 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1163884 Original-Revision: 3e919093e7e832cdf196f4fb4d0a58c4d7839cc5 GitOrigin-RevId: aa24701cef1f7c31de5a339b797da39a3ba044a7 Change-Id: I112964e9abca266454df7bddd0573d4da1dabfb6
1 parent a84497f commit 5c5ecd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="6e1592d2b60f93925ca75b8d7372041cfe6213bc"/>
14+
revision="3e919093e7e832cdf196f4fb4d0a58c4d7839cc5"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)