[dpdk-dev] [PATCH v4 12/22] vhost: drop the Rx and Tx queue macro
Thomas Monjalon
thomas.monjalon at 6wind.com
Wed Apr 5 02:17:27 CEST 2017
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 <yuanhan.liu at linux.intel.com>
> Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> ---
>
> v2: - update release note
> ---
> doc/guides/rel_notes/release_17_05.rst | 6 ++++++
> 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 ---
> 5 files changed, 12 insertions(+), 3 deletions(-)
The enum is missing in lib/librte_vhost/vhost_user.c when
RTE_LIBRTE_VHOST_NUMA is enabled.
More information about the dev
mailing list