Re: [dpdk-dev] [PATCH] net/hns3: fix debug build

2021-05-07 Thread Min Hu (Connor)
在 2021/5/7 20:25, David Marchand 写道: On Fri, May 7, 2021 at 2:20 PM Thomas Monjalon wrote: The variable "dev" is not used in hns3_get_tx_prep_needed() in the case of RTE_LIBRTE_ETHDEV_DEBUG: drivers/net/hns3/hns3_rxtx.c:4213:45: error: unused parameter ‘dev’ Fixes: d7ec2c076579 ("net/hns3

Re: [dpdk-dev] [PATCH] net/hns3: fix debug build

2021-05-07 Thread Thomas Monjalon
07/05/2021 14:25, David Marchand: > On Fri, May 7, 2021 at 2:20 PM Thomas Monjalon wrote: > > > > The variable "dev" is not used in hns3_get_tx_prep_needed() > > in the case of RTE_LIBRTE_ETHDEV_DEBUG: > > drivers/net/hns3/hns3_rxtx.c:4213:45: error: unused parameter ‘dev’ > > Fixes: d7ec2c076579

Re: [dpdk-dev] [PATCH] net/hns3: fix debug build

2021-05-07 Thread David Marchand
On Fri, May 7, 2021 at 2:20 PM Thomas Monjalon wrote: > > The variable "dev" is not used in hns3_get_tx_prep_needed() > in the case of RTE_LIBRTE_ETHDEV_DEBUG: > drivers/net/hns3/hns3_rxtx.c:4213:45: error: unused parameter ‘dev’ Fixes: d7ec2c076579 ("net/hns3: select Tx prepare based on Tx offlo

[dpdk-dev] [PATCH] net/hns3: fix debug build

2021-05-07 Thread Thomas Monjalon
The variable "dev" is not used in hns3_get_tx_prep_needed() in the case of RTE_LIBRTE_ETHDEV_DEBUG: drivers/net/hns3/hns3_rxtx.c:4213:45: error: unused parameter ‘dev’ Reported-by: David Marchand Signed-off-by: Thomas Monjalon --- drivers/net/hns3/hns3_rxtx.c | 1 + 1 file changed, 1 insertion(