From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 99B3C42B73B for ; Thu, 30 Apr 2026 17:18:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777569491; cv=none; b=oA51mBPtaTxaGTU8gpykASfitZW5LJfSuNj56z0RGw0shjjREQxadFB0OPFZ2YXFb8w6chIw93C9ejXglwDNBcVlbXKyW7sMaZO0fUuCBwGS+k+CJnqgn3Rg6N6VesjrT4t0dNHm+TqP8SUD5/o1lKRyO39TdowZzjBwnVWSAJU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777569491; c=relaxed/simple; bh=0w70oLV/Hi26zqRuUt+YUcMxTFjt0fkMC/3AyJqHUYQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PgIYD6H6MCFJJUjZfQv2ZfEpI9LqkxJSiPlYkgyspa/mlCyJJP4bX6SQqnVwW4JuMtdw1Mm7BH0Iqx9CfWJtNZbZo3jbqrIE5IzWVR6y0QH0oTaMFWKP7CRVb4CwzDO2Rz78T90oCkJuYaGcvHMuFYuz7hOeAKokLVr1UMp5TsQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=igtWD0ZR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="igtWD0ZR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BFAFCC2BCB3; Thu, 30 Apr 2026 17:18:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777569491; bh=0w70oLV/Hi26zqRuUt+YUcMxTFjt0fkMC/3AyJqHUYQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=igtWD0ZRzepcIuAyMhbe7gToyqhH44s3PWoM3i6vhixkbnDfJ9r1CTQC6sJym1IEb 1NbyKdDv0/HdtYA5wCZOFi3vU77TKfPjsCgOFiLJa8deMIJ9VXTN1+L8SsVzM1OqnX SN4JvevFRFAJFxWAKyvM4SK2joc6P/AMc43xbe8LiR6Q7431ojClE01d6UJlpCs0Om Uwczgq9jVY5QxJr14H7TcXmv7pJWa67RyoFHaiwXRsYpFwYJHsSHLUYm04bM/4O38p K3RTxCVpIIt7q+g2B4mkMUPiUXqZHJR0ubLWc7XUnrkfUast33DJCQ0lJAfdtLtk+U M48Ac99YMdi2Q== Date: Thu, 30 Apr 2026 18:18:07 +0100 From: Simon Horman To: Jeremy Kerr Cc: Matt Johnston , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org Subject: Re: [PATCH net-next] net: mctp: test: remove skb dumps from test output Message-ID: <20260430171807.GF900403@horms.kernel.org> References: <20260429-dev-mctp-test-skb-dump-v1-1-13fd5789ef71@codeconstruct.com.au> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260429-dev-mctp-test-skb-dump-v1-1-13fd5789ef71@codeconstruct.com.au> On Wed, Apr 29, 2026 at 04:27:31PM +0800, Jeremy Kerr wrote: > We're currently dumping skb info in our fragment input test, which makes > interpreting the TAP test output a bit awkward. > > Remove the skb dumps. > > Signed-off-by: Jeremy Kerr Reviewed-by: Simon Horman