Re: [dpdk-dev] [PATCH 14/17] vhost: rename device ops struct

2017-03-14 Thread Maxime Coquelin
On 03/03/2017 10:51 AM, Yuanhan Liu wrote: rename "virtio_net_device_ops" to "vhost_device_ops", to not let it be virtio-net specific. Signed-off-by: Yuanhan Liu --- drivers/net/vhost/rte_eth_vhost.c | 2 +- examples/tep_termination/main.c | 4 ++-- examples/vhost/main.c | 4 ++

[dpdk-dev] [PATCH 14/17] vhost: rename device ops struct

2017-03-03 Thread Yuanhan Liu
rename "virtio_net_device_ops" to "vhost_device_ops", to not let it be virtio-net specific. Signed-off-by: Yuanhan Liu --- drivers/net/vhost/rte_eth_vhost.c | 2 +- examples/tep_termination/main.c | 4 ++-- examples/vhost/main.c | 4 ++-- lib/librte_vhost/Makefile | 2 +- l