From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.migadu.com (out-62.mta1.migadu.com [95.215.58.62]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4B7F33659EB for ; Tue, 1 Sep 2026 06:42:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.62 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788244946; cv=none; b=oYXqo8kLdeoJSLyag22A4cYU28uWyykbYWgNpWgRDS/vD7jv0g2nxK5IPlHAT20RUCLSMA8ExLEQNiD7NCLCkBbFZI0dUZL9v/tqusf/cfWkzZHY1RM4cR5G8is0CwLR+533oA3oZZTMMDKun3//hR5+Y4/kbYv5Kf7maHzNhKc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788244946; c=relaxed/simple; bh=v441UDLRDknYueI9bc52JOdbrDaZw0e7JTJX1VSTE2k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=erk5EpRRSv8SYvnb9CYIyHASK7gDhUuD/jqZo8AWV1Z/X1mkqsG/IS62VX6xOgquDADiOfXSLS+U2nI068I94ufc56a58tVmc8IhB2m1TFlaajWTCHhTRlAR0hEzjsYSqf58l0c88wuPtTwTR/vbpbesXOc2ylB8ABewk92aiSQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=LCI+HFHE; arc=none smtp.client-ip=95.215.58.62 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="LCI+HFHE" X-Envelope-To: netdev@vger.kernel.org DKIM-Signature: a=rsa-sha256; bh=v441UDLRDknYueI9bc52JOdbrDaZw0e7JTJX1VSTE2k=; c=simple/simple; d=linux.dev; h=from:to:subject:date:message-id:mime-version:content-type; s=key1; t=1788244943; v=1; x=1788849743; b=LCI+HFHE+/khhik4FHUqkVjOpj7LEcSNWgR7lnXRZZ394g2ghyOKzq13nv/G8O5GzlnzT1sE 0CwCTOxvJ68WgVwbDozJJnf1McZqEU4XahnuDNS81PoMyMHQaNXlIy4OhVxbHyiNMfVQW1ibIE4 lSIzygvZA/Ifi1s6XSVOpkMc= X-Envelope-To: netdev@vger.kernel.org Received: by smtp.migadu.com with ESMTPS id 26a8b4de9676588e; Tue, 01 Sep 2026 06:42:13 +0000 X-Mizu-Trace-ID: 26a8b4de9676588e X-Migadu-Flow: FLOW_OUT Date: Tue, 1 Sep 2026 14:42:06 +0800 From: Hangbin Liu To: Jakub Kicinski Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Shuah Khan , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Hangbin Liu Subject: Re: [PATCH net-next 2/2] selftests: netdevsim: add speed testing Message-ID: References: <20260831-nsim_speed-v1-0-7a651ee65738@kylinos.cn> <20260831-nsim_speed-v1-2-7a651ee65738@kylinos.cn> <20260831150642.68f28691@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=us-ascii Content-Disposition: inline In-Reply-To: <20260831150642.68f28691@kernel.org> On Mon, Aug 31, 2026 at 03:06:42PM -0700, Jakub Kicinski wrote: > On Mon, 31 Aug 2026 11:28:11 +0800 Hangbin Liu wrote: > > Add a script for netdevsim speed test. Make sure the speed and duplex > > could be changed. And the speed can't be larger than the max speed. > > nak, this is not a meaningful test OK, I thought we should add selftests for new features. And there are netdevsim ethtool tests like ethtool-pause.sh. Since you think this test is meaningless. I will drop it in next version. Hangbin