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 1D78348989; Tue, 21 Oct 2025 17:15:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0749A4068A; Tue, 21 Oct 2025 17:15:43 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 7D6F240689 for ; Tue, 21 Oct 2025 17:15:41 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 08A9E1063; Tue, 21 Oct 2025 08:15:33 -0700 (PDT) Received: from arm.com (unknown [10.57.67.110]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D8BC23F63F; Tue, 21 Oct 2025 08:15:39 -0700 (PDT) Date: Tue, 21 Oct 2025 16:15:35 +0100 From: Luca Vizzarro To: Andrew Bailey Cc: dev@dpdk.org, dmarx@iol.unh.edu, probb@iol.unh.edu Subject: Re: [PATCH v8 1/3] dts: allow mbuf_fast_free to be set with testpmd shell Message-ID: <176105971097.91792.5649204312818344609.luca.vizzarro@arm.com> References: <20250902114327.48185-1-abailey@iol.unh.edu> <20251021144528.39748-1-abailey@iol.unh.edu> <20251021144528.39748-2-abailey@iol.unh.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251021144528.39748-2-abailey@iol.unh.edu> 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 wow, that was quick! thank you! This should be ready to be merged now. Reviewed-by: Luca Vizzarro