Re: [net-next v42] mctp pcc: Implement MCTP over PCC Transport

From: Adam Young

Date: Wed May 20 2026 - 22:27:21 EST



On 5/18/26 16:38, Adam Young wrote:
+ skb = chan->active_req;
+ chan->active_req = NULL;
+ if (skb) {
+ dev_dstats_tx_dropped(ndev);
+ dev_consume_skb_any(skb);
+ }
It is worth noting also that this section is now wrong, as there is a change to mailbox that uses a constant for no-active-req instead of NULL.