Re: [dpdk-dev] [PATCH] net/virtio: remove unnecessary macro definitions

2018-01-01 Thread Maxime Coquelin
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 --- drivers/net/virtio/virtio_ethdev.c | 2 +- dr

Re: [dpdk-dev] [PATCH] net/virtio: remove unnecessary macro definitions

2017-12-27 Thread Yuanhan Liu
On Tue, Dec 26, 2017 at 05:25:00PM +0800, 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 Applied to dpdk-next-virti

[dpdk-dev] [PATCH] net/virtio: remove unnecessary macro definitions

2017-12-26 Thread Zhiyong Yang
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 --- drivers/net/virtio/virtio_ethdev.c | 2 +- drivers/net/virtio/virtio_ethdev.h | 5 - 2 fil