Skip to content

Commit

Permalink
net/mlx5: E-Switch, Implement promiscuous rx modes vf request handling
Browse files Browse the repository at this point in the history
Add promisc_change as a trigger to vport context change event.
Add set vport promisc/allmulti functions to add vport to promiscuous
flowtable rules.
Upon promisc/allmulti rx mode vf request add the vport to
the relevant promiscuous group (Allmulti/Promisc group) so the relevant
traffic will be forwarded to it.
Upon allmulti vf request add the vport to each existing multicast fdb
rule.
Upon adding/removing mcast address from a vport, update all other
allmulti vports.

Signed-off-by: Mohamad Haj Yahia <mohamad@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Mohamad Haj Yahia authored and David S. Miller committed May 4, 2016
1 parent 78a9199 commit a35f71f
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 6 deletions.
Loading

0 comments on commit a35f71f

Please sign in to comment.