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

2017-04-04 Thread Thomas Monjalon
2017-04-01 15:22, Yuanhan Liu: > They are virtio-net specific and should be defined inside the virtio-net > driver. > > Signed-off-by: Yuanhan Liu > Reviewed-by: Maxime Coquelin > --- > > v2: - update release note > --- > doc/guides/rel_notes/release_17_05.rst | 6 ++ > drivers/net/vhost/r

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

2017-04-01 Thread Yuanhan Liu
They are virtio-net specific and should be defined inside the virtio-net driver. Signed-off-by: Yuanhan Liu Reviewed-by: Maxime Coquelin --- v2: - update release note --- doc/guides/rel_notes/release_17_05.rst | 6 ++ drivers/net/vhost/rte_eth_vhost.c | 2 ++ examples/tep_termination/