On 12/07/2017 06:30 AM, Tiwei Bie wrote:
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 agained in virtio_rxtx_simple_*.c. It just happens to
s/agained/again/
work. So remove the redundant definitions from the *.c files. Signed-off-by: Tiwei Bie <[email protected]> --- drivers/net/virtio/virtio_rxtx_simple_neon.c | 2 -- drivers/net/virtio/virtio_rxtx_simple_sse.c | 2 -- 2 files changed, 4 deletions(-)
Apart from above typo: Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

