Re: [PATCH v2] doc: fix support table for ETH and VLAN flow items

2022-11-02 Thread Ilya Maximets
On 10/26/22 17:34, Thomas Monjalon wrote: > 13/10/2022 12:48, Ilya Maximets: >> 'has_vlan' attribute is only supported by sfc, mlx5 and cnxk. >> Other drivers doesn't support it. Most of them (like i40e) just >> ignore it silently. Some drivers (like mlx4) never had a full >> support of the eth i

Re: [PATCH v2] doc: fix support table for ETH and VLAN flow items

2022-10-26 Thread Thomas Monjalon
13/10/2022 12:48, Ilya Maximets: > 'has_vlan' attribute is only supported by sfc, mlx5 and cnxk. > Other drivers doesn't support it. Most of them (like i40e) just > ignore it silently. Some drivers (like mlx4) never had a full > support of the eth item even before introduction of 'has_vlan' > (ml

RE: [PATCH v2] doc: fix support table for ETH and VLAN flow items

2022-10-18 Thread Ori Kam
t; >> ; Beilei Xing ; Jingjing > Wu > >> ; Qiming Yang ; Qi > Zhang > >> ; Junfeng Guo ; Rosen > Xu > >> ; Matan Azrad ; Slava > Ovsiienko > >> ; Liron Himi ; Jiawen Wu > >> ; Jian Wang ; > Dekel > >> Peled ; sta...@dpdk.o

Re: [PATCH v2] doc: fix support table for ETH and VLAN flow items

2022-10-17 Thread fengchengwen
; Dongdong Liu ; >> Yisen Zhuang ; Yuying Zhang >> ; Beilei Xing ; Jingjing Wu >> ; Qiming Yang ; Qi Zhang >> ; Junfeng Guo ; Rosen Xu >> ; Matan Azrad ; Slava Ovsiienko >> ; Liron Himi ; Jiawen Wu >> ; Jian Wang ; Dekel >> Peled ; sta...@dpdk.

RE: [PATCH v2] doc: fix support table for ETH and VLAN flow items

2022-10-15 Thread Eli Britstein
gt;; Matan Azrad ; Slava Ovsiienko >; Liron Himi ; Jiawen Wu >; Jian Wang ; Dekel >Peled ; sta...@dpdk.org >Subject: Re: [PATCH v2] doc: fix support table for ETH and VLAN flow items > >External email: Use caution opening links or attachments > > >On 10/14/22 11:41, fengchengwe

Re: [PATCH v2] doc: fix support table for ETH and VLAN flow items

2022-10-14 Thread Ilya Maximets
On 10/14/22 11:41, fengchengwen wrote: > Hi Ilya, > >I have some questions about has_vlan/has_more_vlan fields: I think, these questions are more for rte_flow maintainers, but I'll try answer. Maintainers can correct me if I'm wrong. > >a\ DPDK framework support cvlan-tag(0x8100) and s

Re: [PATCH v2] doc: fix support table for ETH and VLAN flow items

2022-10-14 Thread fengchengwen
Hi Ilya, I have some questions about has_vlan/has_more_vlan fields: a\ DPDK framework support cvlan-tag(0x8100) and svlan-tag(0x88A8), and also deprecated qinq-tag(eg. 0x9100) b\ If has_vlan is used, does it mean that all the VLAN tags(0x8100/88A8/9100) must be matched ? I think

[PATCH v2] doc: fix support table for ETH and VLAN flow items

2022-10-13 Thread Ilya Maximets
'has_vlan' attribute is only supported by sfc, mlx5 and cnxk. Other drivers doesn't support it. Most of them (like i40e) just ignore it silently. Some drivers (like mlx4) never had a full support of the eth item even before introduction of 'has_vlan' (mlx4 allows to match on the destination MAC o