From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AC8FFA04B5; Tue, 27 Oct 2020 11:46:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BC96C2C01; Tue, 27 Oct 2020 11:46:33 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3F7772BD5 for ; Tue, 27 Oct 2020 11:46:30 +0100 (CET) IronPort-SDR: +51g3WSowhOAqmap/c+LlOSyYh8GZg2TGJwFIrXB61WyR5GSef9OSIn3PoyC071/aoVI8aTpps kVqzwY3V3jfQ== X-IronPort-AV: E=McAfee;i="6000,8403,9786"; a="232244824" X-IronPort-AV: E=Sophos;i="5.77,423,1596524400"; d="scan'208";a="232244824" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2020 03:46:30 -0700 IronPort-SDR: AQruf7VTItrYVLCcaUcfxLlLkMxZg98EygNE05zmfWNM3iLJB7TWjwIJM7HjhN4jXEihPGs08c p/oKKbaR/GXQ== X-IronPort-AV: E=Sophos;i="5.77,423,1596524400"; d="scan'208";a="468251623" Received: from ndelaney-mobl2.ger.corp.intel.com (HELO [10.251.87.204]) ([10.251.87.204]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2020 03:46:26 -0700 To: Jiawen Wu , dev@dpdk.org References: <20201027062315.242576-1-jiawenwu@trustnetic.com> From: Ferruh Yigit Message-ID: <7e771cbb-6949-99c0-e3fd-42a83a15f628@intel.com> Date: Tue, 27 Oct 2020 10:46:19 +0000 MIME-Version: 1.0 In-Reply-To: <20201027062315.242576-1-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/txgbe: add Rx and Tx descriptor status 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/27/2020 6:23 AM, Jiawen Wu wrote: > Supports check the status of Rx and Tx descriptors. > > Signed-off-by: Jiawen Wu for series, Reviewed-by: Ferruh Yigit Series applied to dpdk-next-net/main, thanks.