From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH v2 0/2] 10G PMD: vectorized RX and TX functions Date: Mon, 12 May 2014 10:56:25 +0100 Message-ID: <1399888587-21068-1-git-send-email-bruce.richardson@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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