From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bricha3@ecsmtp.ir.intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id B3D5FAFD8
 for <dev@dpdk.org>; Mon, 12 May 2014 11:56:42 +0200 (CEST)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by orsmga101.jf.intel.com with ESMTP; 12 May 2014 02:56:48 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="4.97,1034,1389772800"; d="scan'208";a="538809592"
Received: from irvmail001.ir.intel.com ([163.33.26.43])
 by orsmga002.jf.intel.com with ESMTP; 12 May 2014 02:56:47 -0700
Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com
 [10.237.217.46])
 by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id
 s4C9ul5f001770; Mon, 12 May 2014 10:56:47 +0100
Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1])
 by sivswdev02.ir.intel.com with ESMTP id s4C9ukqJ021440;
 Mon, 12 May 2014 10:56:46 +0100
Received: (from bricha3@localhost)
 by sivswdev02.ir.intel.com with  id s4C9uk7P021436;
 Mon, 12 May 2014 10:56:46 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Date: Mon, 12 May 2014 10:56:25 +0100
Message-Id: <1399888587-21068-1-git-send-email-bruce.richardson@intel.com>
X-Mailer: git-send-email 1.7.0.7
Subject: [dpdk-dev] [PATCH v2 0/2] 10G PMD: vectorized RX and TX functions
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, 12 May 2014 09:56:43 -0000

This patch set contains the vectorized PMD implementation for the Intel DPDK.
This code was previously released under a proprietary license, but is now
being released under a BSD license to allow its integration with the rest
of the Intel DPDK codebase.

Bruce Richardson (2):
  10G PMD: New vectorized functions for RX/TX
  10G PMD: enable vector PMD compile for 64b linux

 config/defconfig_x86_64-default-linuxapp-gcc |    2 +
 config/defconfig_x86_64-default-linuxapp-icc |    2 +
 lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c        |  726 ++++++++++++++++++++++++++
 3 files changed, 730 insertions(+), 0 deletions(-)
 create mode 100644 lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c