bond: remove memory allocation for PCI driver
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe / ixgbe_dcb_82598.c
index 52c7e72..a6161cd 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);