From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E98395599 for ; Fri, 6 Jan 2017 03:31:27 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 05 Jan 2017 18:31:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,323,1477983600"; d="scan'208";a="1079749326" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 05 Jan 2017 18:31:22 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 5 Jan 2017 18:30:50 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.132]) with mapi id 14.03.0248.002; Fri, 6 Jan 2017 10:29:19 +0800 From: "Wu, Jingjing" To: "Yigit, Ferruh" , Thomas Monjalon , Ilya Maximets CC: "dev@dpdk.org" , "Zhang, Helin" , "Ananyev, Konstantin" , Heetae Ahn , "Richardson, Bruce" , "Lu, Wenzhuo" Thread-Topic: [dpdk-dev] [PATCH RFC 0/2] Allow vectorized Rx with 4096 desc ring size on Intel NICs. Thread-Index: AQHSKhJmpDawshF5D0i8purYE8Jb9qCvUHoAgDPSb4CAOAAKAIAKH+MAgAGvcgCABEG6AA== Date: Fri, 6 Jan 2017 02:29:18 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810CC3F98@SHSMSX103.ccr.corp.intel.com> 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> In-Reply-To: <0110a9dd-d89b-2cc2-a623-4befa3ae95bf@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 02:31:28 -0000 > -----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, Konstant= in > ; Wu, Jingjing ; > Heetae Ahn ; Richardson, Bruce > ; Lu, Wenzhuo > Subject: Re: [dpdk-dev] [PATCH RFC 0/2] Allow vectorized Rx with 4096 des= c ring > size on Intel NICs. >=20 > 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? > > >=20 > I was waiting for a review from driver maintainers The patch looks good me, both ixgbe and i40e. 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 ca= n change it when number of desc are changed.