From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from EXCH01.zulugolf.com (exchange.zidea.com [50.201.203.172]) by dpdk.org (Postfix) with ESMTP id 959701F3 for ; Thu, 26 Sep 2013 19:24:54 +0200 (CEST) Received: from EXCH02.zulugolf.com (10.100.16.101) by EXCH01.zulugolf.com (10.100.16.11) with Microsoft SMTP Server (TLS) id 14.2.283.3; Thu, 26 Sep 2013 11:25:35 -0600 Received: from EXCH01.zulugolf.com ([fe80::e1e3:eb6e:ae80:7710]) by EXCH02.zulugolf.com ([::1]) with mapi id 14.02.0283.003; Thu, 26 Sep 2013 11:25:35 -0600 From: John Lange To: "dev@dpdk.org" Thread-Topic: DPDK -b command line option Thread-Index: Ac660NKMzu9RqvhoRs6KGy6zmujJXg== Date: Thu, 26 Sep 2013 17:25:34 +0000 Message-ID: <7B0640806B6B1D41883AC02B16DA59A70138F610@EXCH01.zulugolf.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.110.1.60] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] DPDK -b command line option X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 17:24:54 -0000 The DPDK examples typically use the -b command-line parameter to specify th= e devices to ignore. It seems like it would be a great improvement to have= a command-line parameter to identify the device(s) to use instead of the d= evices to ignore. Thanks!