Re: [Qemu-devel] [PATCH V4 RESEND 15/22] tap: multiqueue support

2013-02-20 Thread Jason Wang
On 02/11/2013 06:28 PM, Markus Armbruster wrote: > Commit 264986e2 extended NetdevTapOptions without updating the > documentation. Hasn't been addressed since. Must fix for 1.4, in my > opinion. Will send a patch to fix this. Thanks > > This is the offending patch: > > Jason Wang writes: > >>

Re: [Qemu-devel] [PATCH V4 RESEND 15/22] tap: multiqueue support

2013-02-11 Thread Markus Armbruster
Commit 264986e2 extended NetdevTapOptions without updating the documentation. Hasn't been addressed since. Must fix for 1.4, in my opinion. This is the offending patch: Jason Wang writes: > Recently, linux support multiqueue tap which could let userspace call > TUNSETIFF > for a signle devic

Re: [Qemu-devel] [PATCH V4 RESEND 15/22] tap: multiqueue support

2013-02-01 Thread Eric Blake
On 02/01/2013 12:39 AM, Jason Wang wrote: > Recently, linux support multiqueue tap which could let userspace call > TUNSETIFF > for a signle device many times to create multiple file descriptors as s/signle/single/ > independent queues. User could also enable/disabe a specific queue through s/d

[PATCH V4 RESEND 15/22] tap: multiqueue support

2013-01-31 Thread Jason Wang
Recently, linux support multiqueue tap which could let userspace call TUNSETIFF for a signle device many times to create multiple file descriptors as independent queues. User could also enable/disabe a specific queue through TUNSETQUEUE. The patch adds the generic infrastructure to create multique