]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/virtio/virtio_rxtx_simple_neon.c
net/virtio: remove redundant macro definitions for vector Rx
[dpdk.git] / drivers / net / virtio / virtio_rxtx_simple_neon.c
index 714ff192cac83d01a3f975827b658f4b442db46b..b73867ac7cd4a75d5501d203b7f524fe6c9ca420 100644 (file)
@@ -24,9 +24,7 @@
 
 #include "virtio_rxtx_simple.h"
 
-#define RTE_VIRTIO_VPMD_RX_BURST 32
 #define RTE_VIRTIO_DESC_PER_LOOP 8
-#define RTE_VIRTIO_VPMD_RX_REARM_THRESH RTE_VIRTIO_VPMD_RX_BURST
 
 /* virtio vPMD receive routine, only accept(nb_pkts >= RTE_VIRTIO_DESC_PER_LOOP)
  *