Re: [dpdk-dev] [PATCH v2 4/4] common/cnxk: fix dual VLAN parsing issue

2023-01-11 Thread Jerin Jacob
On Wed, Jan 11, 2023 at 11:09 AM wrote: > > From: Satheesh Paul > > Flow parsing was not handling pattern matching on the > fields of inner VLAN even though MKEX profile could be > extracting inner VLAN fields. Code has been modified > to handle matching fields on two VLAN tags. > > Fixes: c34ea7

[dpdk-dev] [PATCH v2 4/4] common/cnxk: fix dual VLAN parsing issue

2023-01-10 Thread psatheesh
From: Satheesh Paul Flow parsing was not handling pattern matching on the fields of inner VLAN even though MKEX profile could be extracting inner VLAN fields. Code has been modified to handle matching fields on two VLAN tags. Fixes: c34ea71b878 ("common/cnxk: add NPC parsing API") Cc: sta...@dpd