Page MenuHomeFreeBSD

cxgbe: Make the TOE TLS stats per-queue instead of per-port.
ClosedPublic

Authored by jhb on Mar 22 2021, 10:44 PM.
Tags
None
Referenced Files
F108488070: D29383.diff
Sat, Jan 25, 11:46 AM
F108438192: D29383.id86373.diff
Fri, Jan 24, 6:54 PM
Unknown Object (File)
Thu, Jan 23, 6:55 PM
Unknown Object (File)
Wed, Jan 22, 2:49 AM
Unknown Object (File)
Nov 17 2024, 6:24 AM
Unknown Object (File)
Nov 11 2024, 9:39 PM
Unknown Object (File)
Oct 19 2024, 7:03 PM
Unknown Object (File)
Sep 30 2024, 7:18 AM
Subscribers

Details

Summary

This avoids some atomics by using counter_u64 for TX and relying on
existing single-threading (single ithread per rxq) for RX.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/dev/cxgbe/t4_sge.c
1252

A question here is if we want to have alloc_ofld_txq and free_ofld_txq helper functions in t4_sge.c as we currently have for offload RX queues. If so, I would probably go back and do that in the previous commit that introduced struct sge_ofld_txq

  • Update for alloc/free_txq_ofld().
This revision is now accepted and ready to land.Mar 26 2021, 9:46 PM