Re: [net-next v32 2/2] mctp pcc: Implement MCTP over PCC Transport
From: Jeremy Kerr
Date: Sun Mar 15 2026 - 22:33:12 EST
Hi Adam,
> I just realized that I am reporting the number of bytes sent including
> the pcc header. I suspect that will mess up the byte accounting: these
> are being reported on MCTP links, and they have no way of knowing that
> they should be removing the PCC header length. Should I be removing the
> pcc Header length from the byte counts for packets-sent?
No, that's fine, keep it as-is. The TX/RXed headers are part of the data
sent/received over the transport so can be justifiably included in the
stats.
Cheers,
Jeremy