From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 187CF1B605 for ; Mon, 2 Jul 2018 15:08:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2018 06:08:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,299,1526367600"; d="scan'208";a="51424159" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga007.fm.intel.com with ESMTP; 02 Jul 2018 06:07:40 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 2 Jul 2018 06:07:40 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 2 Jul 2018 06:07:40 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Mon, 2 Jul 2018 21:07:38 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "Yigit, Ferruh" Thread-Topic: [PATCH v7] net/fm10k: add support for check descriptor status APIs Thread-Index: AQHUEdeBQHahY/2hK0Gl2xisSQocuKR75q2Q Date: Mon, 2 Jul 2018 13:07:38 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153242965@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> In-Reply-To: <1530515758-6990-1-git-send-email-wei.zhao1@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:08:02 -0000 > -----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 AP= Is <...> > 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. >=20 > +* **Added fm10k ethernet driver to support check descriptor status > +APIs.** Will change to "Added descriptor status check support for fm10k" > + > + rte_eth_rx_descritpr_status and rte_eth_tx_descriptor_status are > + supported by fm10K. API in release notes need be ``rte_eth.....``, will fix during apply. Acked-by: Qi Zhang <...>