]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/avf/avf_rxtx_vec_sse.c
net/mlx5: fix VXLAN device rollback if rule apply fails
[dpdk.git] / drivers / net / avf / avf_rxtx_vec_sse.c
index 8f389f31198d450c61a8d999f42732cd57c91352..343a6aac3a8bf65ca371aa226e43219d3cc7ca51 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #include <stdint.h>
-#include <rte_ethdev.h>
+#include <rte_ethdev_driver.h>
 #include <rte_malloc.h>
 
 #include "base/avf_prototype.h"
@@ -621,7 +621,7 @@ avf_xmit_fixed_burst_vec(void *tx_queue, struct rte_mbuf **tx_pkts,
        return nb_pkts;
 }
 
-void __attribute__((cold))
+static void __attribute__((cold))
 avf_rx_queue_release_mbufs_sse(struct avf_rx_queue *rxq)
 {
        _avf_rx_queue_release_mbufs_vec(rxq);