From: Jakub Kicinski Date: Thu, 2 May 2024 14:27:23 +0000 (-0700) Subject: Merge branch 'bnxt_en-updates-for-net-next' X-Git-Tag: net-accept-more-20240515~4^2~73 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=dcc61472534e48a200262fd297ab21f8dd94d6cc;p=linux-block.git Merge branch 'bnxt_en-updates-for-net-next' Michael Chan says: ==================== bnxt_en: Updates for net-next The first patch converts the sw_stats field in the completion ring structure to a pointer. This allows the group of completion rings using the same MSIX to share the same sw_stats structure. Prior to this, the correct completion ring must be used to count packets. The next four patches remove the RTNL lock when calling the RoCE driver for asynchronous stop and start during error recovery and firmware reset. The RTNL ilock is replaced with a private mutex used to synchronize RoCE register, unregister, stop, and start. The last patch adds VF PCI IDs for the 5760X chips. v2: Dropped patch #1 from v1. Will work with David to get that patch in separately. ==================== Link: https://lore.kernel.org/r/20240501003056.100607-1-michael.chan@broadcom.com Signed-off-by: Jakub Kicinski --- dcc61472534e48a200262fd297ab21f8dd94d6cc