From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D55E5A0C4B; Mon, 8 Nov 2021 23:08:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C226E40E5A; Mon, 8 Nov 2021 23:08:22 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by mails.dpdk.org (Postfix) with ESMTP id 96C8A40151; Mon, 8 Nov 2021 23:08:21 +0100 (CET) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 662B43201DFB; Mon, 8 Nov 2021 17:08:20 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Mon, 08 Nov 2021 17:08:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= OLPcbcaARIYFTVCmVkiA90/n6f20x2ZkAZnKOKotWvA=; b=XxOvV/3zOQ/G3NQC 58KcPtaGZb3Z6dbJyzjxUWTqjvTA6g/sAa/Uaki8Oh2x6kce4NAQ3NgB1ZwCHEh3 10RnrJjZlJoY8GTkBk/NXpQoqGOP1wKNWnia9BxiCMYhop9qecH6K+cb9IlSNyhQ jCqHJlzMrcNALgpBHSEi7lhhO2O4vnqKD5uILlkJZK497Q5xM81ShWmehZKQw5ux vW87vZZ1azdNCJ0u8oDPCfgCvrp5CGL86/wF3LNr3Ps7UDPcpyUPOAdScr8vOaz6 nyf9IICpma8vpvk5f3sOk51mNChXSrWoubsSa20thsv5REUIdthv6VMy3pDltNL9 ZNI2ew== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=OLPcbcaARIYFTVCmVkiA90/n6f20x2ZkAZnKOKotW vA=; b=WBSbiKn2bqz3OrXCbJQ4Es3Z1sJ5/SzJJu6YDYcaSrt5QH9iDu2JhtneJ pCIZUf/zWvOe5uKRBQXt8XgmXMYMlOdIVyjeKZZZQLsM0xoq5s/RZUE4r9t0xcoA 8ZR2O/lTZi2qd7n2xEqzgdyZnGAkAJW6OATAA0nv4ELLuQmWxr0J7WfQC9XXmGt5 iEZE6yY5PA9CyVGL8z4CRFd5TqQDrKrm6gf9H1tMxtusPqLp8RcXzQKvmx6oT2qc UfzJkUSn+PA4Up71WpJ8o1EZg5Fv2EjBv2voNq99I71Xwczz9gdxCKppEMAdwDLI x3XeHKqsABkMPWP189dA7YuPvpFsw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddruddvgdduheegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepffdvffejueetleefieeludduuefgteejleevfeekjeefieegheet ffdvkeefgedunecuffhomhgrihhnpeguphgukhdrohhrghenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhn rdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 8 Nov 2021 17:08:19 -0500 (EST) From: Thomas Monjalon To: Konstantin Ananyev Cc: dev@dpdk.org, techboard@dpdk.org, bruce.richardson@intel.com, koncept1@gmail.com Date: Mon, 08 Nov 2021 23:08:17 +0100 Message-ID: <409104327.L1f7MFlxpB@thomas> In-Reply-To: <20211102190309.5795-1-konstantin.ananyev@intel.com> References: <20211102190309.5795-1-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ip_frag: increase default value for config parameter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/11/2021 20:03, Konstantin Ananyev: > Increase default value for config parameter RTE_LIBRTE_IP_FRAG_MAX_FRAG > from 4 to 8. This parameter controls maximum number of fragments per > packet in ip reassembly table. Increasing this value from 4 to 8 will > allow users to cover common case with jumbo packet size of 9KB and > fragments with default frame size (1500B). > As RTE_LIBRTE_IP_FRAG_MAX_FRAG is used in definition of public > structure (struct rte_ip_frag_death_row), this is an ABI change. > > Signed-off-by: Konstantin Ananyev > --- > --- a/config/rte_config.h > +++ b/config/rte_config.h > -#define RTE_LIBRTE_IP_FRAG_MAX_FRAG 4 > +#define RTE_LIBRTE_IP_FRAG_MAX_FRAG 8 This unannounced change was approved by the techboard: http://inbox.dpdk.org/dev/0fccb0b7-b2bb-7391-9c94-e87fbf64f007@redhat.com/ Applied with simplified release notes, thanks.