]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ixgbe/ixgbe_pf.c
ixgbe: support new devices and MAC types
[dpdk.git] / drivers / net / ixgbe / ixgbe_pf.c
index d60fd608d7f689da1e9d37de7bffabe5bc7c16f5..03cd6354d6b9211d7b59adb7c077494413e547f6 100644 (file)
@@ -520,7 +520,8 @@ ixgbe_set_vf_lpe(struct rte_eth_dev *dev, __rte_unused uint32_t vf, uint32_t *ms
        /* X540 and X550 support jumbo frames in IOV mode */
        if (hw->mac.type != ixgbe_mac_X540 &&
                hw->mac.type != ixgbe_mac_X550 &&
-               hw->mac.type != ixgbe_mac_X550EM_x)
+               hw->mac.type != ixgbe_mac_X550EM_x &&
+               hw->mac.type != ixgbe_mac_X550EM_a)
                return -1;
 
        if ((max_frame < ETHER_MIN_LEN) || (max_frame > ETHER_MAX_JUMBO_FRAME_LEN))