Re: [dpdk-dev] [PATCH] ethdev: add VLAN attributes to ETH and VLAN items

2020-10-07 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Ori Kam > Sent: Wednesday, October 7, 2020 3:14 PM > To: Maxime Leroy ; Dekel Peled > ; NBU-Contact-Thomas Monjalon > > Cc: ferruh.yi...@intel.com; arybche...@solarflare.com; dev@dpdk.org > Subject: RE: [PATCH] ethdev: add VLAN attributes to ETH

Re: [dpdk-dev] [PATCH] ethdev: add VLAN attributes to ETH and VLAN items

2020-10-07 Thread Ori Kam
Sorry for jumping late, > -Original Message- > From: Maxime Leroy > Sent: Wednesday, October 7, 2020 2:52 PM > Subject: Re: [PATCH] ethdev: add VLAN attributes to ETH and VLAN items > > On Mon, Oct 5, 2020 at 11:37 AM Dekel Peled wrote: > > > > Thanks, PSB. > > > > > -Original Mess

Re: [dpdk-dev] [PATCH] ethdev: add VLAN attributes to ETH and VLAN items

2020-10-07 Thread Maxime Leroy
On Mon, Oct 5, 2020 at 11:37 AM Dekel Peled wrote: > > Thanks, PSB. > > > -Original Message- > > From: Maxime Leroy > > Sent: Friday, October 2, 2020 3:39 PM > > To: Dekel Peled > > Cc: Ori Kam ; NBU-Contact-Thomas Monjalon > > ; ferruh.yi...@intel.com; > > arybche...@solarflare.com; dev

Re: [dpdk-dev] [PATCH] ethdev: add VLAN attributes to ETH and VLAN items

2020-10-05 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Maxime Leroy > Sent: Friday, October 2, 2020 3:39 PM > To: Dekel Peled > Cc: Ori Kam ; NBU-Contact-Thomas Monjalon > ; ferruh.yi...@intel.com; > arybche...@solarflare.com; dev@dpdk.org; Dekel Peled > > Subject: Re: [PATCH] ethdev: add VLAN attri

Re: [dpdk-dev] [PATCH] ethdev: add VLAN attributes to ETH and VLAN items

2020-10-02 Thread Thomas Monjalon
02/10/2020 14:39, Maxime Leroy: > Hi Dekel, > > On Thu, Oct 1, 2020 at 8:49 PM Dekel Peled wrote: > > > > From: Dekel Peled > > > > This patch implements the change proposes in RFC [1], adding dedicated > > fields to ETH and VLAN items structs, to clearly define the required > > characteristic o

Re: [dpdk-dev] [PATCH] ethdev: add VLAN attributes to ETH and VLAN items

2020-10-02 Thread Maxime Leroy
Hi Dekel, On Thu, Oct 1, 2020 at 8:49 PM Dekel Peled wrote: > > From: Dekel Peled > > This patch implements the change proposes in RFC [1], adding dedicated > fields to ETH and VLAN items structs, to clearly define the required > characteristic of a packet, and enable precise match criteria. > >