Re: [dpdk-dev] [PATCH] net/hns3: delete redundant macro

2021-04-19 Thread Ferruh Yigit
On 4/19/2021 9:13 AM, Min Hu (Connor) wrote: 'HNS3_RXD_TSIND_S' and 'HNS3_RXD_TSIND_M' is unused, which should be deleted. This patch fixed it. Fixes: bba636698316 ("net/hns3: support Rx/Tx and related operations") Cc: sta...@dpdk.org Signed-off-by: Min Hu (Connor) Applied to dpdk-next-net/

[dpdk-dev] [PATCH] net/hns3: delete redundant macro

2021-04-19 Thread Min Hu (Connor)
'HNS3_RXD_TSIND_S' and 'HNS3_RXD_TSIND_M' is unused, which should be deleted. This patch fixed it. Fixes: bba636698316 ("net/hns3: support Rx/Tx and related operations") Cc: sta...@dpdk.org Signed-off-by: Min Hu (Connor) --- drivers/net/hns3/hns3_rxtx.h | 2 -- 1 file changed, 2 deletions(-)