Re: [dpdk-dev] [PATCH v3 4/4] app/testpmd: add commands for tunnel offload API

2020-10-04 Thread Ajit Khaparde
Gregory, [snip] > > > testpmd> flow tunnel 0 type vxlan > > > port 0: flow tunnel #1 type vxlan > > > testpmd> flow create 0 ingress group 0 tunnel_set 1 > > > pattern eth /ipv4 / udp dst is 4789 / vxlan / end > > > actions jump group 0 / end > > > > I could not get enough time

Re: [dpdk-dev] [PATCH v3 4/4] app/testpmd: add commands for tunnel offload API

2020-10-04 Thread Gregory Etelson
Hello Ajit, > [snip] > > > > testpmd> flow tunnel 0 type vxlan > > > > port 0: flow tunnel #1 type vxlan > > > > testpmd> flow create 0 ingress group 0 tunnel_set 1 > > > > pattern eth /ipv4 / udp dst is 4789 / vxlan / end > > > > actions jump group 0 / end > > > > > > I could n

Re: [dpdk-dev] [PATCH v3 4/4] app/testpmd: add commands for tunnel offload API

2020-10-01 Thread Ajit Khaparde
On Wed, Sep 30, 2020 at 2:21 AM Gregory Etelson wrote: > > Tunnel Offload API provides hardware independent, unified model > to offload tunneled traffic. Key model elements are: > - apply matches to both outer and inner packet headers >during entire offload procedure; > - restore outer heade

Re: [dpdk-dev] [PATCH v3 4/4] app/testpmd: add commands for tunnel offload API

2020-10-01 Thread Gregory Etelson
Hello Ajit, > -Original Message- > On Wed, Sep 30, 2020 at 2:21 AM Gregory Etelson > wrote: > > > > Tunnel Offload API provides hardware independent, unified model > > to offload tunneled traffic. Key model elements are: > > - apply matches to both outer and inner packet headers > >d

[dpdk-dev] [PATCH v3 4/4] app/testpmd: add commands for tunnel offload API

2020-09-30 Thread Gregory Etelson
Tunnel Offload API provides hardware independent, unified model to offload tunneled traffic. Key model elements are: - apply matches to both outer and inner packet headers during entire offload procedure; - restore outer header of partially offloaded packet; - model is implemented as a set of