All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch v1 0/4]
@ 2023-11-23  3:10 longli
  2023-11-23  3:10 ` [Patch v1 1/4] RDMA/mana_ib: register RDMA device with GDMA longli
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: longli @ 2023-11-23  3:10 UTC (permalink / raw)
  To: Jason Gunthorpe, Leon Romanovsky, Ajay Sharma, Dexuan Cui,
	K. Y. Srinivasan, Haiyang Zhang, Wei Liu, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: linux-rdma, linux-hyperv, netdev, linux-kernel, Long Li

From: Long Li <longli@microsoft.com>

This patchset add support for registering a RDMA device handle with SoC
for support of upcoming RC queue pairs and CQ interrupts.

This patchset is partially based on Ajay Sharma's work:
https://lore.kernel.org/netdev/1697494322-26814-1-git-send-email-sharmaajay@linuxonhyperv.com

Long Li (4):
  RDMA/mana_ib: register RDMA device with GDMA
  RDMA/mana_ib: create and process EQ events
  RDMA/mana_ib: create RDMA adapter handle
  RDMA/mana_ib: query device capabilities

 drivers/infiniband/hw/mana/cq.c               |   2 +-
 drivers/infiniband/hw/mana/device.c           |  52 +++++-
 drivers/infiniband/hw/mana/main.c             | 166 ++++++++++++++++--
 drivers/infiniband/hw/mana/mana_ib.h          |  85 +++++++++
 drivers/infiniband/hw/mana/qp.c               |  36 +++-
 .../net/ethernet/microsoft/mana/gdma_main.c   | 152 +++++++++-------
 drivers/net/ethernet/microsoft/mana/mana_en.c |   3 +
 include/net/mana/gdma.h                       |  19 +-
 8 files changed, 420 insertions(+), 95 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH v1 0/4]
@ 2020-07-02  8:47 Stefan Roese
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Roese @ 2020-07-02  8:47 UTC (permalink / raw)
  To: u-boot

usb: xhci: Prepare xHCI driver for MIPS Octeon big-endian support

These patches fix a few issues, found while porting the xHCI to the MIPS
Octeon platforms. The basic issues here are:

- Endianess issues: missing cpu_to_leXX() & leXX_to_cpu() conversions
- Use physical (DMA) address for the xHCI DMA controller

These patches are the groundwork for the upcoming xHCI Octeon support
that will follow soon.

Thanks,
Stefan


Stefan Roese (4):
  usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)
  usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()
  usb: usb-uclass.c: Drop le16_to_cpu() as values are already swapped
  usb: xhci: Add virt_to_phys() to support mapped platforms

 drivers/usb/host/usb-uclass.c |  8 ++++----
 drivers/usb/host/xhci-mem.c   | 30 +++++++++++++++---------------
 drivers/usb/host/xhci-ring.c  |  8 ++++----
 drivers/usb/host/xhci.c       |  3 +--
 4 files changed, 24 insertions(+), 25 deletions(-)

-- 
2.27.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-11-27 19:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23  3:10 [Patch v1 0/4] longli
2023-11-23  3:10 ` [Patch v1 1/4] RDMA/mana_ib: register RDMA device with GDMA longli
2023-11-23  3:10 ` [Patch v1 2/4] RDMA/mana_ib: create and process EQ events longli
2023-11-26 17:15   ` Simon Horman
2023-11-27 19:00     ` Long Li
2023-11-23  3:10 ` [Patch v1 3/4] RDMA/mana_ib: create RDMA adapter handle longli
2023-11-23  3:10 ` [Patch v1 4/4] RDMA/mana_ib: query device capabilities longli
  -- strict thread matches above, loose matches on Subject: below --
2020-07-02  8:47 [PATCH v1 0/4] Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.