Message ID | 20250122124951.3072410-1-m-malladi@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | Add native mode XDP support | expand |
On Wed, Jan 22, 2025 at 06:19:48PM +0530, Meghana Malladi wrote: > This series adds native XDP support using page_pool. > XDP zero copy support is not included in this patch series. > > Patch 1/3: Replaces skb with page pool for Rx buffer allocation > Patch 2/3: Adds prueth_swdata struct for SWDATA for all swdata cases > Patch 3/3: Introduces native mode XDP support Hi Meghana, Unless I am mistaken this patchset should be targeted at net-next, as a new feature, rather than net, as bug fixes. With that in mind: ## Form letter - net-next-closed The merge window for v6.14 has begun. Therefore net-next is closed for new drivers, features, code refactoring and optimizations. We are currently accepting bug fixes only. Please repost when net-next reopens after Feb 3rd. RFC patches sent for review only are obviously welcome at any time. See: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle -- pw-bot: deferred
On 22/01/25 18:43, Simon Horman wrote: > On Wed, Jan 22, 2025 at 06:19:48PM +0530, Meghana Malladi wrote: >> This series adds native XDP support using page_pool. >> XDP zero copy support is not included in this patch series. >> >> Patch 1/3: Replaces skb with page pool for Rx buffer allocation >> Patch 2/3: Adds prueth_swdata struct for SWDATA for all swdata cases >> Patch 3/3: Introduces native mode XDP support > > Hi Meghana, > > Unless I am mistaken this patchset should be targeted at net-next, > as a new feature, rather than net, as bug fixes. > Yes Indeed. Thanks for pointing this to me. I will be more vigilant next time I am posting to avoid such mistakes. :) > With that in mind: > > ## Form letter - net-next-closed > > The merge window for v6.14 has begun. Therefore net-next is closed > for new drivers, features, code refactoring and optimizations. > We are currently accepting bug fixes only. > > Please repost when net-next reopens after Feb 3rd. > My bad for not checking this before posting. I will re-post it after Feb 3rd. Thanks a lot. > RFC patches sent for review only are obviously welcome at any time. > > See: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle > > -- > pw-bot: deferred