On 10/7/2025 4:26 PM, Jakub Kicinski wrote:
Send a non-trivial number of packets and make sure that they are counted correctly in qstats. Per qstats specification XDP is the first layer of the stack so we should see Rx and Tx counters go up for packets which went thru XDP.
Reviewed-by: Simon Horman horms@kernel.org Signed-off-by: Jakub Kicinski kuba@kernel.org
Reviewed-by: Jacob Keller jacob.e.keller@intel.com
Good to have this covered in tests as well as doc.
Thanks, Jake