Skip to content

Commit

Permalink
fix vlan locking to permit sx acquisition in ioctl calls
Browse files Browse the repository at this point in the history
- update vlan(9) to handle changes earlier this year in multicast locking

Tested by: np@, darkfiberu at gmail.com

PR:	230510
Reviewed by:	mjoras@, shurd@, sbruno@
Approved by:	re (gjb@)
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D16808
  • Loading branch information
mattmacy committed Sep 21, 2018
1 parent 0ca38ed commit d09bac9
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 143 deletions.
1 change: 1 addition & 0 deletions sys/net/if_var.h
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ struct ifnet {
#define NET_EPOCH_ENTER_ET(et) epoch_enter_preempt(net_epoch_preempt, &(et))
#define NET_EPOCH_EXIT() epoch_exit_preempt(net_epoch_preempt, &nep_et)
#define NET_EPOCH_EXIT_ET(et) epoch_exit_preempt(net_epoch_preempt, &(et))
#define NET_EPOCH_WAIT() epoch_wait_preempt(net_epoch_preempt)


/*
Expand Down
Loading

0 comments on commit d09bac9

Please sign in to comment.