Re: [PATCH v2 2/2] ethdev: introduce the PHY affinity field in Tx queue API

2023-02-02 Thread Thomas Monjalon
02/02/2023 10:28, Andrew Rybchenko: > On 2/1/23 18:50, Jiawei(Jonny) Wang wrote: > > From: Andrew Rybchenko > >> On 1/30/23 20:00, Jiawei Wang wrote: > >>> Adds the new tx_phy_affinity field into the padding hole of > >>> rte_eth_txconf structure, the size of rte_eth_txconf keeps the same. > >>> A

Re: [PATCH v2 2/2] ethdev: introduce the PHY affinity field in Tx queue API

2023-02-02 Thread Andrew Rybchenko
On 2/1/23 18:50, Jiawei(Jonny) Wang wrote: -Original Message- From: Andrew Rybchenko Subject: Re: [PATCH v2 2/2] ethdev: introduce the PHY affinity field in Tx queue API On 1/30/23 20:00, Jiawei Wang wrote: Adds the new tx_phy_affinity field into the padding hole of rte_eth_txconf

RE: [PATCH v2 2/2] ethdev: introduce the PHY affinity field in Tx queue API

2023-02-01 Thread Jiawei(Jonny) Wang
Hi, > -Original Message- > From: Andrew Rybchenko > Subject: Re: [PATCH v2 2/2] ethdev: introduce the PHY affinity field in Tx > queue > API > > On 1/30/23 20:00, Jiawei Wang wrote: > > For the multiple hardware ports connect to a single DPDK port >

RE: [PATCH v2 2/2] ethdev: introduce the PHY affinity field in Tx queue API

2023-02-01 Thread Jiawei(Jonny) Wang
> 30/01/2023 18:00, Jiawei Wang: > > --- a/devtools/libabigail.abignore > > +++ b/devtools/libabigail.abignore > > @@ -20,6 +20,11 @@ > > [suppress_file] > > soname_regexp = ^librte_.*mlx.*glue\. > > > > +; Ignore fields inserted in middle padding of rte_eth_txconf > > +[suppress_type]

Re: [PATCH v2 2/2] ethdev: introduce the PHY affinity field in Tx queue API

2023-02-01 Thread Andrew Rybchenko
On 1/30/23 20:00, Jiawei Wang wrote: For the multiple hardware ports connect to a single DPDK port (mhpsdp), the previous patch introduces the new rte flow item to match the phy affinity of the received packets. This patch adds the tx_phy_affinity setting in Tx queue API, the affinity "This pa

Re: [PATCH v2 2/2] ethdev: introduce the PHY affinity field in Tx queue API

2023-01-31 Thread Thomas Monjalon
30/01/2023 18:00, Jiawei Wang: > --- a/devtools/libabigail.abignore > +++ b/devtools/libabigail.abignore > @@ -20,6 +20,11 @@ > [suppress_file] > soname_regexp = ^librte_.*mlx.*glue\. > > +; Ignore fields inserted in middle padding of rte_eth_txconf > +[suppress_type] > +name =