From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4A215917D for ; Fri, 28 Jul 2017 12:13:57 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jul 2017 03:13:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,425,1496127600"; d="scan'208";a="116694042" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga002.jf.intel.com with ESMTP; 28 Jul 2017 03:13:55 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 28 Jul 2017 11:13:55 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.9]) by IRSMSX156.ger.corp.intel.com ([10.108.20.68]) with mapi id 14.03.0319.002; Fri, 28 Jul 2017 11:13:55 +0100 From: "Mcnamara, John" To: Shahaf Shuler , "thomas@monjalon.net" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 1/3] doc: move kernel drivers to a new chapter Thread-Index: AQHTBjM/c4qHN3RXJ0OJD+LJ5U1cXKJpB/cg Date: Fri, 28 Jul 2017 10:13:54 +0000 Message-ID: References: <3b3d256b68f29849c4cc9360fec3b7891bcfcf78.1501089308.git.shahafs@mellanox.com> In-Reply-To: <3b3d256b68f29849c4cc9360fec3b7891bcfcf78.1501089308.git.shahafs@mellanox.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWEwNDkxZDMtZjBmNS00YjkyLTk5MWUtZjQ1MWYyMDhmOTdiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkREK3BRMVN1S3F4WFdGMStiMmMzS3FlazI3VDlDWWI1ZU9EanE3U0IwWmM9In0= 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 1/3] doc: move kernel drivers to a new chapter 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: Fri, 28 Jul 2017 10:13:58 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shahaf Shuler > Sent: Wednesday, July 26, 2017 6:18 PM > To: thomas@monjalon.net > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 1/3] doc: move kernel drivers to a new chapter >=20 > The UIO and VFIO sections should not be part of the "Compiling the DPDK > Target from Source" chapter, as it is PMD specific and not true for all > PMDs. >=20 > Instead, moving those sections to a new chapter which include all kernel > drivers being used along with the different PMDs. >=20 > Signed-off-by: Shahaf Shuler Acked-by: John McNamara