Re: [dpdk-dev] [PATCH v4 4/4] app/testpmd: match GRE's key and present bits

2019-07-04 Thread Jack Min
On Thu, 19-07-04, 14:13, Adrien Mazarguil wrote: > On Thu, Jul 04, 2019 at 11:56:35AM +, Jack Min wrote: > > On Thu, 19-07-04, 11:52, Adrien Mazarguil wrote: > > > On Thu, Jul 04, 2019 at 05:52:43AM +, Jack Min wrote: > > > > On Wed, 19-07-03, 17:25, Adrien Mazarguil wrote: > > > > > On Tue

Re: [dpdk-dev] [PATCH v4 4/4] app/testpmd: match GRE's key and present bits

2019-07-04 Thread Adrien Mazarguil
On Thu, Jul 04, 2019 at 11:56:35AM +, Jack Min wrote: > On Thu, 19-07-04, 11:52, Adrien Mazarguil wrote: > > On Thu, Jul 04, 2019 at 05:52:43AM +, Jack Min wrote: > > > On Wed, 19-07-03, 17:25, Adrien Mazarguil wrote: > > > > On Tue, Jul 02, 2019 at 05:45:55PM +0800, Xiaoyu Min wrote: > > >

Re: [dpdk-dev] [PATCH v4 4/4] app/testpmd: match GRE's key and present bits

2019-07-04 Thread Jack Min
On Thu, 19-07-04, 11:52, Adrien Mazarguil wrote: > On Thu, Jul 04, 2019 at 05:52:43AM +, Jack Min wrote: > > On Wed, 19-07-03, 17:25, Adrien Mazarguil wrote: > > > On Tue, Jul 02, 2019 at 05:45:55PM +0800, Xiaoyu Min wrote: > > > > support matching on GRE key and present bits (C,K,S) > > > > >

Re: [dpdk-dev] [PATCH v4 4/4] app/testpmd: match GRE's key and present bits

2019-07-04 Thread Adrien Mazarguil
On Thu, Jul 04, 2019 at 05:52:43AM +, Jack Min wrote: > On Wed, 19-07-03, 17:25, Adrien Mazarguil wrote: > > On Tue, Jul 02, 2019 at 05:45:55PM +0800, Xiaoyu Min wrote: > > > support matching on GRE key and present bits (C,K,S) > > > > > > example testpmd command could be: > > > testpmd>flow

Re: [dpdk-dev] [PATCH v4 4/4] app/testpmd: match GRE's key and present bits

2019-07-03 Thread Jack Min
On Wed, 19-07-03, 17:25, Adrien Mazarguil wrote: > On Tue, Jul 02, 2019 at 05:45:55PM +0800, Xiaoyu Min wrote: > > support matching on GRE key and present bits (C,K,S) > > > > example testpmd command could be: > > testpmd>flow create 0 ingress group 1 pattern eth / ipv4 / > > gre crksv

Re: [dpdk-dev] [PATCH v4 4/4] app/testpmd: match GRE's key and present bits

2019-07-03 Thread Adrien Mazarguil
On Tue, Jul 02, 2019 at 05:45:55PM +0800, Xiaoyu Min wrote: > support matching on GRE key and present bits (C,K,S) > > example testpmd command could be: > testpmd>flow create 0 ingress group 1 pattern eth / ipv4 / > gre crksv is 0x2000 crksv mask 0xb000 / > gre_key key is 0x123

[dpdk-dev] [PATCH v4 4/4] app/testpmd: match GRE's key and present bits

2019-07-02 Thread Xiaoyu Min
support matching on GRE key and present bits (C,K,S) example testpmd command could be: testpmd>flow create 0 ingress group 1 pattern eth / ipv4 / gre crksv is 0x2000 crksv mask 0xb000 / gre_key key is 0x12345678 / end actions rss queues 1 0 end / mark id 196 / end