RE: [PATCH v5 2/2] ethdev: add Aggregated affinity match item

2023-02-16 Thread Jiawei(Jonny) Wang
> Subject: Re: [PATCH v5 2/2] ethdev: add Aggregated affinity match item > > For the title, I suggest > ethdev: add flow matching of aggregated port > > 14/02/2023 16:48, Jiawei Wang: > > When multiple ports are aggregated into a single DPDK port, > > (example: Li

Re: [PATCH v5 2/2] ethdev: add Aggregated affinity match item

2023-02-16 Thread Thomas Monjalon
For the title, I suggest ethdev: add flow matching of aggregated port 14/02/2023 16:48, Jiawei Wang: > When multiple ports are aggregated into a single DPDK port, > (example: Linux bonding, DPDK bonding, failsafe, etc.), > we want to know which port is used for Rx and Tx. > > This patch allows to

[PATCH v5 2/2] ethdev: add Aggregated affinity match item

2023-02-14 Thread Jiawei Wang
When multiple ports are aggregated into a single DPDK port, (example: Linux bonding, DPDK bonding, failsafe, etc.), we want to know which port is used for Rx and Tx. This patch allows to map a Rx queue with an aggregated port by using a flow rule. The new item is called RTE_FLOW_ITEM_TYPE_AGGR_AFF