Re: [dpdk-dev] [PATCH 12/17] vhost: drop the Rx and Tx queue macro

2017-03-14 Thread Maxime Coquelin
On 03/03/2017 10:51 AM, Yuanhan Liu wrote: They are virti-net specific and should be defined inside the virtio-net s/virti-net/virtio-net/ driver. Signed-off-by: Yuanhan Liu --- drivers/net/vhost/rte_eth_vhost.c | 2 ++ examples/tep_termination/main.h | 2 ++ examples/vhost/main.h

[dpdk-dev] [PATCH 12/17] vhost: drop the Rx and Tx queue macro

2017-03-03 Thread Yuanhan Liu
They are virti-net specific and should be defined inside the virtio-net driver. Signed-off-by: Yuanhan Liu --- drivers/net/vhost/rte_eth_vhost.c | 2 ++ examples/tep_termination/main.h | 2 ++ examples/vhost/main.h | 2 ++ lib/librte_vhost/rte_virtio_net.h | 3 --- 4 files changed,