Re: [dpdk-dev] [PATCH 1/3] app/testpmd: support MPLS for generic filter

2017-03-05 Thread Xing, Beilei
Hi Adrien, > -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Friday, March 3, 2017 7:09 PM > To: Xing, Beilei > Cc: Wu, Jingjing ; Zhang, Helin > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/3] app/testpmd: support MPLS

Re: [dpdk-dev] [PATCH 1/3] app/testpmd: support MPLS for generic filter

2017-03-03 Thread Adrien Mazarguil
Hi Beilei, I think the commit title should reflect that this commit adds support for GRE and MPLS items to rte_flow, testpmd changes are only a consequence. On Fri, Mar 03, 2017 at 05:43:54PM +0800, Beilei Xing wrote: > This patch adds MPLS support for generic filter > API. > > Signed-off-by: Be