net/enic: flow API for NICs with advanced filters disabled
authorJohn Daley <johndale@cisco.com>
Wed, 17 May 2017 22:38:08 +0000 (15:38 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 12 Jun 2017 09:41:26 +0000 (10:41 +0100)
commit26faa126d87eb7a1cf3aa9fd539d7d58742ae936
tree166ae412f587a7b7772fc40e64da8ca7c0f99b95
parent2bbfbd48b7fbb2d9d1c8b233dd97cff2b35a6c07
net/enic: flow API for NICs with advanced filters disabled

Flow support for 1300 series adapters with the 'Advanced Filter'
mode disabled via the UCS management interface. This allows:
Attributes: ingress
Items: Outer eth, ipv4, ipv6, udp, sctp, tcp, vxlan. Inner eth, ipv4,
       ipv6, udp, tcp.
Actions: queue and void
Selectors: 'is', 'spec' and 'mask'. 'last' is not supported

With advanced filters disabled, an IPv4 or IPv6 item must be specified
in the pattern.

Signed-off-by: John Daley <johndale@cisco.com>
Reviewed-by: Nelson Escobar <neescoba@cisco.com>
drivers/net/enic/enic_flow.c