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

2017-03-15 Thread Thomas Monjalon
2017-03-09 15:51, 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 Your forgot a acked-by from Maxime here.

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

2017-03-09 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