Merge branch 'mana-shared-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorLeon Romanovsky <leon@kernel.org>
Fri, 11 Nov 2022 09:35:12 +0000 (11:35 +0200)
committerLeon Romanovsky <leon@kernel.org>
Fri, 11 Nov 2022 09:35:12 +0000 (11:35 +0200)
commit1ec5617432abc3efeec36c4e584a700f6c7e46f9
treefc5830462eb3afb740f9ed48052c1a46ff85f2c1
parent5de087250f1d8f7b81abaf94110884994793f073
parent28c66cfa45388af1126985d1114e0ed762eb2abd
Merge branch 'mana-shared-6.2' of https://git./linux/kernel/git/rdma/rdma

Long Li says:

====================
Introduce Microsoft Azure Network Adapter (MANA) RDMA driver [netdev prep]

The first 11 patches which modify the MANA Ethernet driver to support
RDMA driver.

* 'mana-shared-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
  net: mana: Define data structures for protection domain and memory registration
  net: mana: Define data structures for allocating doorbell page from GDMA
  net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
  net: mana: Define max values for SGL entries
  net: mana: Move header files to a common location
  net: mana: Record port number in netdev
  net: mana: Export Work Queue functions for use by RDMA driver
  net: mana: Set the DMA device max segment size
  net: mana: Handle vport sharing between devices
  net: mana: Record the physical address for doorbell page region
  net: mana: Add support for auxiliary device
====================

Link: https://lore.kernel.org/all/1667502990-2559-1-git-send-email-longli@linuxonhyperv.com/
Signed-off-by: Leon Romanovsky <leon@kernel.org>