RE: [PATCH net-next v2 1/8] net: stmmac: Initial support for TBS

From: Jose Abreu
Date: Mon Jan 13 2020 - 10:10:37 EST


From: Jakub Kicinski <kuba@xxxxxxxxxx>
Date: Jan/13/2020, 14:54:06 (UTC+00:00)

> > + int tbs_avail;
> > + int tbs_en;
>
> These could be bool or a bitfield?

I'm tempted to not use bool since I read this:
https://lkml.org/lkml/2017/11/21/384

---
Thanks,
Jose Miguel Abreu