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 DF0D3A0613 for ; Mon, 23 Sep 2019 16:33:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6FA901BEE8; Mon, 23 Sep 2019 16:33:57 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id AB5AA1BEE3 for ; Mon, 23 Sep 2019 16:33:56 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2019 07:33:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,540,1559545200"; d="scan'208";a="388504009" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga005.fm.intel.com with ESMTP; 23 Sep 2019 07:33:54 -0700 Date: Mon, 23 Sep 2019 22:31:50 +0800 From: Ye Xiaolong To: Leyi Rong Cc: haiyue.wang@intel.com, wenzhuo.lu@intel.com, qi.z.zhang@intel.com, dev@dpdk.org Message-ID: <20190923143150.GE7338@intel.com> References: <20190829023421.112551-1-leyi.rong@intel.com> <20190919062553.79257-1-leyi.rong@intel.com> <20190919062553.79257-7-leyi.rong@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190919062553.79257-7-leyi.rong@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v4 6/6] net/ice: remove Rx legacy descriptor definition 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 09/19, Leyi Rong wrote: >From: Haiyue Wang > >Since now the ice PMD only handles Rx Flex descriptor, so remove the >legacy descriptor definition. > >Signed-off-by: Haiyue Wang >--- > drivers/net/ice/ice_rxtx.c | 25 ++++++++++++------------- > drivers/net/ice/ice_rxtx.h | 4 +--- > drivers/net/ice/ice_rxtx_vec_avx2.c | 5 ++--- > drivers/net/ice/ice_rxtx_vec_sse.c | 4 ++-- > 4 files changed, 17 insertions(+), 21 deletions(-) Reviewed-by: Xiaolong Ye