Re: [PATCH] ethdev: rename functions checking queue validity

2023-06-20 Thread Ferruh Yigit
On 6/19/2023 10:41 AM, Andrew Rybchenko wrote: > On 6/14/23 19:44, Stephen Hemminger wrote: >> On Wed, 14 Jun 2023 17:20:59 +0200 >> Thomas Monjalon wrote: >> >>> Two functions helping to check Rx/Tx queues validity >>> were added in DPDK 23.07-rc1. >>> As the release is not closed, it is still ti

Re: [PATCH] ethdev: rename functions checking queue validity

2023-06-19 Thread Andrew Rybchenko
On 6/14/23 19:44, Stephen Hemminger wrote: On Wed, 14 Jun 2023 17:20:59 +0200 Thomas Monjalon wrote: Two functions helping to check Rx/Tx queues validity were added in DPDK 23.07-rc1. As the release is not closed, it is still time to rename. The name proposed originally rte_eth_dev_is

Re: [PATCH] ethdev: rename functions checking queue validity

2023-06-14 Thread Stephen Hemminger
On Wed, 14 Jun 2023 17:20:59 +0200 Thomas Monjalon wrote: > Two functions helping to check Rx/Tx queues validity > were added in DPDK 23.07-rc1. > As the release is not closed, it is still time to rename. > > The name proposed originally > rte_eth_dev_is_valid_*xq > is consistent with this

Re: [PATCH] ethdev: rename functions checking queue validity

2023-06-14 Thread Ferruh Yigit
On 6/14/2023 4:20 PM, Thomas Monjalon wrote: > Two functions helping to check Rx/Tx queues validity > were added in DPDK 23.07-rc1. > As the release is not closed, it is still time to rename. > > The name proposed originally > rte_eth_dev_is_valid_*xq > is consistent with this function: >