From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 50AB581741 for ; Thu, 24 Apr 2025 04:08:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745467700; cv=none; b=VhZ+yG1mKfpHo51HVQ6UdTWkPgSBldnkn8kAeYmmOf4hKDUCwnp78/WCm5lUS8q1JHl0IHKr248CIJQ3wRw8C36TYepTDr/c0WWvD2K1G3B++z4dm3wfpMycemyzLgWND+TXUl1HgxvZwUEH8uhP9dmgHQvMAazDz68O9JUDVng= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745467700; c=relaxed/simple; bh=ci7+hmwkiyewObamN4NDCFkAKiCyOM8pn1d+250B7kY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rAJ4mdaU4GUXltqZmQfKLEUU/kzVsZavCBEpzbxsjLn26gSTSWAhit94JbzMDBNESAPljEPdwM3c2wX7BaCzsaw0uzpgw4uMPjuhanibbKt7MnHQTI8Y2YO/13qxO3wgsXkSTKckwVHGSliDGAs4tI6Bg+I3sjJEskkUEzapdDs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1u7nsS-00061c-Ge; Thu, 24 Apr 2025 06:07:56 +0200 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u7nsQ-001p3q-2j; Thu, 24 Apr 2025 06:07:54 +0200 Received: from ore by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1u7nsQ-001DBB-2G; Thu, 24 Apr 2025 06:07:54 +0200 Date: Thu, 24 Apr 2025 06:07:54 +0200 From: Oleksij Rempel To: Jakub Kicinski Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , kernel@pengutronix.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Maxime Chevallier Subject: Re: [PATCH net-next v2 0/4] net: selftest: improve test string formatting and checksum handling Message-ID: References: <20250422123902.2019685-1-o.rempel@pengutronix.de> <20250423184400.31425ecd@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20250423184400.31425ecd@kernel.org> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: netdev@vger.kernel.org On Wed, Apr 23, 2025 at 06:44:00PM -0700, Jakub Kicinski wrote: > On Tue, 22 Apr 2025 14:38:58 +0200 Oleksij Rempel wrote: > > This patchset addresses two issues in the current net selftest > > framework: > > > > - Truncated test names: Existing test names are prefixed with an index, > > reducing the available space within the ETH_GSTRING_LEN limit. This > > patch removes the index to allow more descriptive names. > > > > - Inconsistent checksum behavior: On DSA setups and similar > > environments, checksum offloading is not always available or > > appropriate. The previous selftests did not distinguish between software > > and hardware checksum modes, leading to unreliable results. This > > patchset introduces explicit csum_mode handling and adds separate tests > > for both software and hardware checksum validation. > > Doesn't apply, presumably because of the fix that's sitting in net? Yes, your right. I tried to decouple it, but seems in the last version made to many changes. Sorry -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |