Skip to content

Commit 6d99faf

Browse files
author
Paolo Abeni
committed
Merge branch 'net-ti-icssg-prueth-add-native-mode-xdp-support'
Meghana Malladi says: ==================== net: ti: icssg-prueth: Add native mode XDP support 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 v3: https://lore.kernel.org/all/[email protected]/ ==================== Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
2 parents 40587f7 + 62aa324 commit 6d99faf

File tree

5 files changed

+541
-113
lines changed

5 files changed

+541
-113
lines changed

drivers/net/ethernet/ti/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ config TI_ICSSG_PRUETH_SR1
205205
select PHYLIB
206206
select TI_ICSS_IEP
207207
select TI_K3_CPPI_DESC_POOL
208+
select PAGE_POOL
208209
depends on PRU_REMOTEPROC
209210
depends on NET_SWITCHDEV
210211
depends on ARCH_K3 && OF && TI_K3_UDMA_GLUE_LAYER

0 commit comments

Comments
 (0)