Re: [PATCH v2 3/3] mctp pcc: Implement MCTP over PCC Transport
From: Jeremy Kerr
Date: Tue May 28 2024 - 23:30:33 EST
Hi Jakub,
> > +#include <net/pkt_sched.h>
>
> Hm, what do you need this include for?
I've used this in the past for DEFAULT_TX_QUEUE_LEN in existing mctp
drivers, but looks like setting tx_queue_len = 0 will do the right
thing...
Cheers,
Jeremy