On 12/26/2017 10:25 AM, Zhiyong Yang wrote:
DPDK has already the definition of Ethernet numeric link speeds in Mbps in the file Rte_ethdev.h, it is unnecessary to rededine virtio specific link speeds macros again. Signed-off-by: Zhiyong Yang<[email protected]> --- drivers/net/virtio/virtio_ethdev.c | 2 +- drivers/net/virtio/virtio_ethdev.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-)
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

