Skip to content

Commit

Permalink
net/hns3: remove unused macro
Browse files Browse the repository at this point in the history
'HNS3_RXD_LKBK_B' was defined in previous versions but no used.
This patch deleted it.

Fixes: bba6366 ("net/hns3: support Rx/Tx and related operations")
Cc: stable@dpdk.org

Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
  • Loading branch information
hushenggitcount authored and Ferruh Yigit committed Apr 20, 2021
1 parent b42cffa commit 55d5ad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/hns3/hns3_rxtx.h
Expand Up @@ -106,7 +106,6 @@
#define HNS3_RXD_L3L4P_B 11

#define HNS3_RXD_TS_VLD_B 14
#define HNS3_RXD_LKBK_B 15
#define HNS3_RXD_GRO_SIZE_S 16
#define HNS3_RXD_GRO_SIZE_M (0x3fff << HNS3_RXD_GRO_SIZE_S)

Expand Down

0 comments on commit 55d5ad6

Please sign in to comment.