RE: [RFC 2/5] ethdev: introduce the affinity field in Tx queue API

2023-01-24 Thread Jiawei(Jonny) Wang
Hi, > 18/01/2023 15:44, Jiawei(Jonny) Wang: > > > 21/12/2022 11:29, Jiawei Wang: > > > > For the multiple hardware ports connect to a single DPDK port > > > > (mhpsdp), the previous patch introduces the new rte flow item to > > > > match the port affinity of the received packets. > > > > > > > > T

Re: [RFC 2/5] ethdev: introduce the affinity field in Tx queue API

2023-01-18 Thread Thomas Monjalon
18/01/2023 15:44, Jiawei(Jonny) Wang: > > 21/12/2022 11:29, Jiawei Wang: > > > For the multiple hardware ports connect to a single DPDK port > > > (mhpsdp), the previous patch introduces the new rte flow item to match > > > the port affinity of the received packets. > > > > > > This patch adds the

RE: [RFC 2/5] ethdev: introduce the affinity field in Tx queue API

2023-01-18 Thread Jiawei(Jonny) Wang
Hi, > > 21/12/2022 11:29, Jiawei Wang: > > For the multiple hardware ports connect to a single DPDK port > > (mhpsdp), the previous patch introduces the new rte flow item to match > > the port affinity of the received packets. > > > > This patch adds the tx_affinity setting in Tx queue API, the

Re: [RFC 2/5] ethdev: introduce the affinity field in Tx queue API

2023-01-18 Thread Thomas Monjalon
21/12/2022 11:29, Jiawei Wang: > For the multiple hardware ports connect to a single DPDK port (mhpsdp), > the previous patch introduces the new rte flow item to match the port > affinity of the received packets. > > This patch adds the tx_affinity setting in Tx queue API, the affinity value > ref

RE: [RFC 2/5] ethdev: introduce the affinity field in Tx queue API

2023-01-11 Thread Ori Kam
Hi Jiawei, > -Original Message- > From: Jiawei(Jonny) Wang > Sent: Wednesday, 21 December 2022 12:30 > > For the multiple hardware ports connect to a single DPDK port (mhpsdp), > the previous patch introduces the new rte flow item to match the port > affinity of the received packets. >