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 4650F288C27 for ; Thu, 5 Feb 2026 01:40:35 +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=1770255635; cv=none; b=WoroYDZKhd2+EvZ/DCbHJguUR40eqhSzZNkyxEHsVk9l6RpVGk8tLP9f4j+EsU4spDPYlm7a1OzNx3GUBbXN1+us+BqybCeLrSq+L/Op0JGGkJoqBHxLFv0y6QagH1/X4KsuMXJ78jYQhXZABrKiGY0f8EOPv3SV/ezpS9uOt1w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770255635; c=relaxed/simple; bh=uTrsxGdHfJzR7evoyQV4W3EjM818czShb7pzEfoHKM0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Dj6u99mm6ixr6TFtiPM3ucrq9qFR4gLBOchAdFEYmPz1qCxTBYPW8d1G3uuSEr8Z3UKqaanSznlxMnKkbCr+pqU6mc8eKIVTf2WZZANfCzDNGZiIrxcYdLCO9sBmp/tYhE2Qrsz3uxJJpTa4n5IRHGL5lbi3wotNlKmqDZKLO68= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YYFxS/Ij; 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="YYFxS/Ij" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D23AC4CEF7; Thu, 5 Feb 2026 01:40:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770255634; bh=uTrsxGdHfJzR7evoyQV4W3EjM818czShb7pzEfoHKM0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YYFxS/IjDvToGeQ/zY0WFvhW5OjotxHVMWKPlhXCltHJtf0BVtyVmDmSDyu3jkvVY BMF2PJs0vwRiNS8eabvdPWR2drkwJCRWDxL32O09L2+MPzqcTiahVkxlUzw40ky6ZZ K+QJGePYXoIfqPw0CGidNKBDEmJ5IoyYYkmOJJpQg1LomrKqguff8SxbeA4EbpG853 q3FZM4pZzEA1dzMTl4USaCGGO8roZhxfdBz1nNNqomQhly9RECWQrtd388ej8k1KzO 5lfmyJaITEf0MQndrT/zrT/4BId+SGIUwT+os9pMpe9Y8F0ZM8wneOUeqh5fSgjMCp YQrLs81vshZFQ== Date: Wed, 4 Feb 2026 17:40:33 -0800 From: Jakub Kicinski To: "Pielech, Adrian" Cc: , , , , , , , , , Subject: Re: [ANN] intel's netdev-ci for i40e Message-ID: <20260204174033.5aa7dc6a@kernel.org> In-Reply-To: References: <20260203190811.1f9e7530@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 Wed, 4 Feb 2026 13:15:03 +0100 Pielech, Adrian wrote: > On 2/4/2026 4:08 AM, Jakub Kicinski wrote: > > Looks like the GRO test result parsing is off, the test cases are > > reported as for example: > > > > gro-test-lro-ipv6-ip-tos # XFAIL Device does not support... > > > > Looks like this affects all your runners, I haven't noticed earlier. > > I have fixed that, XFAIL should be reported as fail even if further > message suggests that the test should report SKIP due to "device does > not support...". > > Historical results were parsed again to remove test cases: > "[...] # XFAIL [...]". Looks good now, thanks! One more note, the "driver metadata" is currently reported as: {"devlink":{"driver":"i40e", ... looks like you have some extra nests there. That's perfectly fine, but we need there to be a "driver" key in the outmost object. Right now our UIs show "undefined" for the drivers here: https://netdev.bots.linux.dev/devices.html