On 3/9/2017 3:26 PM, Andrew Rybchenko wrote: > Support simple queue destination flow API filters in Solarflare > libefx-based PMD including: > - Ethernet source/destination, EtherType exact matching > - VLAN ID exact matching including double-tagging > - IPv4/6 source/destination and IP protocol exact matching > - TCP/UDP source/destination exact matching > > Supported combinations of fields mentioned above depend on > firmware (including running variant) and correctly processed by > validate callback. > > v1 -> v2: > - fix spelling > - add comments to protocol parsers > - add release notes > - add l3 and l4 layer enum items on demand > > Andrew Rybchenko (2): > net/sfc: implement dummy filter control callback > net/sfc: provide a way to check if filter is supported > > Mark Spender (2): > net/sfc/base: split local MAC I/G back into separate flags > net/sfc/base: improve API to get supported filter matches > > Roman Zhukov (7): > net/sfc: add flow API filters support > net/sfc: add VLAN in flow API filters support > net/sfc: add IPV4 in flow API filters support > net/sfc: add IPV6 in flow API filters support > net/sfc: add TCP in flow API filters support > net/sfc: add UDP in flow API filters support > net/sfc: add unknown unicast/multicast match in flow API
Series applied to dpdk-next-net/master, thanks.