net/hinic: add flow validation operations
authorXiaoyun Wang <cloud.wangxiaoyun@huawei.com>
Thu, 10 Oct 2019 14:51:52 +0000 (22:51 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 23 Oct 2019 14:43:08 +0000 (16:43 +0200)
commit73122b52e8e77e2dc1a911ae5d67704ea56a5246
tree22598400cab61fe6667946896b9cb159c4360d04
parenta5d668e6376db327fda591067d929c314466bd8f
net/hinic: add flow validation operations

This patch is to validate the filter rules, which includes
ntuple filter, ethertype filter and fdir filter. The packets
type that supported are BGP,VRRP,LACP,ARP and ICMP.

Signed-off-by: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com>
doc/guides/rel_notes/release_19_11.rst
drivers/net/hinic/Makefile
drivers/net/hinic/hinic_pmd_ethdev.c
drivers/net/hinic/hinic_pmd_ethdev.h
drivers/net/hinic/hinic_pmd_flow.c [new file with mode: 0644]
drivers/net/hinic/meson.build