Re: [dpdk-dev] [PATCH 16/17] vhost: rename header file

2017-03-19 Thread Yuanhan Liu
On Tue, Mar 14, 2017 at 01:59:49PM +0100, Maxime Coquelin wrote: > > > On 03/03/2017 10:51 AM, Yuanhan Liu wrote: > >Rename "rte_virtio_net.h" to "rte_vhost.h", to not let it be virtio > >net specific. > > > >Signed-off-by: Yuanhan Liu > >--- > > doc/guides/rel_notes/deprecation.rst | 9 -- >

Re: [dpdk-dev] [PATCH 16/17] vhost: rename header file

2017-03-14 Thread Maxime Coquelin
On 03/03/2017 10:51 AM, Yuanhan Liu wrote: Rename "rte_virtio_net.h" to "rte_vhost.h", to not let it be virtio net specific. Signed-off-by: Yuanhan Liu --- doc/guides/rel_notes/deprecation.rst | 9 -- drivers/net/vhost/rte_eth_vhost.c | 2 +- drivers/net/vhost/rte_eth_vhost.h

[dpdk-dev] [PATCH 16/17] vhost: rename header file

2017-03-03 Thread Yuanhan Liu
Rename "rte_virtio_net.h" to "rte_vhost.h", to not let it be virtio net specific. Signed-off-by: Yuanhan Liu --- doc/guides/rel_notes/deprecation.rst | 9 -- drivers/net/vhost/rte_eth_vhost.c | 2 +- drivers/net/vhost/rte_eth_vhost.h | 2 +- examples/tep_termination/main.c