net/virtio: remove redundant macro definitions for vector Rx
authorTiwei Bie <tiwei.bie@intel.com>
Mon, 11 Dec 2017 05:13:32 +0000 (13:13 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commit5b56d18d3bbb8badc494dc495f0a725b8775e991
tree56ecdeda5fff7671d72490f032684398c7ad167a
parent8786702e2df8c9a20a1e3a6dd9d5a6854056a50a
net/virtio: remove redundant macro definitions for vector Rx

RTE_VIRTIO_VPMD_RX_BURST and RTE_VIRTIO_VPMD_RX_REARM_THRESH
have been defined and used in virtio_rxtx_simple.h, but are
defined again in virtio_rxtx_simple_*.c. It just happens to
work. So remove the redundant definitions from the *.c files.

Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Yuanhan Liu <yliu@fridaylinux.org>
drivers/net/virtio/virtio_rxtx_simple_neon.c
drivers/net/virtio/virtio_rxtx_simple_sse.c