Re: [net-next v32 2/2] mctp pcc: Implement MCTP over PCC Transport
From: Jeremy Kerr <jk@codeconstruct.com.au>
Date: 2026-03-16 02:24:00
Also in:
lkml
From: Jeremy Kerr <jk@codeconstruct.com.au>
Date: 2026-03-16 02:24:00
Also in:
lkml
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