On 3/8/25 10:40 PM, Mina Almasry wrote: > diff --git a/Documentation/networking/net_cachelines/net_device.rst > b/Documentation/networking/net_cachelines/net_device.rst > index 6327e689e8a8..8c0334851b45 100644 > --- a/Documentation/networking/net_cachelines/net_device.rst > +++ b/Documentation/networking/net_cachelines/net_device.rst > @@ -10,6 +10,7 @@ Type Name > fastpath_tx_acce > =================================== =========================== > =================== =================== > =================================================================================== > unsigned_long:32 priv_flags read_mostly > __dev_queue_xmit(tx) > unsigned_long:1 lltx read_mostly > HARD_TX_LOCK,HARD_TX_TRYLOCK,HARD_TX_UNLOCK(tx) > +unsigned long:1 netmem_tx:1; > read_mostly
Minor nit, but since a rebase is needed... pleas use only spaces to indent/align the above fields. Thanks! Paolo