Re: [dpdk-dev] [PATCH v7 0/4] match on GRE's key

2019-07-08 Thread Ferruh Yigit
On 7/5/2019 10:54 AM, Xiaoyu Min wrote: > This series patchs are based on RFC [1], which enable the matching on > GRE's key field. > And enabled MLX5 device supports on this. > > [1] https://patches.dpdk.org/patch/53432/ > > --- > v2: > * remove struct rte_flow_item_gre_key in order to comply n

[dpdk-dev] [PATCH v7 0/4] match on GRE's key

2019-07-05 Thread Xiaoyu Min
This series patchs are based on RFC [1], which enable the matching on GRE's key field. And enabled MLX5 device supports on this. [1] https://patches.dpdk.org/patch/53432/ --- v2: * remove struct rte_flow_item_gre_key in order to comply new convention v3: * updated release note * fixed one b