On Fri,  3 Jul 2020 03:19:44 -0400 Michael Chan wrote:
> +     if (bp->flags & BNXT_FLAG_CHIP_P5) {
> +             return (bp->rx_nr_rings + BNXT_RSS_TABLE_ENTRIES_P5 - 1) &
> +                    ~(BNXT_RSS_TABLE_ENTRIES_P5 - 1);
> +     }

ALIGN() here as well?

Reply via email to