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....@linux.intel.com> > Reviewed-by: Maxime Coquelin <maxime.coque...@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.