RE: [dpdk-dev][PATCH] ethdev: add send queue flow matching item

2023-05-17 Thread Ori Kam
t; ; Ferruh Yigit ; Andrew > Rybchenko ; dev@dpdk.org > Subject: Re: [dpdk-dev][PATCH] ethdev: add send queue flow matching item > > Hi all, > > I'd like to test this feature somehow but this patch just implements the > API... > Will there > be some PMD support soo

Re: [dpdk-dev][PATCH] ethdev: add send queue flow matching item

2023-05-12 Thread Jan Viktorin
Hi all, I'd like to test this feature somehow but this patch just implements the API... Will there be some PMD support soon? I could see that mlx5 implements some internal hidden RTE Flow item SC already that matches this behaviour... It would be great to make it available via this TX_QUEUE fea

Re: [dpdk-dev][PATCH] ethdev: add send queue flow matching item

2023-05-04 Thread Jerin Jacob
On Thu, Apr 20, 2023 at 10:59 AM wrote: > > From: Kiran Kumar K > > Adding support for send queue flow matching item. To be consistent, use Tx queue every where.(git commit subject too) > This item is valid only for egress rules. > An example use case would be that application can > set differe

[dpdk-dev][PATCH] ethdev: add send queue flow matching item

2023-04-19 Thread kirankumark
From: Kiran Kumar K Adding support for send 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/cm