[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250813221319.3367670-1-mohsin.bashr@gmail.com>
Date: Wed, 13 Aug 2025 15:13:10 -0700
From: Mohsin Bashir <mohsin.bashr@...il.com>
To: netdev@...r.kernel.org
Cc: aleksander.lobakin@...el.com,
alexanderduyck@...com,
andrew+netdev@...n.ch,
ast@...nel.org,
bpf@...r.kernel.org,
corbet@....net,
daniel@...earbox.net,
davem@...emloft.net,
edumazet@...gle.com,
hawk@...nel.org,
horms@...nel.org,
john.fastabend@...il.com,
kernel-team@...a.com,
kuba@...nel.org,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
mohsin.bashr@...il.com,
pabeni@...hat.com,
sdf@...ichev.me,
vadim.fedorenko@...ux.dev
Subject: [PATCH net-next V4 0/9] eth: fbnic: Add XDP support for fbnic
This patch series introduces basic XDP support for fbnic. To enable this,
it also includes preparatory changes such as making the HDS threshold
configurable via ethtool, updating headroom for fbnic, tracking
frag state in shinfo, and prefetching the first cacheline of data.
---
Changelog:
V4: Update P7 and P8 to address cocci complains about PTR_ERR
V3: https://lore.kernel.org/netdev/20250812220150.161848-1-mohsin.bashr@gmail.com/
V2: https://lore.kernel.org/netdev/20250811211338.857992-1-mohsin.bashr@gmail.com/
V1: https://lore.kernel.org/netdev/20250723145926.4120434-1-mohsin.bashr@gmail.com/
Mohsin Bashir (9):
eth: fbnic: Add support for HDS configuration
eth: fbnic: Update Headroom
eth: fbnic: Use shinfo to track frags state on Rx
eth: fbnic: Prefetch packet headers on Rx
eth: fbnic: Add XDP pass, drop, abort support
eth: fbnic: Add support for XDP queues
eth: fbnic: Add support for XDP_TX action
eth: fbnic: Collect packet statistics for XDP
eth: fbnic: Report XDP stats via ethtool
.../device_drivers/ethernet/meta/fbnic.rst | 11 +
.../net/ethernet/meta/fbnic/fbnic_ethtool.c | 82 +++-
.../net/ethernet/meta/fbnic/fbnic_netdev.c | 75 ++-
.../net/ethernet/meta/fbnic/fbnic_netdev.h | 9 +-
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c | 458 +++++++++++++++---
drivers/net/ethernet/meta/fbnic/fbnic_txrx.h | 23 +-
6 files changed, 576 insertions(+), 82 deletions(-)
--
2.47.3
Powered by blists - more mailing lists