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 7E54137E311 for ; Mon, 2 Feb 2026 16:31:39 +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=1770049902; cv=none; b=RlBCgew86QiWlJDUr6prIjJ+3Y0oXVSsdh0nJsrsoAj/o8Xi70awHCQeBWJ7kuaq4POJphJwrpihywAVM+MC0wzJaJLYrgQPrcx2Hcx1E5cnemXKxIOraay1ja8pt8thXkF6+UOdHnjnXgUUkcirLU/GqPq5M9YYcVunneA8qfU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770049902; c=relaxed/simple; bh=413oQ1pA+ghDm27uyMKwVnhPru1httjLl76oqinDZzY=; h=Mime-Version:Content-Type:Date:Message-Id:From:Subject:Cc:To: References:In-Reply-To; b=iNN6NIaOtrsxX2QJ9Zda+PMWbFARRBp4sgB+5o08pVdQkQ0SyqBKegjFCcMui0avnhl+1gcekdOr1onDch6/hCBGQYu8rvSJO7gwtbnzeIHK33XKpSJ52ADukLB+X+V0UamGyROAtcCSMa35jjlYN2QFBVdAfbDLEXFgBT0mA8s= 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=d+IoEgWb; 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="d+IoEgWb" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id E1C864E423C0; Mon, 2 Feb 2026 16:31:31 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id B735A60767; Mon, 2 Feb 2026 16:31:31 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id A4503119A8888; Mon, 2 Feb 2026 17:31:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1770049890; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=7CeNhPr4e3aFJUKI9v6nEOJHXDh8xH/mqoPMi6dzBUY=; b=d+IoEgWbxWenExIz2LoHJQu+KCkw19PrARD9xkzR8UoFmEG1BTF43EYDcB1SShadnfvFCM l5ytqT3zgkPXOIlUrTXb+wwbTRkSFEMUEET1TclFExviMSwEdj+cduu8Np4T2U6v6bDlig hX9vcPyeLfdoIaj1zfBFWooVYSdj6vTcMIstofg9NYMieVWzZqNkVqwhFAHfXWoPAOpNJK yrRgnUH+4KGjJ/+AuoQ8KnAT4rC6UpUmabEutiFlIEg52vLXFRsVE+ne8ZgMFSaX1fm7vY J5C7VwbSOd/9j6FwaDS9DJgkksYFXP9r/vDnL59AF0gQa7Vh6xb/nlq1AFpVDQ== 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: Mon, 02 Feb 2026 17:31:25 +0100 Message-Id: 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" To: "Paolo Valerio" , 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 On Thu Jan 15, 2026 at 11:25 PM CET, Paolo Valerio wrote: > Paolo Valerio (7): > net: macb: rename rx_skbuff into rx_buff > cadence: macb: Add page pool support handle multi-descriptor frame rx > cadence: macb: use the current queue number for stats > cadence: macb: add XDP support for gem > cadence: macb: make macb_tx_skb generic > cadence: macb: make tx path skb agnostic > cadence: macb: introduce xmit support > > Th=C3=A9o Lebrun (1): > net: macb: move Rx buffers alloc from link up to open `net: macb:` is the right prefix for MACB. Two commits use it but not the other ones. Sending this one-off comment as I just noticed it (while generating the XSK series). Thanks, -- Th=C3=A9o Lebrun, Bootlin Embedded Linux and Kernel engineering https://bootlin.com