linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V3 0/9] eth: fbnic: Add XDP support for fbnic
@ 2025-08-12 22:01 Mohsin Bashir
  2025-08-12 22:01 ` [PATCH net-next V3 1/9] eth: fbnic: Add support for HDS configuration Mohsin Bashir
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Mohsin Bashir @ 2025-08-12 22:01 UTC (permalink / raw)
  To: netdev
  Cc: aleksander.lobakin, alexanderduyck, andrew+netdev, ast, bpf,
	corbet, daniel, davem, edumazet, hawk, horms, john.fastabend,
	kernel-team, kuba, linux-doc, linux-kernel, mohsin.bashr, pabeni,
	sdf, vadim.fedorenko

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:
V3:
  * P1: Add missing constant causing transient build failure
  * P1: Fix rcq_ctl config when hds_thresh is less than FBNIC_HDR_BYTES_MIN
  * P1: Update commit message to add hds.py results from selftest

V2: https://lore.kernel.org/netdev/20250811211338.857992-2-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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-08-13 14:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12 22:01 [PATCH net-next V3 0/9] eth: fbnic: Add XDP support for fbnic Mohsin Bashir
2025-08-12 22:01 ` [PATCH net-next V3 1/9] eth: fbnic: Add support for HDS configuration Mohsin Bashir
2025-08-12 22:01 ` [PATCH net-next V3 2/9] eth: fbnic: Update Headroom Mohsin Bashir
2025-08-12 22:01 ` [PATCH net-next V3 3/9] eth: fbnic: Use shinfo to track frags state on Rx Mohsin Bashir
2025-08-12 22:01 ` [PATCH net-next V3 4/9] eth: fbnic: Prefetch packet headers " Mohsin Bashir
2025-08-12 22:01 ` [PATCH net-next V3 5/9] eth: fbnic: Add XDP pass, drop, abort support Mohsin Bashir
2025-08-12 22:01 ` [PATCH net-next V3 6/9] eth: fbnic: Add support for XDP queues Mohsin Bashir
2025-08-12 22:21 ` [PATCH net-next V3 7/9] eth: fbnic: Add support for XDP_TX action Mohsin Bashir
2025-08-12 22:22 ` [PATCH net-next V3 8/9] eth: fbnic: Collect packet statistics for XDP Mohsin Bashir
2025-08-13 14:31   ` Jakub Kicinski
2025-08-12 22:24 ` [PATCH net-next V3 9/9] eth: fbnic: Report XDP stats via ethtool Mohsin Bashir

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).