Andrew,
Could you add more to your comment? The /proc was used similarly to
kTLS. Netlink is better, though, unsure how ULP stats would fit in it.
Cheers,
Adel.
On 8/3/22 11:23 AM, Andrew Lunn wrote:
+Statistics
+==========
+
+QUIC Tx offload to the kernel has counters reflected in /proc/net/quic_stat:
+
+ QuicCurrTxSw - number of currently active kernel offloaded QUIC connections
+ QuicTxSw - accumulative total number of offloaded QUIC connections
+ QuicTxSwError - accumulative total number of errors during QUIC Tx offload to
+ kernel
netlink messages please, not /proc for statistics. netlink is the
preferred way to configure and report about the network stack.
Andrew