From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Maximets Subject: [PATCH RFC 0/2] Allow vectorized Rx with 4096 desc ring size on Intel NICs. Date: Wed, 19 Oct 2016 17:07:15 +0300 Message-ID: <1476886037-4586-1-git-send-email-i.maximets@samsung.com> References: Cc: Dyasly Sergey , Heetae Ahn , Bruce Richardson , Ilya Maximets To: dev@dpdk.org, Helin Zhang , Konstantin Ananyev , Jingjing Wu Return-path: Received: from mailout3.w1.samsung.com (mailout3.w1.samsung.com [210.118.77.13]) by dpdk.org (Postfix) with ESMTP id D96546CD3 for ; Wed, 19 Oct 2016 16:07:27 +0200 (CEST) Received: from eucas1p2.samsung.com (unknown [182.198.249.207]) by mailout3.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0OFA00835SKE4640@mailout3.w1.samsung.com> for dev@dpdk.org; Wed, 19 Oct 2016 15:07:26 +0100 (BST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Ilya Maximets (2): net/i40e: allow bulk alloc for the max size desc ring net/ixgbe: allow bulk alloc for the max size desc ring drivers/net/i40e/i40e_rxtx.c | 24 +++++++++++++----------- drivers/net/ixgbe/ixgbe_rxtx.c | 17 +---------------- drivers/net/ixgbe/ixgbe_rxtx.h | 2 +- 3 files changed, 15 insertions(+), 28 deletions(-) -- 2.7.4