Re: [PATCH v2] ethdev: add Tx queue flow matching item

2023-06-29 Thread Thomas Monjalon
08/06/2023 21:59, Thomas Monjalon: > 08/05/2023 15:49, kirankum...@marvell.com: > > From: Kiran Kumar K > > > > Adding support for Tx queue flow matching item. > > This item is valid only for egress rules. > > An example use case would be that application can > > set different vlan insert rules w

Re: [PATCH v2] ethdev: add Tx queue flow matching item

2023-06-08 Thread Thomas Monjalon
08/05/2023 15:49, kirankum...@marvell.com: > From: Kiran Kumar K > > Adding support for Tx queue flow matching item. > This item is valid only for egress rules. > An example use case would be that application can > set different vlan insert rules with different PCP values > based on Tx queue numb

RE: [PATCH v2] ethdev: add Tx queue flow matching item

2023-05-17 Thread Ori Kam
Hi Kirankumark, > -Original Message- > From: kirankum...@marvell.com > Sent: Monday, May 8, 2023 4:50 PM > > From: Kiran Kumar K > > Adding support for Tx queue flow matching item. > This item is valid only for egress rules. > An example use case would be that application can > set dif

[PATCH v2] ethdev: add Tx queue flow matching item

2023-05-08 Thread kirankumark
From: Kiran Kumar K Adding support for Tx queue flow matching item. This item is valid only for egress rules. An example use case would be that application can set different vlan insert rules with different PCP values based on Tx queue number. Signed-off-by: Kiran Kumar K --- app/test-pmd/cmdl