From: Hadar Hen Zion Date: Thu, 5 Jul 2012 04:03:48 +0000 (+0000) Subject: net/mlx4: Implement promiscuous mode with device managed flow-steering X-Git-Tag: v3.6-rc1~125^2~273 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=592e49dda8122ab621cdc59cc429bdb968ee6364;p=pandora-kernel.git net/mlx4: Implement promiscuous mode with device managed flow-steering The device managed flow steering API has three promiscuous modes: 1. Uplink - captures all the packets that arrive to the port. 2. Allmulti - captures all multicast packets arriving to the port. 3. Function port - for future use, this mode is not implemented yet. Use these modes with the flow_attach and flow_detach firmware commands according to the promiscuous state of the netdevice. Signed-off-by: Hadar Hen Zion Signed-off-by: Or Gerlitz Signed-off-by: David S. Miller --- Reading git-diff-tree failed