Re: [dpdk-dev] [PATCH v2] doc: refine ethernet and VLAN flow rule items

2020-05-07 Thread Ferruh Yigit
On 5/3/2020 3:57 PM, Ori Kam wrote: > > >> -Original Message- >> From: Andrew Rybchenko >> >> On 5/3/20 10:17 AM, Dekel Peled wrote: >>> Specified pattern may be translated in different manner. >>> For example the pattern "eth / ipv4" can be translated to match >>> untagged packets only,

Re: [dpdk-dev] [PATCH v2] doc: refine ethernet and VLAN flow rule items

2020-05-05 Thread Ferruh Yigit
On 5/3/2020 8:17 AM, Dekel Peled wrote: > Specified pattern may be translated in different manner. > For example the pattern "eth / ipv4" can be translated to match > untagged packets only, since the pattern doesn't specify a VLAN item. > It can also be translated to match both tagged and untagged

Re: [dpdk-dev] [PATCH v2] doc: refine ethernet and VLAN flow rule items

2020-05-03 Thread Ori Kam
> -Original Message- > From: Andrew Rybchenko > > On 5/3/20 10:17 AM, Dekel Peled wrote: > > Specified pattern may be translated in different manner. > > For example the pattern "eth / ipv4" can be translated to match > > untagged packets only, since the pattern doesn't specify a VLAN i

Re: [dpdk-dev] [PATCH v2] doc: refine ethernet and VLAN flow rule items

2020-05-03 Thread Andrew Rybchenko
On 5/3/20 10:17 AM, Dekel Peled wrote: > Specified pattern may be translated in different manner. > For example the pattern "eth / ipv4" can be translated to match > untagged packets only, since the pattern doesn't specify a VLAN item. > It can also be translated to match both tagged and untagged p

[dpdk-dev] [PATCH v2] doc: refine ethernet and VLAN flow rule items

2020-05-03 Thread Dekel Peled
Specified pattern may be translated in different manner. For example the pattern "eth / ipv4" can be translated to match untagged packets only, since the pattern doesn't specify a VLAN item. It can also be translated to match both tagged and untagged packets, for the same reason. This patch updates