net/hns3: support promiscuous and allmulticast mode for VF
[dpdk.git] / drivers / net / hns3 / hns3_mbx.h
index b01eaac..d6d70f6 100644 (file)
@@ -40,6 +40,8 @@ enum HNS3_MBX_OPCODE {
        HNS3_MBX_SET_MTU,               /* (VF -> PF) set mtu */
        HNS3_MBX_GET_QID_IN_PF,         /* (VF -> PF) get queue id in pf */
 
+       HNS3_MBX_PUSH_PROMISC_INFO = 36, /* (PF -> VF) push vf promisc info */
+
        HNS3_MBX_HANDLE_VF_TBL = 38,    /* (VF -> PF) store/clear hw cfg tbl */
        HNS3_MBX_GET_RING_VECTOR_MAP,   /* (VF -> PF) get ring-to-vector map */
        HNS3_MBX_PUSH_LINK_STATUS = 201, /* (IMP -> PF) get port link status */