]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_ixgbe/ixgbe_fdir.c
lib: fix various compilation warnings
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe_fdir.c
index fa06e9ec1415c7c81aaf27527daacb3ae93031b7..1f4622ec9ea20246a9130f4651b2b8de21cb21c4 100644 (file)
@@ -501,8 +501,8 @@ ixgbe_fdir_update_signature_filter(struct rte_eth_dev *dev,
  * that it can be used for removing signature and perfect filters.
  */
 static s32
-fdir_erase_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_input *input,
-               uint32_t fdirhash)
+fdir_erase_filter_82599(struct ixgbe_hw *hw,
+       __rte_unused union ixgbe_atr_input *input, uint32_t fdirhash)
 {
        u32 fdircmd = 0;
        u32 retry_count;