From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 DEA42286A9 for ; Fri, 13 Feb 2026 17:02:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771002158; cv=none; b=qF7wA0Xk6lSyF212/0IR138gGfeoQoEwin5DHjkD0a5nBYzKLavX11fotNAO+LbQFILxfU6luN4MNqp0eZpZPNTvNKzQuytPXC8ydF50pUF/YM6sFXZLnM2Au0oHh8N4kXbP1QdDFVEU6S6bQJmwvFNF6pIHlJYLlYd2KATeL5c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771002158; c=relaxed/simple; bh=0o09gqHf6Kt4/xJ5vSwX+VtvE9XnTacvGWxmm2JpxGo=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=IdbcPTmrk+ae/WPdISRQ+ifQTLBYIl2Ec4rEgdHs6JLjHzdedZ9OochqwjEGhbwFEzv0jeT3cltPe+IusGFDdxFjjyysn2CBADqLeBwqzhAeF5akJwBUJAtV9Y6H8WfI4HUYp8L4IMpwCszPUf4SaECj+SnYIyQ4/Q6amkQ+aQE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=oCn7Opcd; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="oCn7Opcd" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 88D171A0EC0; Fri, 13 Feb 2026 17:02:35 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 4FC9F606BE; Fri, 13 Feb 2026 17:02:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id C305010368F15; Fri, 13 Feb 2026 18:02:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1771002154; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=0o09gqHf6Kt4/xJ5vSwX+VtvE9XnTacvGWxmm2JpxGo=; b=oCn7OpcdH/1DiNbPJn8McJaT1Ju8snGJg4UxUMthUaay9bmBwVx7HKR8dvXBXdl101NheZ NwgO2sydLNb+P9yjF8RSILMoKmnvyHegIfthhVYG6YzotwUukDw3n5IrwIlF83fvTYf1c5 w1QeemY9iEZnJVzRl5Paq07Ea0XJPjJxtyLqFJxQy/hifi6+cNmdG4E1oNDPkM/LKX6Gd3 CgJoZDnmHRCQtc2GdU2q+cQJS8/2+ZBpizwYxg+3Xf8osmqgopapp3RhuWBaO1iUaYvmKs Q73QEq24pITsH/tCBB/70Et6El0oyxkfQ8ZbViBAbVA5H2Zw3yrbi5deSgGxbw== Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 13 Feb 2026 18:02:32 +0100 Message-Id: Subject: Re: [PATCH net-next 0/8] net: macb: Add XDP support and page pool integration Cc: "Nicolas Ferre" , "Claudiu Beznea" , "Andrew Lunn" , "David S. Miller" , "Eric Dumazet" , "Jakub Kicinski" , "Paolo Abeni" , "Lorenzo Bianconi" , =?utf-8?q?Gr=C3=A9gory_Clement?= , "Thomas Petazzoni" To: =?utf-8?q?Th=C3=A9o_Lebrun?= , "Paolo Valerio" , From: =?utf-8?q?Th=C3=A9o_Lebrun?= X-Mailer: aerc 0.21.0-0-g5549850facc2 References: <20260115222531.313002-1-pvalerio@redhat.com> In-Reply-To: X-Last-TLS-Session-Version: TLSv1.3 On Fri Feb 13, 2026 at 5:57 PM CET, Th=C3=A9o Lebrun wrote: > I'll send them as reply to this email. Not using b4, I had to make a mistake. Patches have been sent as a reply to the wrong email in this thread. https://lore.kernel.org/netdev/20260213165759.225449-1-theo.lebrun@bootlin.= com/ Have a nice week-end, Thanks, -- Th=C3=A9o Lebrun, Bootlin Embedded Linux and Kernel engineering https://bootlin.com