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

2017-10-05 Thread Wu, Jingjing
; To: Adrien Mazarguil > > > Cc: Xing, Beilei ; Wu, Jingjing > > > ; > Chilikin, > > > Andrey ; dev@dpdk.org > > > Subject: Re: [dpdk-dev] [PATCH v6 4/8] ethdev: add GTP items to support > > > flow API > > > > > > On 2 October 2

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

2017-10-05 Thread Adrien Mazarguil
> ; Chilikin, > > Andrey ; dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v6 4/8] ethdev: add GTP items to support > > flow API > > > > On 2 October 2017 at 13:27, Adrien Mazarguil > > wrote: > > > On Fri, Sep 29, 2017 at 10:29:55AM +01

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

2017-10-05 Thread Wu, Jingjing
> -Original Message- > From: Sean Harte [mailto:sea...@gmail.com] > Sent: Tuesday, October 3, 2017 4:57 PM > To: Adrien Mazarguil > Cc: Xing, Beilei ; Wu, Jingjing > ; Chilikin, > Andrey ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6 4/8] ethdev: add G

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

2017-10-03 Thread Sean Harte
On 2 October 2017 at 13:27, Adrien Mazarguil wrote: > On Fri, Sep 29, 2017 at 10:29:55AM +0100, Sean Harte wrote: >> On 29 September 2017 at 09:54, Xing, Beilei wrote: > >> >> > /** >> >> > + * RTE_FLOW_ITEM_TYPE_GTP. >> >> > + * >> >> > + * Matches a GTPv1 header. >> >> > + */ >> >> > +struct

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

2017-10-02 Thread Adrien Mazarguil
On Fri, Sep 29, 2017 at 10:29:55AM +0100, Sean Harte wrote: > On 29 September 2017 at 09:54, Xing, Beilei wrote: > >> > /** > >> > + * RTE_FLOW_ITEM_TYPE_GTP. > >> > + * > >> > + * Matches a GTPv1 header. > >> > + */ > >> > +struct rte_flow_item_gtp { > >> > + /** > >> > +* Version

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

2017-09-29 Thread Xing, Beilei
> -Original Message- > From: Sean Harte [mailto:sea...@gmail.com] > Sent: Friday, September 29, 2017 5:30 PM > To: Xing, Beilei > Cc: Wu, Jingjing ; Chilikin, Andrey > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6 4/8] ethdev: add GTP items to support

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

2017-09-29 Thread Sean Harte
g >> Subject: Re: [dpdk-dev] [PATCH v6 4/8] ethdev: add GTP items to support >> flow API >> >> On 29 September 2017 at 06:18, Beilei Xing wrote: >> > This patch adds GTP, GTPC and GTPU items for generic flow API, and >> > also exposes item fields through the

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

2017-09-29 Thread Xing, Beilei
> -Original Message- > From: Sean Harte [mailto:sea...@gmail.com] > Sent: Friday, September 29, 2017 4:15 PM > To: Xing, Beilei > Cc: Wu, Jingjing ; Chilikin, Andrey > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6 4/8] ethdev: add GTP items to support

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

2017-09-29 Thread Sean Harte
On 29 September 2017 at 06:18, 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 > Acked-by: Adrien Mazarguil > --- > app/test-pmd/cmdline_flow.c | 40

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

2017-09-28 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 Acked-by: Adrien Mazarguil --- app/test-pmd/cmdline_flow.c | 40 ++ app/test-pmd/config.c |