From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id CF56B1B605 for ; Mon, 2 Jul 2018 15:12:06 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2018 06:12:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,299,1526367600"; d="scan'208";a="63803613" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 02 Jul 2018 06:12:05 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 2 Jul 2018 06:12:05 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 2 Jul 2018 06:12:05 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by shsmsx102.ccr.corp.intel.com ([169.254.2.223]) with mapi id 14.03.0319.002; Mon, 2 Jul 2018 21:12:03 +0800 From: "Zhang, Qi Z" To: "Zhang, Qi Z" , "Zhao1, Wei" , "Yigit, Ferruh" CC: "dev@dpdk.org" Thread-Topic: [PATCH v4] net/e1000: add support for check descriptor status APIs Thread-Index: AQHUD07bv6vGsq4PJEeYP8rV4+Hs9aR7C66AgADd5xCAAARDAA== Date: Mon, 2 Jul 2018 13:12:02 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153242991@SHSMSX103.ccr.corp.intel.com> References: <1530088638-64887-1-git-send-email-wei.zhao1@intel.com> <1530237165-26332-1-git-send-email-wei.zhao1@intel.com> <039ED4275CED7440929022BC67E7061153242948@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E7061153242948@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2VhODVkZDctMDE1My00MWYyLWFmNWMtMzE0MGQ1ODY5NmFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoialI5R1FFaEdqVGtiaUo0ODlJRVBQN1dDcFRoa2VjQjNSZ3RpUXk0akczRlhUYmpVa293Rnl0Tm9ROWROVWFXTyJ9 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 v4] net/e1000: 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:12:07 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Monday, July 2, 2018 9:04 PM > To: Zhao1, Wei ; Yigit, Ferruh > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4] net/e1000: add support for check > descriptor status APIs >=20 >=20 >=20 > > -----Original Message----- > > From: Zhao1, Wei > > Sent: Monday, July 2, 2018 3:42 PM > > To: Yigit, Ferruh > > Cc: Zhang, Qi Z ; dev@dpdk.org > > Subject: RE: [PATCH v4] net/e1000: add support for check descriptor > > status APIs > > > > Hi, Ferruh > > > > The doc of igb_vf.ini has enable "Rx descriptor status" & "Tx > > descriptor status" features, so I do not need update this doc in this p= atch. >=20 > > > > Thanks > > > > > -----Original Message----- > > > From: Zhao1, Wei > > > Sent: Friday, June 29, 2018 9:53 AM > > > To: dev@dpdk.org > > > Cc: Zhang, Qi Z ; Zhao1, Wei > > > > > > Subject: [PATCH v4] net/e1000: add support for check descriptor > > > status APIs > > > > > > rte_eth_rx_descritpr_status and rte_eth_tx_descriptor_status are > > > supported by igb VF. > > > > > > Signed-off-by: Wei Zhao >=20 > So the patch looks like a fix, but not new feature enable, so I will remo= ve the > release notes update. >=20 > Acked-by: Qi Zhang Applied to dpdk-next-net-intel Thanks! Qi