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 0714313AD26 for ; Sat, 28 Feb 2026 02:34:08 +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=1772246049; cv=none; b=u4eaV0SblpCJKk7OLb5bFMRJYL5b9wetIrl6fcBLZN+bPO/SJsKAHgwc2BIKm4Q1K/MW0FkjJxVb7W/vVaSZ+OzCmvhg9YxKMddQaAjeXHxO51LTTqgAMd91hnDC9oDFxRNw8CbYhZhB8NrB5Avcu4+KGhxfuNI77Ayopywi258= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772246049; c=relaxed/simple; bh=lKk3pn+YRFf9WSiifMiL9kpHsv6efoEmsnz6iOp76rY=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=H1BmWWlYCKAxPQxt8e4f1pfhC9ezh9XHgxn2uqL2wp4J/H+l5yHjzbHpS3XCBqeAvABpNBHFxzlwivutqdweVxd7KJcJT82nfYsdX1zdeZgsuBHl5Q2NEwWrzAjHQL41eHw9jr+YRD0cWczxtSNFfVgMhL7IkRvsERbjy5HYChc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=crlFUCor; 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="crlFUCor" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 089EAC116C6; Sat, 28 Feb 2026 02:34:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772246048; bh=lKk3pn+YRFf9WSiifMiL9kpHsv6efoEmsnz6iOp76rY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=crlFUCorVSmWFimefhrghL82DJp+dHncF2dqgZEZqmZQHcKjYqzowu9P5xBTV9z+Z 9/7DwKnpr555ubNh8LHWi0XHv84QeWtPmFEItWvyozUiPo5rA1Sl8OqUHpCT9Wq2rO dwHWluGvBr2idg5pBh7aPl65sWVbsMzKaGQ0YctqcP3BBEZOcAidc7VjsYJGFiStS2 5cO90ZDNOwNTtqANQIA6dvJC6bh8axPFxeAk2QYEvwh4badWYRlEmQm6I43WOjt8Dp T4G5mWR3qxVharBcESs+bNW0aWkRUrh/emj/5NooelVgequnoZSiResV2oUR7ZT86c PjIYLdVe5Bh5g== Date: Fri, 27 Feb 2026 18:34:07 -0800 From: Jakub Kicinski To: Wei Wang Cc: , Daniel Zahka , Willem de Bruijn , David Wei , Andrew Lunn , "David S. Miller" , Eric Dumazet , Daniel Borkmann , Stanislav Fomichev , Nikolay Aleksandrov Subject: Re: [PATCH net-next 1/9] selftests/net: Add bpf skb forwarding program Message-ID: <20260227183407.39b4a207@kernel.org> In-Reply-To: <20260224002410.1553838-2-weibunny@fb.com> References: <20260224002410.1553838-1-weibunny@fb.com> <20260224002410.1553838-2-weibunny@fb.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 Mon, 23 Feb 2026 16:24:01 -0800 Wei Wang wrote: > Subject: [PATCH net-next 1/9] selftests/net: Add bpf skb forwarding program Sorry for the delay, the series never showed up in my review queue cause this patch never arrived to the list :( Please repost after a couple of days if email system eats part of the submission.