Re: [dpdk-dev] [PATCH v3 4/8] ethdev: add GTP items to support flow API

2017-09-22 Thread Adrien Mazarguil
On Sat, Sep 23, 2017 at 06:35:10AM +0800, Beilei Xing wrote: > This patch adds GTP, GTPC and GTPU items for > generic flow API, and also exposes item fields > through the flow command. > > Signed-off-by: Beilei Xing > diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c > +stat

[dpdk-dev] [PATCH v3 4/8] ethdev: add GTP items to support flow API

2017-09-22 Thread Beilei Xing
This patch adds GTP, GTPC and GTPU items for generic flow API, and also exposes item fields through the flow command. Signed-off-by: Beilei Xing --- app/test-pmd/cmdline_flow.c | 52 + app/test-pmd/config.c | 3 ++ doc/guides/pro