RE: [PATCH v6 0/2] Add Tx queue mapping of aggregated ports

2023-02-17 Thread Jiawei(Jonny) Wang
Subject: Re: [PATCH v6 0/2] Add Tx queue mapping of aggregated ports > > On 2/17/2023 10:50 AM, Jiawei Wang wrote: > > When multiple ports are aggregated into a single DPDK port, > > (example: Linux bonding, DPDK bonding, failsafe, etc.), we want to > > know which port is us

Re: [PATCH v6 0/2] Add Tx queue mapping of aggregated ports

2023-02-17 Thread Ferruh Yigit
On 2/17/2023 10:50 AM, Jiawei Wang wrote: > 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 introduces the new ethdev API > rte_eth_dev_map_aggr_tx_affinity(), i

[PATCH v6 0/2] Add Tx queue mapping of aggregated ports

2023-02-17 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 introduces the new ethdev API rte_eth_dev_map_aggr_tx_affinity(), it's used to map a Tx queue with an aggregated port of