]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnx2x/bnx2x.h
net/bnx2x: add multicast MAC address filtering
[dpdk.git] / drivers / net / bnx2x / bnx2x.h
index 1dbc98197d70e9c6b7b7448e5b1eddcf3f7235e3..3cadb5d82476963338551923a0acb6c60fa5b869 100644 (file)
@@ -1376,6 +1376,10 @@ struct bnx2x_softc {
        uint8_t prio_to_cos[BNX2X_MAX_PRIORITY];
 
        int panic;
+       /* Array of Multicast addrs */
+       struct rte_ether_addr mc_addrs[VF_MAX_MULTICAST_PER_VF];
+       /* Multicast mac addresses number */
+       uint16_t mc_addrs_num;
 }; /* struct bnx2x_softc */
 
 /* IOCTL sub-commands for edebug and firmware upgrade */