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 3AA1C2A6C for ; Fri, 6 Jan 2017 14:56:49 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP; 06 Jan 2017 05:56:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,324,1477983600"; d="scan'208";a="50232181" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga005.fm.intel.com with ESMTP; 06 Jan 2017 05:56:47 -0800 To: "Wu, Jingjing" , Thomas Monjalon , Ilya Maximets References: <10330ae4-55fb-7ee0-0263-ad684ad2b931@intel.com> <1ed69cc6-4980-fd24-9db5-3ca1b99be70f@samsung.com> <2020651.oVKGRqHCud@xps13> <0110a9dd-d89b-2cc2-a623-4befa3ae95bf@intel.com> <9BB6961774997848B5B42BEC655768F810CC3F98@SHSMSX103.ccr.corp.intel.com> Cc: "dev@dpdk.org" , "Zhang, Helin" , "Ananyev, Konstantin" , Heetae Ahn , "Richardson, Bruce" , "Lu, Wenzhuo" From: Ferruh Yigit Message-ID: <7e82a1fe-a784-cd3b-7346-e038d1f04806@intel.com> Date: Fri, 6 Jan 2017 13:56:46 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810CC3F98@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 13:56:50 -0000 On 1/6/2017 2:29 AM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Yigit, Ferruh >> Sent: Wednesday, January 4, 2017 1:25 AM >> To: Thomas Monjalon ; Ilya Maximets >> >> Cc: dev@dpdk.org; Zhang, Helin ; Ananyev, Konstantin >> ; Wu, Jingjing ; >> Heetae Ahn ; Richardson, Bruce >> ; Lu, Wenzhuo >> Subject: Re: [dpdk-dev] [PATCH RFC 0/2] Allow vectorized Rx with 4096 desc ring >> size on Intel NICs. >> >> On 1/2/2017 3:40 PM, Thomas Monjalon wrote: >>> 2016-12-27 08:03, Ilya Maximets: >>>> Hello. >>>> Ferruh, Thomas, is there a chance for this to be accepted to 17.02? >>>> Maybe I should resend this patch-set without 'RFC' tag? >>> >>> Yes it should be integrated in 17.02. >>> Ferruh, any news? >>> >> >> I was waiting for a review from driver maintainers > > The patch looks good me, both ixgbe and i40e. Acked-by: Jingjing Wu Series applied to dpdk-next-net/master, thanks. > > Thanks, Ilya. > > Another idea is like, now the memory zone can be freed now. > So maybe later, we don't need to reserve a maximum size for rx ring, and can change it when number of desc are changed. >