Re: [dpdk-dev] [PATCH v5 3/3] net/vhost: vHost support to free consumed buffers

2017-03-01 Thread Maxime Coquelin
On 02/28/2017 07:41 AM, Yuanhan Liu wrote: On Mon, Feb 27, 2017 at 02:50:54PM +0100, Thomas Monjalon wrote: 2017-01-27 13:38, Billy McFall: Add support to the vHostdriver for the new API to force free consumed buffers on Tx ring. vHost does not cache the mbufs so there is no work to do. Sign

Re: [dpdk-dev] [PATCH v5 3/3] net/vhost: vHost support to free consumed buffers

2017-02-27 Thread Yuanhan Liu
On Mon, Feb 27, 2017 at 02:50:54PM +0100, Thomas Monjalon wrote: > 2017-01-27 13:38, Billy McFall: > > Add support to the vHostdriver for the new API to force free consumed > > buffers on Tx ring. vHost does not cache the mbufs so there is no work > > to do. > > > > Signed-off-by: Billy McFall >

Re: [dpdk-dev] [PATCH v5 3/3] net/vhost: vHost support to free consumed buffers

2017-02-27 Thread Thomas Monjalon
2017-01-27 13:38, Billy McFall: > Add support to the vHostdriver for the new API to force free consumed > buffers on Tx ring. vHost does not cache the mbufs so there is no work > to do. > > Signed-off-by: Billy McFall Yuanhan, Maxime, do you agree with this empty function?

[dpdk-dev] [PATCH v5 3/3] net/vhost: vHost support to free consumed buffers

2017-01-27 Thread Billy McFall
Add support to the vHostdriver for the new API to force free consumed buffers on Tx ring. vHost does not cache the mbufs so there is no work to do. Signed-off-by: Billy McFall --- doc/guides/nics/features/vhost.ini | 1 + drivers/net/vhost/rte_eth_vhost.c | 11 +++ 2 files changed, 12