Re: [dpdk-dev] [PATCH] doc: announce change in ETH item struct

2020-08-05 Thread Dekel Peled
d.march...@redhat.com; > ferruh.yi...@intel.com; Asaf Penso > Subject: Re: [dpdk-dev] [PATCH] doc: announce change in ETH item struct > > On 8/5/20 4:31 PM, Dekel Peled wrote: > > Thanks, PSB. > > > >> -Original Message- > >> From: Andrew Rybchen

Re: [dpdk-dev] [PATCH] doc: announce change in ETH item struct

2020-08-05 Thread Andrew Rybchenko
; ajit.khapa...@broadcom.com; maxime.coque...@redhat.com; >> olivier.m...@6wind.com; david.march...@redhat.com; >> ferruh.yi...@intel.com; Asaf Penso >> Subject: Re: [dpdk-dev] [PATCH] doc: announce change in ETH item struct >> >> On 8/4/20 7:01 PM, Dekel Peled wrote: >&g

Re: [dpdk-dev] [PATCH] doc: announce change in ETH item struct

2020-08-05 Thread Dekel Peled
wind.com; david.march...@redhat.com; > ferruh.yi...@intel.com; Asaf Penso > Subject: Re: [dpdk-dev] [PATCH] doc: announce change in ETH item struct > > On 8/4/20 7:01 PM, Dekel Peled wrote: > > Struct rte_flow_item_eth will be modified to include additional > > values, in

Re: [dpdk-dev] [PATCH] doc: announce change in ETH item struct

2020-08-05 Thread Andrew Rybchenko
On 8/4/20 7:01 PM, Dekel Peled wrote: > Struct rte_flow_item_eth will be modified to include additional > values, indicating existence or absence of VLAN headers following > the ETH header, as proposed in RFC > https://mails.dpdk.org/archives/dev/2020-August/177349.html. > Because of ABI break this

Re: [dpdk-dev] [PATCH] doc: announce change in ETH item struct

2020-08-05 Thread Ajit Khaparde
On Tue, Aug 4, 2020 at 9:07 AM Dekel Peled wrote: > Struct rte_flow_item_eth will be modified to include additional > values, indicating existence or absence of VLAN headers following > the ETH header, as proposed in RFC > https://mails.dpdk.org/archives/dev/2020-August/177349.html. > Because of

[dpdk-dev] [PATCH] doc: announce change in ETH item struct

2020-08-04 Thread Dekel Peled
Struct rte_flow_item_eth will be modified to include additional values, indicating existence or absence of VLAN headers following the ETH header, as proposed in RFC https://mails.dpdk.org/archives/dev/2020-August/177349.html. Because of ABI break this change is proposed for 20.11. Signed-off-by: D