examples/vhost: restrict log type namespace
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 16 Jun 2014 21:10:08 +0000 (23:10 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 16 Jun 2014 21:16:06 +0000 (23:16 +0200)
commit7b79b2718f0d028cc0f38351dfbf36c0f5a1a48b
tree38d820ef8d26c3d90d1a22d2815884ec9e8d92d3
parent0db70a8030281ac40402fd1b49877b8dcf93261b
examples/vhost: restrict log type namespace

RTE_LOGTYPE_CONFIG, RTE_LOGTYPE_DATA and RTE_LOGTYPE_PORT are renamed
by adding VHOST prefix.
It prevents from conflict with new RTE_LOGTYPE_PORT of packet framework.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
examples/vhost/main.c
examples/vhost/main.h
examples/vhost/vhost-net-cdev.c
examples/vhost/virtio-net.c
examples/vhost_xen/main.c
examples/vhost_xen/main.h