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 4A51DA00C4; Wed, 9 Nov 2022 11:39:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E89440143; Wed, 9 Nov 2022 11:39:34 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 312BE400EF for ; Wed, 9 Nov 2022 11:39:33 +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)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id BA66A66; Wed, 9 Nov 2022 13:39:32 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru BA66A66 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1667990372; bh=MLxJHj64P/fuZLvQQYBWxtAXgT0lESFy7Pm6Q0yfC+g=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=lHdI7sH7gExJtmeS5WdClK0gxIu5TGO20V779w/bunBx0gSqNSTLwlEcSJihMFPkq oX0yZwAzXZViJJalCb7ZaseKdYdU6vFbgXFb8sytrytySVTL9en1Fun3fgu3acjSxA fnkmr9YaF75AXj+Jpfgu0HFcsJmqQvKNtwymXSyQ= Message-ID: Date: Wed, 9 Nov 2022 13:39:32 +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 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> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <9b2b372d-4b4f-1313-d9df-aabdd13bb519@intel.com> 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 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.