From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from BAY004-OMC1S24.hotmail.com (bay004-omc1s24.hotmail.com [65.54.190.35]) by dpdk.org (Postfix) with ESMTP id E05CC2C61 for ; Thu, 17 Mar 2016 20:45:35 +0100 (CET) Received: from na01-bn1-obe.outbound.protection.outlook.com ([65.54.190.61]) by BAY004-OMC1S24.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Thu, 17 Mar 2016 12:45:35 -0700 Received: from DM2PR0701MB826.namprd07.prod.outlook.com (10.242.127.28) by DM2PR0701MB826.namprd07.prod.outlook.com (10.242.127.28) with Microsoft SMTP Server (TLS) id 15.1.443.12; Thu, 17 Mar 2016 19:45:34 +0000 Received: from DM2PR0701MB826.namprd07.prod.outlook.com ([10.242.127.28]) by DM2PR0701MB826.namprd07.prod.outlook.com ([10.242.127.28]) with mapi id 15.01.0443.013; Thu, 17 Mar 2016 19:45:33 +0000 From: Asok T To: "users@dpdk.org" Thread-Topic: mq_mode support in pktgen Thread-Index: AQHRgIT+1LIeH/5+nE+Sp/5IlNmv6A== Date: Thu, 17 Mar 2016 19:45:33 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: dpdk.org; dkim=none (message not signed) header.d=none;dpdk.org; dmarc=none action=none header.from=hotmail.com; x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [+LRUYH8CrofAQlPYF0MsYfYhQjxvo3w8] x-ms-office365-filtering-correlation-id: e0b32908-7f84-4f03-5595-08d34e9cb459 x-microsoft-exchange-diagnostics: 1; DM2PR0701MB826; 23:Es9gWL4aJ1vqCyNqdWk5PO29LH55NZFjBlVy1WxZGh6TEBeKvGtJ9ZwY243eCpn5PuqylQn7bYMrUyDmQKhgLQogMfxTlL6Dq8emHZPCdNo7SaDeL2SSHlkTvhOyRMlTi0ODV9D30mMP+KhyZmysU38fLXfvrhXuE1/fJz3FzKhte16S1vUzqUkhnrml1X9KmL2nCNxew2QGcLVRqlvj5g==; 5:Kii9T6JInPqAQQj+4Owt6bfkYAMQxHXAkLAqqXHAJjGH0VIJcb17j1n2ugMcyhdYSEgGFd7j4MKx+4hBRt3CGukF+WTSFQi7Tu/A51u6invr1bL7XLGckNUqermeOjxe5iORktiM5cCSSw5YHK2JGA==; 24:5Lc9CEGc7p2aArIR5WP5c9iYc1ZnHMTo9nmrOVJp1AXfQJNcaC6Z93HD4mVwn3welMgJjL8fvpsAmPJa+Tr9+94wnhE6FQ3WUwI/34Y/QLM= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DM2PR0701MB826; x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(432015012)(82015046); SRVR:DM2PR0701MB826; BCL:0; PCL:0; RULEID:; SRVR:DM2PR0701MB826; x-forefront-prvs: 0884AAA693 x-forefront-antispam-report: SFV:NSPM; SFS:(7070004)(98900003); DIR:OUT; SFP:1901; SCL:1; SRVR:DM2PR0701MB826; H:DM2PR0701MB826.namprd07.prod.outlook.com; FPR:; SPF:None; MLV:ovrnspm; LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM MIME-Version: 1.0 X-OriginatorOrg: sct-15-1-409-15-msonline-outlook-552cf.templateTenant X-MS-Exchange-CrossTenant-originalarrivaltime: 17 Mar 2016 19:45:33.4646 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM2PR0701MB826 X-OriginalArrivalTime: 17 Mar 2016 19:45:35.0231 (UTC) FILETIME=[92CC18F0:01D18085] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] mq_mode support in pktgen X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 19:45:36 -0000 does the most recent version of pktgen application - 2.9.12 support mq_mode= by default ? If so, how can we pass the corresponding parameters from the = command line and how can we see per queue statistics. If not, how can we ad= d this support. please suggest. It appears an older version 2.8.0 had this support const struct rte_eth_conf port_conf =3D { .rxmode =3D { .mq_mode =3D ETH_MQ_RX_RSS, but since then got removed for some reason. can you please suggest how to u= se this feature. Thanks, Asok