Re: [dpdk-dev] [PATCH v2] doc: announce change in ETH and VLAN item structs

2020-08-06 Thread Thomas Monjalon
> > >> Structs rte_flow_item_eth and rte_flow_item_vlan will be modified, > > >> to include an additional value, indicating existence or absence of VLAN > > >> headers following the current header, as proposed in RFC > > >> https://mails.dpdk.org/archives/dev/2020-August/177536.html. > > >> Because

Re: [dpdk-dev] [PATCH v2] doc: announce change in ETH and VLAN item structs

2020-08-06 Thread Ajit Khaparde
On Thu, Aug 6, 2020 at 8:14 AM Andrew Rybchenko wrote: > On 8/6/20 3:25 PM, Thomas Monjalon wrote: > > 06/08/2020 12:45, Dekel Peled: > >> Structs rte_flow_item_eth and rte_flow_item_vlan will be modified, > >> to include an additional value, indicating existence or absence of VLAN > >> headers f

Re: [dpdk-dev] [PATCH v2] doc: announce change in ETH and VLAN item structs

2020-08-06 Thread Ori Kam
> -Original Message- > From: dev On Behalf Of Dekel Peled > > Structs rte_flow_item_eth and rte_flow_item_vlan will be modified, > to include an additional value, indicating existence or absence of VLAN > headers following the current header, as proposed in RFC > https://eur03.safelink

Re: [dpdk-dev] [PATCH v2] doc: announce change in ETH and VLAN item structs

2020-08-06 Thread Andrew Rybchenko
On 8/6/20 3:25 PM, Thomas Monjalon wrote: > 06/08/2020 12:45, Dekel Peled: >> Structs rte_flow_item_eth and rte_flow_item_vlan will be modified, >> to include an additional value, indicating existence or absence of VLAN >> headers following the current header, as proposed in RFC >> https://mails.dp

Re: [dpdk-dev] [PATCH v2] doc: announce change in ETH and VLAN item structs

2020-08-06 Thread Thomas Monjalon
06/08/2020 12:45, Dekel Peled: > Structs rte_flow_item_eth and rte_flow_item_vlan will be modified, > to include an additional value, indicating existence or absence of VLAN > headers following the current header, as proposed in RFC > https://mails.dpdk.org/archives/dev/2020-August/177536.html. > B