On Wed, Oct 7, 2020 at 9:51 AM Eric Dumazet <[email protected]> wrote:
>
> From: Eric Dumazet <[email protected]>
>
> 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 <[email protected]>
> Cc: Cong Wang <[email protected]>
> Cc: Allen Pais <[email protected]>

Acked-by: Cong Wang <[email protected]>

Thanks.

Reply via email to