[dpdk-dev] [PATCH 4/6] vhost: Add new command line option: rxq

2015-05-26 Thread Ouyang, Changchun
Hi Thomas, > -Original Message- > From: Ouyang, Changchun > Sent: Saturday, May 23, 2015 9:25 AM > To: Thomas F Herbert; dpdk >> dev at dpdk.org > Cc: Ouyang, Changchun > Subject: RE: [dpdk-dev] [PATCH 4/6] vhost: Add new command line option: > rxq > >

[dpdk-dev] [PATCH 4/6] vhost: Add new command line option: rxq

2015-05-23 Thread Ouyang, Changchun
Hi Thomas, > -Original Message- > From: Thomas F Herbert [mailto:therbert at redhat.com] > Sent: Friday, May 22, 2015 8:51 PM > To: Ouyang, Changchun; dpdk >> dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 4/6] vhost: Add new command line option: > rxq >

[dpdk-dev] [PATCH 4/6] vhost: Add new command line option: rxq

2015-05-22 Thread Thomas F Herbert
On 5/22/15 2:05 AM, Ouyang, Changchun wrote: > Hi Thomas, > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas F Herbert >> Sent: Friday, May 22, 2015 9:39 AM >> To: dpdk >> dev at dpdk.org >> Subject: Re: [dp

[dpdk-dev] [PATCH 4/6] vhost: Add new command line option: rxq

2015-05-22 Thread Ouyang, Changchun
Hi Thomas, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas F Herbert > Sent: Friday, May 22, 2015 9:39 AM > To: dpdk >> dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 4/6] vhost: Add new command line option: > rxq >

[dpdk-dev] [PATCH 4/6] vhost: Add new command line option: rxq

2015-05-21 Thread Thomas F Herbert
On 5/21/15 3:49 AM, Ouyang Changchun wrote: > Sample vhost need know the queue number user want to enable for each virtio > device, > so add the new option '--rxq' into it. Could you also add the new --rxq option description to us_vhost_usage()? > > Signed-off-by: Changchun Ouyang > --- > exa

[dpdk-dev] [PATCH 4/6] vhost: Add new command line option: rxq

2015-05-21 Thread Ouyang Changchun
Sample vhost need know the queue number user want to enable for each virtio device, so add the new option '--rxq' into it. Signed-off-by: Changchun Ouyang --- examples/vhost/main.c | 46 ++ 1 file changed, 42 insertions(+), 4 deletions(-) diff --git