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 2B3F9A04FD; Thu, 10 Nov 2022 07:51:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C4001400EF; Thu, 10 Nov 2022 07:51:28 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id A5E93400D4 for ; Thu, 10 Nov 2022 07:51:27 +0100 (CET) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id D93B466; Thu, 10 Nov 2022 09:51:26 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru D93B466 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1668063087; bh=OYQE+QPWXWay/DUk+9MvlWCfYUJNNj9XSICCDuoUKyE=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=JGEAInYc/LANd5cyTr2VHKQ6L5q7nrx3JSaJ65rnA35kpGk34LNAOF5/Vvkz/kb8T suIqBuOYrf1Ckdiw0LtgMgvdbX/OTwwkJEAC6qodDwsagKW2QND5f3eotPOvCK2pOB FcRSbihsav4lULujSrgUxAqSC4pffKwB20j2VbJ4= Message-ID: <17dc0f1e-fa38-79ad-d95a-1bb7ad42b3d0@oktetlabs.ru> Date: Thu, 10 Nov 2022 09:51:26 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH v12 1/1] app/testpmd: support multiple mbuf pools per Rx queue Content-Language: en-US From: Andrew Rybchenko To: "Singh, Aman Deep" , Hanumanth Pothula , Yuying Zhang Cc: dev@dpdk.org, thomas@monjalon.net, jerinj@marvell.com, ndabilpuram@marvell.com References: <20221025014005.2054913-1-hpothula@marvell.com> <20221107053153.2275618-1-hpothula@marvell.com> <9b2b372d-4b4f-1313-d9df-aabdd13bb519@intel.com> Organization: OKTET Labs In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 11/9/22 13:39, Andrew Rybchenko wrote: > On 11/9/22 11:04, Singh, Aman Deep wrote: >> On 11/7/2022 11:01 AM, Hanumanth Pothula wrote: >>> Some of the HW has support for choosing memory pools based on >>> the packet's size. The pool sort capability allows PMD/NIC to >>> choose a memory pool based on the packet's length. >>> >>> On multiple mempool support enabled, populate mempool array >>> accordingly. Also, print pool name on which packet is received. >>> >>> Signed-off-by: Hanumanth Pothula >> >> Acked-by: Aman Singh > > Applied to dpdk-next-net/main, thanks. > I'm sorry, I've removed the patch from next-net/main since it breaks protocol-based header split as far as I can see.