From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 69A4A299A87 for ; Fri, 13 Feb 2026 16:57:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771001854; cv=none; b=pnqoyOgMNc6+kK3I1m0Nc6u8oFCOm25D4IKvbgAUH5a+1Ta1fuetP8rfrp3xaMwmXNygoORKOoQmB+QsI1AE6ZKFjwraFWfLgZn+OLJsJcI/LE0J5QqHnFnoE+ViGj3m3RAtVf8+qInNdTC7l3R8lm8ZFXQP0v4V6TzLBwjUDKo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771001854; c=relaxed/simple; bh=ZHtx23E+ZSL9bEg+4dgJjINpioxVsODP/Xcrg9pdvus=; h=Mime-Version:Content-Type:Date:Message-Id:To:From:Subject:Cc: References:In-Reply-To; b=YCwN/0z/Q6hrLekBGCXMwGu4b+X91ObGfn/HNLT+v1pxxcE/8UvcF7o9a6ij2Q4NEAp3gzFknvziF1YPYDn4KyLF+r/GBJwUKckpEtcjd9/5E4zcDVNqjGdZVjtgHlIn5qHBKrOP63qaQE6JJI9FIg81D50zHNJwFd7U7xz0Elc= 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=fIdFrDq9; arc=none smtp.client-ip=185.246.85.4 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="fIdFrDq9" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id A1D1E4E40D3D; Fri, 13 Feb 2026 16:57:23 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 6EF3B606BE; Fri, 13 Feb 2026 16:57:23 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 7A2FC10368EF5; Fri, 13 Feb 2026 17:57:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1771001842; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=ZHtx23E+ZSL9bEg+4dgJjINpioxVsODP/Xcrg9pdvus=; b=fIdFrDq9DTIwos/hewZKvcd/Gdk4UTNYTWULMwmRIFlUTSGOVtF1gacl8BBBo86sj7Gljt afFPkE80qna5nltaOAJaAUPvS0hOqv5CDsdYNKR3YRl9Rh1c7mxZOEGViQnhpdJJxyKJLN 32UxdDZrRPNhfXKILOY0fiBn72OQTRf+ZdZarx4+wpXfncYXq8oxSEFtVrbsw9eXmd2kgP dk5SNRvKhDdEz+P985G2S79dUmwgEoRgji9WZeXeXuMy3SzpAso2/lPH5Kq9vTwW7iFPpC QJbJuPq2FqQoSHI0McoUQ4iHhMbyLiHk1VYHLKryyMcveYJOjOjGjHIvQIpj+A== 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 17:57:17 +0100 Message-Id: To: "Paolo Valerio" , From: =?utf-8?q?Th=C3=A9o_Lebrun?= 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?Th=C3=A9o_Lebrun?= , =?utf-8?q?Gr=C3=A9gory_Clement?= , "Thomas Petazzoni" X-Mailer: aerc 0.21.0-0-g5549850facc2 References: <20260115222531.313002-1-pvalerio@redhat.com> In-Reply-To: <20260115222531.313002-1-pvalerio@redhat.com> X-Last-TLS-Session-Version: TLSv1.3 Hello Paolo, My XSK series (based on top of yours) is ready. I won't be sending it while net-next is closed, of course. It starts with a few cleanup/rework patches that have no direct link to XSK and touch code you add in this series. They could be appended to your next revision or even squashed (with the right SoB & Co-developed-by trailers) for most. Some contain bug fixes, mostly related to stats accounting. I expect some amount of discussion as well, mostly regarding the page pool DMA direction. Patches don't have the proper Fixes tags, sorry about that. I'll send them as reply to this email. Thanks, -- Th=C3=A9o Lebrun, Bootlin Embedded Linux and Kernel engineering https://bootlin.com