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 94D92A0352; Thu, 16 Jan 2020 04:12:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E65835B3A; Thu, 16 Jan 2020 04:12:50 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 0224E2C2B for ; Thu, 16 Jan 2020 04:12:48 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2020 19:12:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,324,1574150400"; d="scan'208";a="273851003" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by FMSMGA003.fm.intel.com with ESMTP; 15 Jan 2020 19:12:47 -0800 Date: Thu, 16 Jan 2020 11:12:39 +0800 From: Ye Xiaolong To: Reshma Pattan Cc: dev@dpdk.org Message-ID: <20200116031239.GJ33538@intel.com> References: <20200114112945.39375-1-reshma.pattan@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200114112945.39375-1-reshma.pattan@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH 0/5] net/ixgbe: improvements to ixgbe driver 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 01/14, Reshma Pattan wrote: >This patch set does below ixgbe driver code improvements. > >1)Removed usage of CONFIG_RTE_IXGBE_INC_VECTOR and used >architectures specific flags instead. > >2)Removed weak symbols from the stub functions for ppc >architecture. > >3)Removed duplicate function declarations. > >4)Added ixgbe arm vector file for messon build. > >5)Added missing stubs for ppc architecture. > >Signed-off-by: Reshma Pattan > >Reshma Pattan (5): > net/ixgbe: remove ixgbe vector config flag > net/ixgbe: remove weak symbols in ixgbe rxtx > net/ixgbe: remove duplicate function declaration > net/ixgbe: add missing stubs for ppc > net/ixgbe: add arm vector support in meson > > config/common_base | 1 - > doc/guides/nics/ixgbe.rst | 1 - > drivers/net/ixgbe/Makefile | 6 ++--- > drivers/net/ixgbe/ixgbe_rxtx.c | 49 ++++++++++++++++++++-------------- > drivers/net/ixgbe/ixgbe_rxtx.h | 7 ++--- > drivers/net/ixgbe/meson.build | 3 ++- > 6 files changed, 36 insertions(+), 31 deletions(-) > >-- >2.21.0 > Acked-by: Xiaolong Ye Applied to dpdk-next-net-intel, Thanks.