Re: [dpdk-dev] [PATCH 3/4] ether: add more protocol support in flow API

2018-03-29 Thread Pattan, Reshma
Hi, > + > + /** > + * Matches ARP IPv4 header. > + * > + * See struct rte_flow_item_arp. > + */ > + TE_FLOW_ITEM_TYPE_ARP, > + R is missing in name RTE_, similary in other places. + /** +* Match ICMPv6 Source Link-Layer Address. +* +* See

[dpdk-dev] [PATCH 3/4] ether: add more protocol support in flow API

2018-03-28 Thread Qi Zhang
Add new protocol header match support as below RTE_FLOW_ITEM_TYPE_ARP - match IPv4 ARP header RTE_FLOW_ITEM_TYPE_EXT_HDR_ANY - match any IPv6 extension header RTE_FLOW_ITEM_TYPE_ICMPV6 - match IPv6 ICMP header RTE_FLOW_ITEM_TYPE_ICMPV6_TGT_ADDR - match IPv6 ICMP Tar