Re: [dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action

2018-10-22 Thread Ori Kam
ev@dpdk.org; Dekel Peled ; Thomas Monjalon > ; Nélio Laranjeiro ; > Yongseok Koh ; Shahaf Shuler > > Subject: Re: [dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action > > On 10/22/18 4:19 PM, Ori Kam wrote: > >> -Original Message- > >> From: A

Re: [dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action

2018-10-22 Thread Andrew Rybchenko
@dpdk.org; Dekel Peled ; Thomas Monjalon ; Nélio Laranjeiro ; Yongseok Koh ; Shahaf Shuler Subject: Re: [dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action On 10/17/18 11:43 AM, Ori Kam wrote: -Original Message- From: Andrew Rybchenko Sent: Wednesday, October 17, 2018 10:56 AM To

Re: [dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action

2018-10-22 Thread Ori Kam
ev@dpdk.org; Dekel Peled ; Thomas Monjalon > ; Nélio Laranjeiro ; > Yongseok Koh ; Shahaf Shuler > > Subject: Re: [dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action > > On 10/17/18 11:43 AM, Ori Kam wrote: > >> -Original Message- > >> From: An

Re: [dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action

2018-10-22 Thread Andrew Rybchenko
@dpdk.org; Dekel Peled ; Thomas Monjalon ; Nélio Laranjeiro ; Yongseok Koh ; Shahaf Shuler Subject: Re: [dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action On 10/17/18 12:41 AM, Ori Kam wrote: Currenlty the encap/decap actions only support encapsulation of VXLAN and NVGRE L2 packets (L2

Re: [dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action

2018-10-17 Thread Ori Kam
Cc: dev@dpdk.org; Dekel Peled ; Thomas Monjalon > ; Nélio Laranjeiro ; > Yongseok Koh ; Shahaf Shuler > > Subject: Re: [dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action > > On 10/17/18 12:41 AM, Ori Kam wrote: > Currenlty the encap/decap actions only support enca

Re: [dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action

2018-10-17 Thread Andrew Rybchenko
On 10/17/18 12:41 AM, Ori Kam wrote: Currenlty the encap/decap actions only support encapsulation of VXLAN and NVGRE L2 packets (L2 encapsulation is where the inner packet has a valid Ethernet header, while L3 encapsulation is where the inner packet doesn't have the Ethernet header). In addtion t

[dpdk-dev] [PATCH v4 1/3] ethdev: add raw encapsulation action

2018-10-16 Thread Ori Kam
Currenlty the encap/decap actions only support encapsulation of VXLAN and NVGRE L2 packets (L2 encapsulation is where the inner packet has a valid Ethernet header, while L3 encapsulation is where the inner packet doesn't have the Ethernet header). In addtion the parameter to to the encap action is