[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200703163934.6a7a2553@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Fri, 3 Jul 2020 16:39:34 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Michael Chan <michael.chan@...adcom.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v2 5/8] bnxt_en: Return correct RSS indirection
table entries to ethtool -x.
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?
Powered by blists - more mailing lists