Re: [Qemu-devel] [PATCH v2 3/5] vhost-user-test: add multiple queue test

2015-10-21 Thread Michael S. Tsirkin
On Wed, Oct 21, 2015 at 05:07:16PM +0800, Yuanhan Liu wrote: > Setting VHOST_USER_PROTOCOL_F_MQ protocol feature bit to claim that we > support MQ feature, and simply assume we support 0xff queue pairs at most. > > Cc: Michael S. Tsirkin > Cc: Jason Wang > Signed-off-by: Yuanhan Liu > > --- >

[Qemu-devel] [PATCH v2 3/5] vhost-user-test: add multiple queue test

2015-10-21 Thread Yuanhan Liu
Setting VHOST_USER_PROTOCOL_F_MQ protocol feature bit to claim that we support MQ feature, and simply assume we support 0xff queue pairs at most. Cc: Michael S. Tsirkin Cc: Jason Wang Signed-off-by: Yuanhan Liu --- v2: use macro to define the max queues we support --- tests/vhost-user-test.c