From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D5CB8AFCE for ; Mon, 12 May 2014 11:23:24 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 12 May 2014 02:24:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,1033,1389772800"; d="scan'208";a="537556248" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 12 May 2014 02:23:29 -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 s4C9NTbT027537; Mon, 12 May 2014 10:23:29 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s4C9NTbk012825; Mon, 12 May 2014 10:23:29 +0100 Received: (from bricha3@localhost) by sivswdev02.ir.intel.com with id s4C9NSF0012821; Mon, 12 May 2014 10:23:28 +0100 From: Bruce Richardson To: dev@dpdk.org Date: Mon, 12 May 2014 10:23:18 +0100 Message-Id: <1399886601-12788-1-git-send-email-bruce.richardson@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 09:23:25 -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