From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 2/3] app/testpmd: improve MAC swap performance for x86 Date: Mon, 10 Dec 2018 17:44:36 +0000 Message-ID: References: <20181122172632.6229-1-qi.z.zhang@intel.com> <20181122173805.79555-1-qi.z.zhang@intel.com> <20181122173805.79555-3-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, wenzhuo.lu@intel.com, bernard.iremonger@intel.com To: Qi Zhang , bruce.richardson@intel.com, keith.wiles@intel.com, konstantin.ananyev@intel.com Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 28B777D05 for ; Mon, 10 Dec 2018 18:44:39 +0100 (CET) In-Reply-To: <20181122173805.79555-3-qi.z.zhang@intel.com> Content-Language: en-US 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 11/22/2018 5:38 PM, Qi Zhang wrote: > The patch optimizes the mac swap operation by taking advantage > of SSE instructions, it only impacts x86 platform. > > Signed-off-by: Qi Zhang <...> > + > +#include "macswap_common.h" And empty line after include can be good.