net/hns3: remove unused macros
'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: stable@dpdk.org Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
This commit is contained in:
parent
e2cd696ba4
commit
81b129d419
@ -104,8 +104,6 @@
|
||||
#define HNS3_RXD_LUM_B 9
|
||||
#define HNS3_RXD_CRCP_B 10
|
||||
#define HNS3_RXD_L3L4P_B 11
|
||||
#define HNS3_RXD_TSIND_S 12
|
||||
#define HNS3_RXD_TSIND_M (0x7 << HNS3_RXD_TSIND_S)
|
||||
|
||||
#define HNS3_RXD_TS_VLD_B 14
|
||||
#define HNS3_RXD_LKBK_B 15
|
||||
|
Loading…
x
Reference in New Issue
Block a user