From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 603C029D294 for ; Fri, 26 Jun 2026 02:06:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782439589; cv=none; b=kOYLmQRHvzGf94Cw59XgvzWrFBgGXGK1tiLzJwBUbBYUE6wqc3OQSElKFwWQGZcN6av6coYdPykz0b64BdABqfl9DOZ4sPPC4kXkzJG/Frm89MhrDK/CVgbWut2+2SJfSjqotMapFLVE0opFfR44VarQhenDTR3w5TtmujX61JE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782439589; c=relaxed/simple; bh=VmcQEwX9BglXs9rMNPHXsY3xt7iaAMcsZxTl/WOUxvU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=mMaV/k6rumvojvBywMWADsfkxdZxLTZZCzMLvOsKER9p4C5y4jDJ0QSw7q+oPwUdqn9+7gX4tsVv3Ca8dzikHhpuVhX3UbF4qHsZKiUfnU/hrrA+Xj2Dp2V4SpImddfivaFPyCWhTJ0I6/j6lIH9wwMfV3Z4500YvtLY0hdsntA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YU2HsUhM; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YU2HsUhM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CD0CE1F000E9; Fri, 26 Jun 2026 02:06:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782439586; bh=d4tY6cLSmj5pQ3iTcSmFAglPnRm3lU+hsBD/90+HQrQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=YU2HsUhMffQf9G0WEH9VIETrTq9/dPVToRpIlremKJP9cpDHs0EzEpZGsB2cvrej7 l9tghFvvbYh4uZ6+4Jzq9rurp2piQw+LXRPbrMertjH7Qypv87QTeelkF8ZWSaQl8m 9gNKXEJ9hnJ5gr9EPvQPNwZBdb+x8uOAEG03WC4R0cDcIjE5g6cZe34t4buGLPy27s Yvn3h2uV1dxFGfUnTWPb4nu3QrOCFHOUmysLiPXU80uaR+tGXEZM7/uC1Foy5gBJk9 zG/DFdlAIWf3B/i1FhRCL6F+tz9NsyJGRTCH9e/OqM4BcFRn3R/JnYAdD42INh0j59 xzpbLJwaCnhvg== Date: Thu, 25 Jun 2026 19:06:25 -0700 From: Jakub Kicinski To: "Loktionov, Aleksandr" Cc: "Pielech, Adrian" , "Kitszel, Przemyslaw" , "netdev@vger.kernel.org" , "intel-wired-lan@lists.osuosl.org" Subject: Re: [Intel-wired-lan] [TEST] Weird RSS state on ice Message-ID: <20260625190625.0f5ffe01@kernel.org> In-Reply-To: References: <20260624083020.131a75fe@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-Transfer-Encoding: 7bit On Thu, 25 Jun 2026 07:11:14 +0000 Loktionov, Aleksandr wrote: > The patchset didn't help? > > [PATCH iwl-next v5 2/2] ice: implement symmetric RSS hash configuration Not sure, it's not in tree, and lore doesn't want to point me at it either. What I don't get is how we get into the bad state in the first place. Looking at other tests today I spotted that rss flow label test is also behaving oddly. Most of the time the first case fails and the second passes: test "rss-flow-label-py" group "selftests-drivers-net-hw" result "fail" link "https://netdev-ci-results.intel.com/ice-results/net-next-hw-2026-06-26--00-00/ice-E810-XXV4/rss_flow_label.py/stdout" results 0 test "rss-flow-label-test-rss-flow-label" result "fail" 1 test "rss-flow-label-test-rss-flow-label-6only" result "pass" But every now and then they skip: ok 1 rss_flow_label.test_rss_flow_label # SKIP Device doesn't support Flow Label for UDP6 ok 2 rss_flow_label.test_rss_flow_label_6only # SKIP Device doesn't support Flow Label for UDP6 test "rss-flow-label-py" group "selftests-drivers-net-hw" result "skip" link "https://netdev-ci-results.intel.com/ice-results/net-next-hw-2026-06-25--16-00/ice-E810-XXV4/rss_flow_label.py/stdout" results 0 test "rss-flow-label-test-rss-flow-label" result "skip" 1 test "rss-flow-label-test-rss-flow-label-6only" result "skip" The devlink info is identical so it must be that the device is in unclean state sometimes?? Do y'all power cycle these machines between runs?