net/memif: fix overwriting of head segment
[dpdk.git] / drivers / net / hns3 / hns3_cmd.h
index a4683de..f9addc6 100644 (file)
@@ -603,7 +603,6 @@ struct hns3_cfg_gro_status_cmd {
 
 #define HNS3_RSS_HASH_KEY_OFFSET_B     4
 
-#define HNS3_RSS_CFG_TBL_SIZE  16
 #define HNS3_RSS_HASH_KEY_NUM  16
 /* Configure the algorithm mode and Hash Key, opcode:0x0D01 */
 struct hns3_rss_generic_config_cmd {
@@ -923,7 +922,8 @@ enum hns3_mac_vlan_add_resp_code {
        HNS3_ADD_MC_OVERFLOW,      /* ADD failed for MC overflow */
 };
 
-#define HNS3_MC_MAC_VLAN_ADD_DESC_NUM  3
+#define HNS3_MC_MAC_VLAN_OPS_DESC_NUM   3
+#define HNS3_UC_MAC_VLAN_OPS_DESC_NUM   1
 
 #define HNS3_MAC_VLAN_BIT0_EN_B                0
 #define HNS3_MAC_VLAN_BIT1_EN_B                1