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: [dpdk-dev] [PATCH 4/6] vhost: Add new command line option: >> rxq >> >> >> >> 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()? > > Actually we have, please see below True enough. However, the code calls rte_eal_init() before parsing args and therefore takes rte_exit before printing usage of the non-eal options. > >> +585,8 @@ >>> us_vhost_usage(const char *prgname) >>> " --rx-desc-num [0-N]: the number of descriptors on rx, >> " >>> "used only when zero copy is enabled.\n" >>> " --tx-desc-num [0-N]: the number of descriptors on tx, >> " >>> - "used only when zero copy is enabled.\n", >>> + "used only when zero copy is enabled.\n" >>> + " --rxq [1,2,4]: rx queue number for each vhost >> device\n", >>> prgname); >>> } > > Thanks > Changchun >
- [dpdk-dev] [PATCH 1/6] ixgbe: Support VMDq RSS in non-SR... Ouyang Changchun
- [dpdk-dev] [PATCH 1/6] ixgbe: Support VMDq RSS in n... Qiu, Michael
- [dpdk-dev] [PATCH 1/6] ixgbe: Support VMDq RSS ... Ouyang, Changchun
- [dpdk-dev] [PATCH 2/6] lib_vhost: Support multiple queue... Ouyang Changchun
- [dpdk-dev] [PATCH 3/6] lib_vhost: Set memory layout for ... Ouyang Changchun
- [dpdk-dev] [PATCH 4/6] vhost: Add new command line optio... Ouyang Changchun
- [dpdk-dev] [PATCH 4/6] vhost: Add new command line ... Thomas F Herbert
- [dpdk-dev] [PATCH 4/6] vhost: Add new command l... Ouyang, Changchun
- [dpdk-dev] [PATCH 4/6] vhost: Add new comma... Thomas F Herbert
- [dpdk-dev] [PATCH 4/6] vhost: Add new c... Ouyang, Changchun
- [dpdk-dev] [PATCH 4/6] vhost: Add ... Ouyang, Changchun
- [dpdk-dev] [PATCH 5/6] vhost: Support multiple queues Ouyang Changchun
- [dpdk-dev] [PATCH 6/6] virtio: Resolve for control queue Ouyang Changchun
- [dpdk-dev] [PATCH 0/6] Support multiple queues in vhost Thomas F Herbert
- [dpdk-dev] [PATCH 0/6] Support multiple queues in v... Ouyang, Changchun
- [dpdk-dev] [PATCH v2 0/7] Support multiple queues in vho... Ouyang Changchun
- [dpdk-dev] [PATCH v2 1/7] ixgbe: Support VMDq RSS i... Ouyang Changchun
- [dpdk-dev] [PATCH v2 2/7] lib_vhost: Support multip... Ouyang Changchun
- [dpdk-dev] [PATCH v2 2/7] lib_vhost: Support mu... Panu Matilainen