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 7D10C3947BA; Mon, 6 Apr 2026 18:37:18 +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=1775500638; cv=none; b=TVPpFY+l7rQLiBorg3fXBKFZBEYrfqxty48dzhCaRryspW128vhn65ASETDTm43MvLYiNysysjOYYUqvB1FS1QRlkK3/Xs0Wq+a6fy827sKr17Fo2lpWySNRDGoSXmjkReRleZuPIRQvuCrJnsrci3ledbR+DyfDWmA09MBeQpI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775500638; c=relaxed/simple; bh=BkzmfjdLkZjIEE3dl4fidpIJh+Uk/PlxW8cxqIb1ftI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=rkERYxKmFCPMHd7RhmyRg4a1UIRTUNGUa1h2CrJpOZ5KGpdPZfBiq7N/osjUNFLlqhs+Vy+316ktRQQQz2I4YGHbxpNEoeRD3ZESbmYuUs8HkqobfYW6VISRvCJoQ3njSl8kQshDAjnR46P/USCSGNSV+D6e9Lu9lweuK6PPJKs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b4NaLOlF; 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="b4NaLOlF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55A6FC19421; Mon, 6 Apr 2026 18:37:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775500638; bh=BkzmfjdLkZjIEE3dl4fidpIJh+Uk/PlxW8cxqIb1ftI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=b4NaLOlFbMQPwTk3mYms/9XSSK+KwJZL/01tw35C5UEQ9J5bPmxwnT1Tk+kOxYt+V Em5SUeWpfc4R/6blR5/qhXsHG71QNzt32CIc+FCpVyp1wo3jVws7YHqYKT12Av40rd V9SnCWGC3vZKhywRtK3DoCxBCq0WHNm5VzhAg3LKykEy9IXGtQ+9x5u1Yq+rrk1XmZ P61Z0RO26KeHTLQnzhB7XFLxsk5Gkqvi7RoSsIrziYGLIWzlUCvjFr+JSf0TOVgfnh 42QUzvVgTm4f8Bc/R511yQHvUMuTr8sCLj+0AHIr+KtEdTS3JkqqeMDmbX8EvQZeiE Uy4N3lCdFswdg== Date: Mon, 6 Apr 2026 11:37:13 -0700 From: Jakub Kicinski To: Joe Damato Cc: Willem de Bruijn , netdev@vger.kernel.org, "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Shuah Khan , andrew+netdev@lunn.ch, linux-kernel@vger.kernel.org, willemb@google.com, linux-kselftest@vger.kernel.org Subject: Re: [net-next v2 2/3] selftests/net: Test PACKET_STATISTICS drops Message-ID: <20260406113713.59534080@kernel.org> In-Reply-To: References: <20260403233240.178948-1-joe@dama.to> <20260403233240.178948-3-joe@dama.to> Precedence: bulk X-Mailing-List: linux-kernel@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 Mon, 6 Apr 2026 09:29:03 -0700 Joe Damato wrote: > > > + if (cfg_drop) { > > > + check_packet_stats(fds); > > > + goto out; > > > + } > > > > Sashiko pointed out > > In the future, please link to the AI report. No. We don't link to CI reports as a general rule to avoid people posting code just to have it tested.