On Wed, 23 Jul 2025 07:59:23 -0700 Mohsin Bashir wrote:
Add support for allocating XDP_TX queues and configuring ring support.
FBNIC has been designed with XDP support in mind. Each Tx queue has 2
submission queues and one completion queue, with the expectation that
one of the submission queues will be used by the stack, and the other
by XDP. XDP queues are populated by XDP_TX and start from index 128
in the TX queue array.
The support for XDP_TX is added in the next patch.
transient warning, needs to be fixed to avoid breaking bisection:
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:622:23: warning: variable 'total_packets' set but not used [-Wunused-but-set-variable]
622 | u64 total_bytes = 0, total_packets = 0;
| ^
--
pw-bot: cr