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 48AE3378B for ; Tue, 31 May 2016 18:46:15 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 31 May 2016 09:46:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,396,1459839600"; d="scan'208";a="113539860" Received: from amotzhad-mobl2.ger.corp.intel.com ([10.252.31.137]) by fmsmga004.fm.intel.com with SMTP; 31 May 2016 09:46:12 -0700 Received: by (sSMTP sendmail emulation); Tue, 31 May 2016 17:46:11 +0025 Date: Tue, 31 May 2016 17:46:11 +0100 From: Bruce Richardson To: Jianbo Liu Cc: dev@dpdk.org Message-ID: <20160531164610.GB28620@bricha3-MOBL3> References: <1462938309-18272-1-git-send-email-jianbo.liu@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462938309-18272-1-git-send-email-jianbo.liu@linaro.org> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] ixgbe: rename ixgbe_rxtx_vec.c to ixgbe_rxtx_vec_sse.c X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2016 16:46:15 -0000 On Wed, May 11, 2016 at 09:15:09AM +0530, Jianbo Liu wrote: > To be consistent with the naming for ARM NEON implementation, > ixgbe_rxtx_vec.c is renamed to ixgbe_rxtx_vec_sse.c. > > Signed-off-by: Jianbo Liu > --- Acked-by: Bruce Richardson Applied to dpdk-next-net/rel_16_07 /Bruce