Re: [dpdk-dev] [PATCH v3 1/4] ethdev: add MPLS and GRE items

2017-03-28 Thread Adrien Mazarguil
On Tue, Mar 28, 2017 at 02:40:05PM +0800, Beilei Xing wrote: > This patch adds MPLS and GRE items to generic rte flow. > > Signed-off-by: Beilei Xing > --- > doc/guides/prog_guide/rte_flow.rst | 21 ++-- > lib/librte_ether/rte_flow.h| 51 > +++

[dpdk-dev] [PATCH v3 1/4] ethdev: add MPLS and GRE items

2017-03-27 Thread Beilei Xing
This patch adds MPLS and GRE items to generic rte flow. Signed-off-by: Beilei Xing --- doc/guides/prog_guide/rte_flow.rst | 21 ++-- lib/librte_ether/rte_flow.h| 51 ++ 2 files changed, 70 insertions(+), 2 deletions(-) diff --git a/doc/gui