]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb_82598.c
bond: remove memory allocation for PCI driver
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe / ixgbe_dcb_82598.c
index 52c7e721d9f7dbe9426e070ab0bcd8263fc90ad3..a6161cd50fcd580c54c57650c7aa88cdf8858647 100644 (file)
@@ -347,6 +347,8 @@ s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed,
                              u16 *refill, u16 *max, u8 *bwg_id,
                              u8 *tsa)
 {
+       UNREFERENCED_1PARAMETER(link_speed);
+
        ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa);
        ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, bwg_id,
                                               tsa);