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 1C6022FF147; Fri, 6 Feb 2026 03:09:05 +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=1770347346; cv=none; b=RYUqZj5fmSG73CVtXQbMJEw0eqyA94EAIONlxcmVryb3scLzF9eEUzhixjV6npkIIMgSEC8ItxXmAmUmime3+SWkj3N9LfQPcPt0JvQBpmd+L2mSa7OUTE4Ah8YbglKxGk4KlUOWZjq3C/2ZwGDTQxSchW1WhzLRywxGsL8pRrY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770347346; c=relaxed/simple; bh=CJMXASXpp8OaEfc6cvu1uEe6i3zuz1EC6kzWc16UG5E=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=TtBy2QOaG59837wPi8braOqB6w6F/mEzJANw/FfqlB9HBrNywZlAq625twx9RZW2KbEG30VJDCrlxgQwNpZTC7sQbX14kBE8wZWpkwwCyy6uPbauUGLH7qjOKKWLsr4KUZ0G46qe1mKUIsWsry6ScD4AvMFGBRGk7qe5KOnU/k8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=h0eMk5Qg; 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="h0eMk5Qg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57702C4CEF7; Fri, 6 Feb 2026 03:09:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770347345; bh=CJMXASXpp8OaEfc6cvu1uEe6i3zuz1EC6kzWc16UG5E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=h0eMk5QgLdKwPvLlIRQUH+b9yEyEDBhJWqlRgv4A2FGUzGoerdxSJnyXa3tbcLkrW GHeJ5GkgdZIEj9AkA5UEGixuFpO6TAHeBCHHulKXgWRCcgXEZe3BKLquc5oFs9hSgP UzcXZrkNvgL97Ps+cgYWaOlquWt61hbcTH0GPwRbsy5xHA/i1VJfHakZT8FM7vY5cj XymDQmVDS6vdDXcnzCxVWejQUv296eVGxXlPu9Ib1bolwB77AtIRASwPIqYkfOEU9/ WpzcBk8L4tDgubI6jCFOhv6vMAHrpGyJ8ygsBuH0r4tHBvhpFuKwstzyYiRnsfBxnR w+Sqhk+LM1XSQ== Date: Thu, 5 Feb 2026 19:09:04 -0800 From: Jakub Kicinski To: Raju Rangoju Cc: , , , , , , Subject: Re: [PATCH net-next v3 0/4] amd-xgbe: add ARP offload and RSS self-tests Message-ID: <20260205190904.78be3190@kernel.org> In-Reply-To: <20260204145829.801839-1-Raju.Rangoju@amd.com> References: <20260204145829.801839-1-Raju.Rangoju@amd.com> 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-Transfer-Encoding: 7bit On Wed, 4 Feb 2026 20:28:29 +0530 Raju Rangoju wrote: > amd-xgbe: do not select NET_SELFTESTS when INET is disabled I'll apply this one > amd-xgbe: add hardware ARP offload support > amd-xgbe: add ARP offload ethtool self-test These two I don't get. The feature is enabled during the test but it can't be enabled by a normal user. So what's the point of testing it? > amd-xgbe: add RSS ethtool self-test xgbe seems to implement Toeplitz hash, much better to run tools/testing/selftests/drivers/net/hw/toeplitz.py than just checking if the hash value != 0..