Re: [PATCH net-next V2 00/11] vhost_net TX batching

2018-09-13 Thread David Miller
From: "Michael S. Tsirkin" Date: Thu, 13 Sep 2018 14:02:13 -0400 > On Thu, Sep 13, 2018 at 09:28:19AM -0700, David Miller wrote: >> From: Jason Wang >> Date: Wed, 12 Sep 2018 11:16:58 +0800 >> >> > This series tries to batch submitting packets to underlayer socket >> > through msg_control

Re: [PATCH net-next V2 00/11] vhost_net TX batching

2018-09-13 Thread Michael S. Tsirkin
On Thu, Sep 13, 2018 at 09:28:19AM -0700, David Miller wrote: > From: Jason Wang > Date: Wed, 12 Sep 2018 11:16:58 +0800 > > > This series tries to batch submitting packets to underlayer socket > > through msg_control during sendmsg(). This is done by: > ... > > Series applied, thanks Jason.

Re: [PATCH net-next V2 00/11] vhost_net TX batching

2018-09-13 Thread David Miller
From: Jason Wang Date: Wed, 12 Sep 2018 11:16:58 +0800 > This series tries to batch submitting packets to underlayer socket > through msg_control during sendmsg(). This is done by: ... Series applied, thanks Jason. ___ Virtualization mailing list

[PATCH net-next V2 00/11] vhost_net TX batching

2018-09-11 Thread Jason Wang
Hi all: This series tries to batch submitting packets to underlayer socket through msg_control during sendmsg(). This is done by: 1) Doing userspace copy inside vhost_net 2) Build XDP buff 3) Batch at most 64 (VHOST_NET_BATCH) XDP buffs and submit them once through msg_control during