Re: [net-next v33 1/1] mctp pcc: Implement MCTP over PCC Transport

From: Adam Young

Date: Mon Mar 16 2026 - 19:21:06 EST


One question people might have about the diff from the previous patch is the lack of a register check before reading or writing the shared buffer.  That check was already done in the mailbox/pcc.c code that calls these, and thus is not required to be performed as second time.  That allowed me to inline the reads and make the static version of the write function in the MCTP driver.