Re: [PATCH net-next v1 0/6][pull request] iwl-next Intel Wired LAN Driver Updates 2021-05-21
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-05-21 22:45:50
Also in:
linux-rdma
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-05-21 22:45:50
Also in:
linux-rdma
On Fri, May 21, 2021 at 02:31:14PM -0700, David Miller wrote:
From: Tony Nguyen <anthony.l.nguyen@intel.com> Date: Fri, 21 May 2021 11:21:59 -0700quoted
This pull request is targeting net-next and rdma-next branches. These patches have been reviewed by netdev and rdma mailing lists[1]. This series adds RDMA support to the ice driver for E810 devices and converts the i40e driver to use the auxiliary bus infrastructure for X722 devices. The PCI netdev drivers register auxiliary RDMA devices that will bind to auxiliary drivers registered by the new irdma module. [1] https://lore.kernel.org/netdev/20210520143809.819-1-shiraz.saleem@intel.com/ (local) Changes from last review (v6): - Removed unnecessary checks in i40e_client_device_register() and i40e_client_device_unregister() - Simplified the i40e_client_device_register() API The following are changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/linux iwl-nextThere is a lot of extra stuff in this pull, please clean that up.
It will have to wait until you merge a 5.13 rc into net-next, I can't take a branch into the rdma tree that isn't based on a rc. Jason