]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/liquidio/base/lio_hw_defs.h
net/liquidio: add APIs to enable and disable multicast
[dpdk.git] / drivers / net / liquidio / base / lio_hw_defs.h
index 3ea2e0f7e51d12c7b268a8137175c4c29e1097c5..781e929432c5ebead410199c5a2cec27cbd94d66 100644 (file)
@@ -130,6 +130,7 @@ enum octeon_tag_type {
 #define LIO_MAX_RX_PKTLEN              (64 * 1024)
 
 /* NIC Command types */
+#define LIO_CMD_CHANGE_DEVFLAGS                0x3
 #define LIO_CMD_RX_CTL                 0x4
 #define LIO_CMD_SET_RSS                        0xD
 
@@ -165,6 +166,7 @@ enum octeon_tag_type {
 
 /* Interface flags communicated between host driver and core app. */
 enum lio_ifflags {
+       LIO_IFFLAG_ALLMULTI     = 0x02,
        LIO_IFFLAG_UNICAST      = 0x10
 };