net/ice/base: init flag redirect table for parser
[dpdk.git] / drivers / net / hns3 / hns3_cmd.h
index 0c9b8fc..a4683de 100644 (file)
@@ -315,6 +315,7 @@ enum HNS3_CAPS_BITS {
         */
        HNS3_CAPS_FD_QUEUE_REGION_B = 2,
        HNS3_CAPS_PTP_B,
+       HNS3_CAPS_TX_PUSH_B = 6,
        HNS3_CAPS_PHY_IMP_B = 7,
        HNS3_CAPS_TQP_TXRX_INDEP_B,
        HNS3_CAPS_HW_PAD_B,
@@ -325,6 +326,15 @@ enum HNS3_CAPS_BITS {
        HNS3_CAPS_TM_B = 17,
 };
 
+/* Capabilities of VF dependent on the PF */
+enum HNS3VF_CAPS_BITS {
+       /*
+        * The following capability index definitions must be the same as those
+        * in kernel side PF.
+        */
+       HNS3VF_CAPS_VLAN_FLT_MOD_B = 0,
+};
+
 enum HNS3_API_CAP_BITS {
        HNS3_API_CAP_FLEX_RSS_TBL_B,
 };