Re: [PATCH net-next v25 1/1] mctp pcc: Implement MCTP over PCC Transport
From: Jeremy Kerr <jk@codeconstruct.com.au>
Date: 2025-09-01 01:07:18
Also in:
lkml
From: Jeremy Kerr <jk@codeconstruct.com.au>
Date: 2025-09-01 01:07:18
Also in:
lkml
Hi Adam, +1 on all the recommended changes from Alok, except for:
quoted
+ return -EINVAL; + } + + snprintf(name, sizeof(name), "mctpipcc%d", context.inbox_index);mctp_pcc%d ?
Please keep this as you have in v27, as mctppcc%d, so we're consistent with other MCTP interface naming. Cheers, Jeremy