From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id A2B56E07 for ; Mon, 23 Apr 2018 14:23:49 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Apr 2018 05:23:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,318,1520924400"; d="scan'208";a="222625483" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga006.fm.intel.com with ESMTP; 23 Apr 2018 05:23:47 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.61]) by irsmsx110.ger.corp.intel.com ([169.254.15.211]) with mapi id 14.03.0319.002; Mon, 23 Apr 2018 13:23:46 +0100 From: "Kovacevic, Marko" To: Nipun Gupta , "thomas@monjalon.net" , "hemant.agrawal@nxp.com" , "shreyansh.jain@nxp.com" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 9/9] doc: add dpaa2 command interface rawdev to release notes Thread-Index: AQHTzqgyFkogcYi3N0S7mtCjLw0dNaQOXg9Q Date: Mon, 23 Apr 2018 12:23:46 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66361D6F@IRSMSX103.ger.corp.intel.com> References: <1519292089-13851-1-git-send-email-nipun.gupta@nxp.com> <1523111645-8076-1-git-send-email-nipun.gupta@nxp.com> <1523111645-8076-10-git-send-email-nipun.gupta@nxp.com> In-Reply-To: <1523111645-8076-10-git-send-email-nipun.gupta@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGM5NGZlNTAtZThjZS00YjI1LTk1NDEtYzVmYWVkMWE1YzcyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlFNbVlNM1FPUG5MRjAzZ0FUVUtiZzFuK0VWUUxxUlwvRkhteHlxK29cL1VoZz0ifQ== x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 9/9] doc: add dpaa2 command interface rawdev to release notes 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, 23 Apr 2018 12:23:50 -0000 > Signed-off-by: Nipun Gupta > --- > doc/guides/rel_notes/release_18_05.rst | 7 +++++++ > 1 file changed, 7 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_18_05.rst > b/doc/guides/rel_notes/release_18_05.rst > index e5fac1c..0aebb18 100644 > --- a/doc/guides/rel_notes/release_18_05.rst > +++ b/doc/guides/rel_notes/release_18_05.rst > @@ -58,6 +58,13 @@ New Features > * Added support for NVGRE, VXLAN and GENEVE filters in flow API. > * Added support for DROP action in flow API. >=20 > +* **Added DPAA2 Command Interface Driver (in rawdev).** > + > + The DPAA2 CMDIF is an implementation of the rawdev API, that provides > + communication between the GPP and AIOP (Firmware). This is achieved > + via using the DPCI devices exposed by MC for GPP <--> AIOP interaction. > + > + See the :doc:`../rawdevs/dpaa2_cmdif.rst` guide for more details. You need to remove the .rst extension from above for it to be a clickable a= nd linked to the html version of the file. Once it's done you can add my ack to the second version. Acked-by: Marko Kovacevic