From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DA46F2C13 for ; Mon, 26 Jun 2017 16:58:54 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2017 07:58:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,396,1493708400"; d="scan'208";a="871837839" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by FMSMGA003.fm.intel.com with ESMTP; 26 Jun 2017 07:58:53 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 26 Jun 2017 15:58:52 +0100 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by irsmsx112.ger.corp.intel.com ([169.254.1.42]) with mapi id 14.03.0319.002; Mon, 26 Jun 2017 15:58:52 +0100 From: "Mcnamara, John" To: Gaetan Rivet , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v5 19/19] eal: change whitelist / blacklist command line doc Thread-Index: AQHS6h6E63Qb6GJuNEakO7o6ve0QvqI3RSUA Date: Mon, 26 Jun 2017 14:58:51 +0000 Message-ID: References: <49440d2922216f9e12e96540ca2b0f8a2c61cfdd.1498001626.git.gaetan.rivet@6wind.com> In-Reply-To: <49440d2922216f9e12e96540ca2b0f8a2c61cfdd.1498001626.git.gaetan.rivet@6wind.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGU4OTI1Y2EtOTE4Mi00MzEwLWI1OTQtZTIzZTJlNGUzZDMxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Iis5UHVRY0VPeG1tZVwvaTZRbGNJSGhiTHh1MnZYRnFpSVJJaFZPV2NscU93PSJ9 dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 19/19] eal: change whitelist / blacklist command line doc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 14:58:55 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gaetan Rivet > Sent: Wednesday, June 21, 2017 12:36 AM > To: dev@dpdk.org > Cc: Gaetan Rivet > Subject: [dpdk-dev] [PATCH v5 19/19] eal: change whitelist / blacklist > command line doc >=20 > The use of these commands have evolved. > It is now possible to use whitelist and blacklist on any bus. >=20 > Update the source code accordingly. >=20 > Signed-off-by: Gaetan Rivet Acked-by: John McNamara