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 ADE1A1B5EE for ; Mon, 2 Jul 2018 15:11:19 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2018 06:11:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,299,1526367600"; d="scan'208";a="63803479" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 02 Jul 2018 06:11:13 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 2 Jul 2018 06:11:13 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 2 Jul 2018 06:11:13 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.87]) with mapi id 14.03.0319.002; Mon, 2 Jul 2018 21:11:11 +0800 From: "Zhang, Qi Z" To: "Zhang, Qi Z" , "Zhao1, Wei" , "dev@dpdk.org" CC: "Yigit, Ferruh" Thread-Topic: [PATCH v7] net/fm10k: add support for check descriptor status APIs Thread-Index: AQHUEdeBQHahY/2hK0Gl2xisSQocuKR75q2QgAABqjA= Date: Mon, 2 Jul 2018 13:11:10 +0000 Message-ID: <039ED4275CED7440929022BC67E706115324297E@SHSMSX103.ccr.corp.intel.com> References: <1530236939-26186-1-git-send-email-wei.zhao1@intel.com> <1530515758-6990-1-git-send-email-wei.zhao1@intel.com> <039ED4275CED7440929022BC67E7061153242965@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E7061153242965@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWQyODU2NTMtNWZiMC00NTg3LWIyMmItYjUyMDc4NzA1ZDU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVVBTSnJGaWI2N3J4RDJ4R2hoeGZMbjl5bE0zMklHUDdRSGNmQWI2bkxjMUpwUVFiNUd2OU8wNFY2NlBLaGhKbCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v7] net/fm10k: add support for check descriptor status APIs 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, 02 Jul 2018 13:11:20 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Monday, July 2, 2018 9:08 PM > To: Zhao1, Wei ; dev@dpdk.org > Cc: Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH v7] net/fm10k: add support for check > descriptor status APIs >=20 > > -----Original Message----- > > From: Zhao1, Wei > > Sent: Monday, July 2, 2018 3:16 PM > > To: dev@dpdk.org > > Cc: Zhang, Qi Z ; Yigit, Ferruh > > ; Zhao1, Wei > > Subject: [PATCH v7] net/fm10k: add support for check descriptor status > > APIs >=20 > <...> >=20 > > diff --git a/doc/guides/rel_notes/release_18_08.rst > > b/doc/guides/rel_notes/release_18_08.rst > > index 68aaee8..ac54121 100644 > > --- a/doc/guides/rel_notes/release_18_08.rst > > +++ b/doc/guides/rel_notes/release_18_08.rst > > @@ -54,6 +54,12 @@ New Features > > PMD does not provide any. The provision of such tuned values now > > includes > > the ixgbe PMD. > > > > +* **Added fm10k ethernet driver to support check descriptor status > > +APIs.** >=20 > Will change to "Added descriptor status check support for fm10k" >=20 > > + > > + rte_eth_rx_descritpr_status and rte_eth_tx_descriptor_status are > > + supported by fm10K. >=20 > API in release notes need be ``rte_eth.....``, will fix during apply. >=20 > Acked-by: Qi Zhang Applied to dpdk-next-net-intel Thanks! Qi