Re: [dpdk-dev] [PATCH v3 13/14] ethdev: fix incomplete items in flow API

2017-04-26 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Wednesday, April 26, 2017 8:07 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhao1, Wei; Lu, Wenzhuo > Subject: [PATCH v3 13/14] ethdev: fix incomplete items in flow API > > E-Tag and NVGRE patter

[dpdk-dev] [PATCH v3 13/14] ethdev: fix incomplete items in flow API

2017-04-26 Thread Adrien Mazarguil
E-Tag and NVGRE pattern items have been added hastily without updating documentation nor testpmd. This commit also adds default masks for these items based on the ixgbe implementation. Fixes: 99e7003831c3 ("net/ixgbe: parse L2 tunnel filter") Cc: sta...@dpdk.org Cc: Wei Zhao Cc: Wenzhuo Lu Sig