Re: [PATCH net-next V5 0/3] vhost_net tx batching

2017-01-18 Thread David Miller
From: Jason Wang Date: Wed, 18 Jan 2017 15:02:00 +0800 > This series tries to implement tx batching support for vhost. This was > done by using MSG_MORE as a hint for under layer socket. The backend > (e.g tap) can then batch the packets temporarily in a list and > submit it all once the number o

[PATCH net-next V5 0/3] vhost_net tx batching

2017-01-17 Thread Jason Wang
Hi: This series tries to implement tx batching support for vhost. This was done by using MSG_MORE as a hint for under layer socket. The backend (e.g tap) can then batch the packets temporarily in a list and submit it all once the number of bacthed exceeds a limitation. Tests shows obvious improve