From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 63E5B2BAC for ; Mon, 21 Nov 2016 14:53:08 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 21 Nov 2016 05:53:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,675,1473145200"; d="scan'208";a="1062344657" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga001.jf.intel.com with ESMTP; 21 Nov 2016 05:53:05 -0800 To: Ilya Maximets , dev@dpdk.org, Helin Zhang , Konstantin Ananyev , Jingjing Wu References: <1476886037-4586-1-git-send-email-i.maximets@samsung.com> <1e91c159-3075-2564-c32c-86dae4ee7916@intel.com> Cc: Dyasly Sergey , Heetae Ahn , Bruce Richardson , Wenzhuo Lu From: Ferruh Yigit Message-ID: <10330ae4-55fb-7ee0-0263-ad684ad2b931@intel.com> Date: Mon, 21 Nov 2016 13:53:05 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1e91c159-3075-2564-c32c-86dae4ee7916@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH RFC 0/2] Allow vectorized Rx with 4096 desc ring size on Intel NICs. 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, 21 Nov 2016 13:53:09 -0000 On 10/19/2016 3:30 PM, Ferruh Yigit wrote: > On 10/19/2016 3:07 PM, Ilya Maximets wrote: >> 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(-) >> > > Hi Ilya, > > Thank you for the patch, we are in post rc1 phase and this is a new > feature, so this patchset will be considered for next release (v17.02). > Reminder for this patch (RFC) which has been sent in 16.11 time frame and we postponed to 17.02 release. Thanks, ferruh