On Wed, Oct 7, 2020 at 9:51 AM Eric Dumazet <eric.duma...@gmail.com> wrote: > > From: Eric Dumazet <eduma...@google.com> > > kmalloc() of sufficiently big portion of memory is cache-aligned > in regular conditions. If some debugging options are used, > there is no reason qdisc structures would need 64-byte alignment > if most other kernel structures are not aligned. > > This get rid of QDISC_ALIGN and QDISC_ALIGNTO. > > Addition of privdata field will help implementing > the reverse of qdisc_priv() and documents where > the private data is. > > Signed-off-by: Eric Dumazet <eduma...@google.com> > Cc: Cong Wang <xiyou.wangc...@gmail.com> > Cc: Allen Pais <allen.l...@gmail.com>
Acked-by: Cong Wang <xiyou.wangc...@gmail.com> Thanks.