From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-we0-f180.google.com (mail-we0-f180.google.com
 [74.125.82.180]) by dpdk.org (Postfix) with ESMTP id 2ECC1AFDD
 for <dev@dpdk.org>; Mon, 16 Jun 2014 10:25:24 +0200 (CEST)
Received: by mail-we0-f180.google.com with SMTP id x48so5202050wes.25
 for <dev@dpdk.org>; Mon, 16 Jun 2014 01:25:39 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=3CsEVe9HMoijBP8s6Scmhnp49dXUtGEpigi8WIiZZ0M=;
 b=VyXF14RmQoqNuMlwO6zeZUMZjyw/qVVZ0nls2blBWiQRdeQ2I6j2O8cJz5/KgKaEkR
 mfSVDajRDNQUsm3n2FUoHGDuthpBG2dadzkaveUHPEmsDRHRrrXpuLAl+y7JUsK6KIsb
 233Yw8zD8AcaSh71OKp4vWUl5meN+d6ETepfRox9L5723aYOIXxcWHDbq+umy2nTvIiv
 mf7gi4Mq8ZpKtiTQwkVgoybYxWkE+I8EPYrhz/nmigB9uQq9QF8oHn0HRlA/Hs9kWrI8
 NRSSvLO84ynnRb6lYZojWnSoAAgtz/5zUhAkxutc/XU9rMZJNpYa7QFi75j+XOKevk/v
 gmtw==
X-Gm-Message-State: ALoCoQlAcKV/6K/z+uS5j/zP1737tGPElHKbDyMeFyClrxI2LaIy0zjF4KIte+ZX75c82Qmi4FKC
X-Received: by 10.194.93.228 with SMTP id cx4mr26168630wjb.61.1402907139705;
 Mon, 16 Jun 2014 01:25:39 -0700 (PDT)
Received: from xps13.localnet (108.26.90.92.rev.sfr.net. [92.90.26.108])
 by mx.google.com with ESMTPSA id vp5sm17614844wjc.31.2014.06.16.01.25.38
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 16 Jun 2014 01:25:39 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Bruce Richardson <bruce.richardson@intel.com>
Date: Mon, 16 Jun 2014 10:25:36 +0200
Message-ID: <2555638.4eYMKNrd7u@xps13>
Organization: 6WIND
User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; )
In-Reply-To: <1402699944-3902-1-git-send-email-bruce.richardson@intel.com>
References: <1399888587-21068-1-git-send-email-bruce.richardson@intel.com>
 <1402699944-3902-1-git-send-email-bruce.richardson@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v3] 10G PMD: New vectorized functions for
	RX/TX
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 16 Jun 2014 08:25:24 -0000

2014-06-13 23:52, Bruce Richardson:
> New file containing optimized receive and transmit functions which
> use 128bit vector instructions to improve performance. When conditions
> permit, these functions will be enabled at runtime by the device
> initialization routines already in the PMD.
> 
> The compilation of the vectorized RX and TX code paths is controlled by
> a new setting in the build time configuration for the IXGBE driver. Also
> added is a setting which allows an optional further performance increase
> by disabling the use of the olflags field on packet RX.

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

I've adjusted code for 2 "ASSIGN_IN_IF" checkpatch errors
and applied for version 1.7.0.

Thanks
-- 
Thomas