Linux RDMA (remote direct memory access) and InfiniBand Development
[Prev Page][Next Page]
- [PATCH rdma-core 18/19] build: Use the CMake variable -DENABLE_WERROR to turn on WERROR mode
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 04/19] build/travis: Do not build packages in travis anymore
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 12/19] build/azp: Add Fedora 30 to the distro testing
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 17/19] build/azp: Run lintian over the bionic .debs
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 19/19] build/azp: Have Azure Pipelines create releases when tags are made
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-core 02/19] util: Enable uninitialized_var on powerpc
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 01/19] rdmacm: Fix missing libraries on centos6 build
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 05/19] build/travis: Do not run checkpatch
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 07/19] build/azp: Use a version number for the docker images
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 11/19] build/azp: Run a test compile on ppc64el as well
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 09/19] build/azp: Use gcc 9.3 for building
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 10/19] build/azp: Use clang 8.0 for building
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 06/19] build/travis: Do not cross compile for ARM64
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 15/19] build/azp: Reduce the package list
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 08/19] build/cbuild: Add push-azp-images
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 16/19] build/azp: Add centos6 to the test distributions
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 00/19] Complete the azure pipelines configuration
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] net/xdp: convert put_page() to put_user_page*()
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- Re: [PATCH net 1/2] linux/dim: Fix overflow in dim calculation
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v19 00/15] arm64: untag user pointers passed to the kernel
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH net 2/2] lib/dim: Fix -Wunused-const-variable warnings
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH v19 00/15] arm64: untag user pointers passed to the kernel
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 03/15] lib: untag user pointers in strn*_user
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 04/15] mm: untag user pointers passed to memory syscalls
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 06/15] mm: untag user pointers in get_vaddr_frames
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 07/15] fs/namespace: untag user pointers in copy_mount_options
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 08/15] userfaultfd: untag user pointers
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 12/15] media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 13/15] tee/shm: untag user pointers in tee_shm_register
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 14/15] vfio/type1: untag user pointers in vaddr_get_pfn
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 09/15] drm/amdgpu: untag user pointers
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 05/15] mm: untag user pointers in mm/gup.c
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v19 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH net 1/2] linux/dim: Fix overflow in dim calculation
- From: Saeed Mahameed <saeedm@xxxxxxxxxxxx>
- Re: [PATCH net 2/2] lib/dim: Fix -Wunused-const-variable warnings
- From: Saeed Mahameed <saeedm@xxxxxxxxxxxx>
- Re: [PATCH 00/14] PCI/P2PDMA: Support transactions that hit the host bridge
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- Re: [PATCH 14/14] PCI/P2PDMA: Introduce pci_p2pdma_[un]map_resource()
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- Re: memory leak in rds_send_probe
- From: santosh.shilimkar@xxxxxxxxxx
- Re: [PATCH 00/14] PCI/P2PDMA: Support transactions that hit the host bridge
- From: "Koenig, Christian" <Christian.Koenig@xxxxxxx>
- Re: [PATCH 14/14] PCI/P2PDMA: Introduce pci_p2pdma_[un]map_resource()
- From: "Koenig, Christian" <Christian.Koenig@xxxxxxx>
- Re: [PATCH 03/14] PCI/P2PDMA: Apply host bridge white list for ACS
- From: "Koenig, Christian" <Christian.Koenig@xxxxxxx>
- Re: [PATCH 01/14] PCI/P2PDMA: Add constants for not-supported result upstream_bridge_distance()
- From: "Koenig, Christian" <Christian.Koenig@xxxxxxx>
- Re: memory leak in rds_send_probe
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH net 2/2] lib/dim: Fix -Wunused-const-variable warnings
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 1/3] mm/gup: introduce __put_user_pages()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] RDMA/hns: Fix build error for hip08
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] RDMA/hns: Fix build error for hip08
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH 3/3] net/xdp: convert put_page() to put_user_page*()
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] RDMA/hns: Fix build error for hip08
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH] IB/usnic: Use dev_get_drvdata
- From: Chuhong Yuan <hslester96@xxxxxxxxx>
- Re: [PATCH] [net-next] net/mlx5e: xsk: dynamically allocate mlx5e_channel_param
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH] [net-next] net/mlx5e: xsk: dynamically allocate mlx5e_channel_param
- From: Maxim Mikityanskiy <maximmi@xxxxxxxxxxxx>
- Re: [PATCH] RDMA/hns: Fix build error for hip08
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH] RDMA/hns: Fix build error for hip08
- From: Yuehaibing <yuehaibing@xxxxxxxxxx>
- Re: BUG: KASAN: null-ptr-deref in rdma_counter_get_hwstat_value+0x19d/0x260 in for-next branch
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH] RDMA/hns: Fix build error for hip08
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next 2/2] IB/mlx5: Support per device q counters in switchdev mode
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next 1/2] IB/mlx5: Refactor code for counters allocation
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next 0/2] Add per-device Q counters support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH net 2/2] lib/dim: Fix -Wunused-const-variable warnings
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH net 1/2] linux/dim: Fix overflow in dim calculation
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH net 0/2] DIM fixes for 5.3
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH mlx5-next] net/mlx5: Fix modify_cq_in alignment
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next] IB/mlx5: Add CREATE_PSV/DESTROY_PSV for devx interface
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH RESEND rdma-next] IB: Support netlink commands in non init_net net namespaces
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 09/10] IB/core: Fix querying total rdma stats
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 10/10] IB/counters: Initialize port counter and annotate mutex_destroy
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 05/10] IB/mlx5: Fix clean_mr() to work in the expected order
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 08/10] IB/mlx5: Avoid unnecessary typecast
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 07/10] IB/mlx5: Prevent concurrent MR updates during invalidation
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 06/10] IB/mlx5: Fix RSS Toeplitz function to be specification aligned
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 01/10] RDMA/core: Annotate destroy of mutex to ensure that it is released as unlocked
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 04/10] IB/mlx5: Fix unreg_umr to set a device PD
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 03/10] IB/mlx5: Use direct mkey destroy command upon UMR unreg failure
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 02/10] IB/mlx5: Fix unreg_umr to ignore the mkey state
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 00/10] Collection of fixes for 5.3
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH 1/3] mm/gup: introduce __put_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH 1/3] mm/gup: introduce __put_user_pages()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 3/3] net/xdp: convert put_page() to put_user_page*()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: 【Question for srpt in kernel-4.14】
- From: oulijun <oulijun@xxxxxxxxxx>
- Re: 【Question for srpt in kernel-4.14】
- From: Bart Van Assche <bvanassche@xxxxxxx>
- [PATCH] RDMA/hns: Fix build error for hip08
- From: YueHaibing <yuehaibing@xxxxxxxxxx>
- [PATCH] RDMA/hns: Fix build error for hip06
- From: YueHaibing <yuehaibing@xxxxxxxxxx>
- Re: 【Question for srpt in kernel-4.14】
- From: oulijun <oulijun@xxxxxxxxxx>
- Re: [PATCH 3/3] net/xdp: convert put_page() to put_user_page*()
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- [PATCH 06/14] PCI/P2PDMA: Add whitelist support for Intel Host Bridges
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 00/14] PCI/P2PDMA: Support transactions that hit the host bridge
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 14/14] PCI/P2PDMA: Introduce pci_p2pdma_[un]map_resource()
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 04/14] PCI/P2PDMA: Cache the result of upstream_bridge_distance()
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 09/14] PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 05/14] PCI/P2PDMA: Factor out host_bridge_whitelist()
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 12/14] PCI/P2PDMA: No longer require no-mmu for host bridge whitelist
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 10/14] PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 07/14] PCI/P2PDMA: Add the provider's pci_dev to the dev_pgmap struct
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 02/14] PCI/P2PDMA: Factor out __upstream_bridge_distance()
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 13/14] PCI/P2PDMA: Update documentation for pci_p2pdma_distance_many()
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 08/14] PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 11/14] PCI/P2PDMA: dma_map P2PDMA map requests that traverse the host bridge
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 01/14] PCI/P2PDMA: Add constants for not-supported result upstream_bridge_distance()
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 03/14] PCI/P2PDMA: Apply host bridge white list for ACS
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- [PATCH 3/3] net/xdp: convert put_page() to put_user_page*()
- From: john.hubbard@xxxxxxxxx
- [PATCH 2/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
- From: john.hubbard@xxxxxxxxx
- [PATCH 1/3] mm/gup: introduce __put_user_pages()
- From: john.hubbard@xxxxxxxxx
- [PATCH 0/3] introduce __put_user_pages(), convert a few call sites
- From: john.hubbard@xxxxxxxxx
- Re: [PATCH] net/mlx5: fix -Wtype-limits compilation warnings
- From: Saeed Mahameed <saeedm@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH] net/mlx5: fix -Wtype-limits compilation warnings
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH 1/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] gup: new put_user_page_dirty*() helpers
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH 1/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH] net/mlx5: fix -Wtype-limits compilation warnings
- From: Qian Cai <cai@xxxxxx>
- Re: [PATCH -next] infiniband: siw: remove set but not used variables 'rv'
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH for-rc] RDMA/bnxt_re: Honor vlan_id in GID entry comparison
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: 【Question for srpt in kernel-4.14】
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 0/6] More 5.3 patches
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH for-rc] RDMA/hns: Fix sg offset non-zero issue
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: BUG: KASAN: null-ptr-deref in rdma_counter_get_hwstat_value+0x19d/0x260 in for-next branch
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH for-rc] RDMA/hns: Fix sg offset non-zero issue
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] RDMA/siw: fix error return code in siw_init_module()
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH] RDMA: Make most headers compile stand alone
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 10/10] Replace tasklets with workqueues
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 07/10] Pass the return value of kref_put further
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 07/10] Pass the return value of kref_put further
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 04/10] Protect kref_put with the lock
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 05/10] Fix reference counting for rxe tasklets
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 04/10] Protect kref_put with the lock
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH 10/10] Replace tasklets with workqueues
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 09/10] Consolidate resetting of QP's tasks into one place
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 07/10] Pass the return value of kref_put further
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 08/10] Move responsibility of cleaning up pool elements
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 06/10] Remove pd form rxe_ah
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 05/10] Fix reference counting for rxe tasklets
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 03/10] Make pool interface more type safe
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 04/10] Protect kref_put with the lock
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 02/10] Remove counter that does not have a meaning anymore
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 01/10] Simplify rxe_run_task interface
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 00/10] Refactor rxe driver to remove multiple race conditions
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- BUG: KASAN: null-ptr-deref in rdma_counter_get_hwstat_value+0x19d/0x260 in for-next branch
- From: Gal Pressman <galpress@xxxxxxxxxx>
- [PATCH net-next] [net-next] mlx4: avoid large stack usage in mlx4_init_hca()
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH for-next 0/3] {cxgb3, cxgb4, i40iw} Report phys_state
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: rdma-core device memory leak
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: rdma-core device memory leak
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: rdma-core device memory leak
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH 2/3] net/xdp: convert put_page() to put_user_page*()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
- From: Christoph Hellwig <hch@xxxxxx>
- Re: rdma-core device memory leak
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- rdma-core device memory leak
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH 2/8] scsi: take the DMA max mapping size into account
- From: Damien Le Moal <Damien.LeMoal@xxxxxxx>
- [PATCH for-next 3/3] RDMA/i40iw: Report phys_state in query_port
- From: Kamal Heib <kamalheib1@xxxxxxxxx>
- [PATCH for-next 2/3] RDMA/cxgb4: Report phys_state in query_port
- From: Kamal Heib <kamalheib1@xxxxxxxxx>
- [PATCH for-next 1/3] RDMA/cxgb3: Report phys_state in query_port
- From: Kamal Heib <kamalheib1@xxxxxxxxx>
- [PATCH for-next 0/3] {cxgb3, cxgb4, i40iw} Report phys_state
- From: Kamal Heib <kamalheib1@xxxxxxxxx>
- Re: [PATCH 2/8] scsi: take the DMA max mapping size into account
- From: Dexuan-Linux Cui <dexuan.linux@xxxxxxxxx>
- Re: [PATCH 2/8] scsi: take the DMA max mapping size into account
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [PATCH 3/3] gup: new put_user_page_dirty*() helpers
- From: john.hubbard@xxxxxxxxx
- [PATCH 2/3] net/xdp: convert put_page() to put_user_page*()
- From: john.hubbard@xxxxxxxxx
- [PATCH 1/3] drivers/gpu/drm/via: convert put_page() to put_user_page*()
- From: john.hubbard@xxxxxxxxx
- [PATCH 0/4] put_user_page: new put_user_page_dirty*() helpers
- From: john.hubbard@xxxxxxxxx
- Re: [PATCH -next] infiniband: siw: remove set but not used variables 'rv'
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- 【Question for srpt in kernel-4.14】
- From: oulijun <oulijun@xxxxxxxxxx>
- Re: [PATCH iproute2-rc v1 0/7] Statistics counter support
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Danil Kipnis <danil.kipnis@xxxxxxxxxxxxxxx>
- Re: [PATCH rdma-next] lib/dim: Prevent overflow in calculation of ratio statistics
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH 08/25] IB/uverbs: ufile must be freed only when not used anymore
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH AUTOSEL 5.2 113/171] IB/ipoib: Add child to parent list only if device initialized
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.2 111/171] IB/mlx5: Fixed reporting counters on 2nd port for Dual port RoCE
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.2 108/171] RDMA/i40iw: Set queue pair state when being queried
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.2 143/171] rds: Accept peer connection reject messages due to incompatible version
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.2 131/171] RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMM
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.2 155/171] net/mlx5: E-Switch, Fix default encap mode
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.2 150/171] net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rn
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.1 082/141] RDMA/i40iw: Set queue pair state when being queried
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.1 085/141] IB/mlx5: Fixed reporting counters on 2nd port for Dual port RoCE
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.1 087/141] IB/ipoib: Add child to parent list only if device initialized
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.1 121/141] net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rn
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.1 114/141] rds: Accept peer connection reject messages due to incompatible version
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 058/101] RDMA/i40iw: Set queue pair state when being queried
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 063/101] IB/ipoib: Add child to parent list only if device initialized
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 077/101] RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMM
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 061/101] IB/mlx5: Fixed reporting counters on 2nd port for Dual port RoCE
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 38/60] RDMA/i40iw: Set queue pair state when being queried
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 46/60] RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMM
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 30/45] RDMA/i40iw: Set queue pair state when being queried
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 36/45] RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMM
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.1 107/141] RDMA/core: Fix race when resolving IP address
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.1 104/141] RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMM
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.2 134/171] RDMA/core: Fix race when resolving IP address
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [RFC PATCH] Docs: move more driver,device related docs into drivers dir follows kernel source
- From: Alex Shi <alex.shi@xxxxxxxxxxxxxxxxx>
- [PATCH -next] infiniband: siw: remove set but not used variables 'rv'
- From: Mao Wenan <maowenan@xxxxxxxxxx>
- Re: [PATCH 08/25] IB/uverbs: ufile must be freed only when not used anymore
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- Re: [PATCH v2] net/mlx5: Replace kfree with kvfree
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH v2] net/mlx5: Replace kfree with kvfree
- From: Saeed Mahameed <saeedm@xxxxxxxxxxxx>
- Re: [PATCH rdma-next] lib/dim: Prevent overflow in calculation of ratio statistics
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH 03/25] RDMA/nldev: ib_pd can be pointed by multiple ib_ucontext
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH 08/25] IB/uverbs: ufile must be freed only when not used anymore
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 00/25] Shared PD and MR
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] RDMA/siw: fix error return code in siw_init_module()
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- [PATCH] RDMA/siw: fix error return code in siw_init_module()
- From: Wei Yongjun <weiyongjun1@xxxxxxxxxx>
- Re: [PATCH 00/25] Shared PD and MR
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- Re: [PATCH 08/25] IB/uverbs: ufile must be freed only when not used anymore
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- RE: Does GPUDirect support IBV_WR_RDMA_WRITE_WITH_IMM?
- From: <ANDREW.LUCAS@xxxxxxx>
- Re: [PATCH 08/25] IB/uverbs: ufile must be freed only when not used anymore
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- Re: [PATCH 08/25] IB/uverbs: ufile must be freed only when not used anymore
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 08/25] IB/uverbs: ufile must be freed only when not used anymore
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- Re: [PATCH 15/25] IB/uverbs: Add PD import verb
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- Re: [PATCH 08/25] IB/uverbs: ufile must be freed only when not used anymore
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 08/25] IB/uverbs: ufile must be freed only when not used anymore
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- Re: [PATCH net v3 0/7] net/rds: RDMA fixes
- From: David Miller <davem@xxxxxxxxxxxxx>
- [PATCH iproute2-rc v1 5/7] rdma: Add stat manual mode support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc v1 7/7] rdma: Document counter statistic
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc v1 6/7] rdma: Add default counter show support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc v1 4/7] rdma: Make get_port_from_argv() returns valid port in strict port mode
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc v1 3/7] rdma: Add rdma statistic counter per-port auto mode support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc v1 1/7] rdma: Add "stat qp show" support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc v1 2/7] rdma: Add get per-port counter mode support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc v1 0/7] Statistics counter support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH iproute2-rc 2/8] rdma: Add "stat qp show" support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH 00/25] Shared PD and MR
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- Re: [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 00/25] Shared PD and MR
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 08/25] IB/uverbs: ufile must be freed only when not used anymore
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v18 08/15] userfaultfd: untag user pointers
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH 15/25] IB/uverbs: Add PD import verb
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH 00/25] Shared PD and MR
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- Re: [PATCH v18 08/15] userfaultfd: untag user pointers
- From: Mike Rapoport <rppt@xxxxxxxxxxxxx>
- [PATCH v2] net/mlx5: Replace kfree with kvfree
- From: Chuhong Yuan <hslester96@xxxxxxxxx>
- [PATCH] IB/mlx5: Replace kfree with kvfree
- From: Chuhong Yuan <hslester96@xxxxxxxxx>
- [PATCH] net/mlx5: Replace kfree with kvfree
- From: Chuhong Yuan <hslester96@xxxxxxxxx>
- Re: linux-next: build failure after merge of the rdma tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: linux-next: build failure after merge of the rdma tree
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- RE: [PATCH] infiniband: hw: qedr: Remove Unneeded variable rc
- From: Michal Kalderon <mkalderon@xxxxxxxxxxx>
- Re: [PATCH 00/25] Shared PD and MR
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: properly communicate queue limits to the DMA layer v2
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH net v3 6/7] net/rds: Keep track of and wait for FRWR segments in use upon shutdown
- From: santosh.shilimkar@xxxxxxxxxx
- Re: [PATCH net v3 7/7] net/rds: Initialize ic->i_fastreg_wrs upon allocation
- From: santosh.shilimkar@xxxxxxxxxx
- Re: [PATCH net v3 5/7] net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been successful
- From: santosh.shilimkar@xxxxxxxxxx
- Re: [PATCH net v3 4/7] net/rds: Fix NULL/ERR_PTR inconsistency
- From: santosh.shilimkar@xxxxxxxxxx
- Re: [PATCH net v3 3/7] net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after posting IB_WR_LOCAL_INV
- From: santosh.shilimkar@xxxxxxxxxx
- Re: [PATCH net v3 2/7] net/rds: Get rid of "wait_clean_list_grace" and add locking
- From: santosh.shilimkar@xxxxxxxxxx
- Re: [PATCH net v3 1/7] net/rds: Give fr_state a chance to transition to FRMR_IS_FREE
- From: santosh.shilimkar@xxxxxxxxxx
- Re: linux-next: build failure after merge of the rdma tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- [PATCH net v3 7/7] net/rds: Initialize ic->i_fastreg_wrs upon allocation
- From: Gerd Rausch <gerd.rausch@xxxxxxxxxx>
- [PATCH net v3 6/7] net/rds: Keep track of and wait for FRWR segments in use upon shutdown
- From: Gerd Rausch <gerd.rausch@xxxxxxxxxx>
- [PATCH net v3 5/7] net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been successful
- From: Gerd Rausch <gerd.rausch@xxxxxxxxxx>
- [PATCH net v3 4/7] net/rds: Fix NULL/ERR_PTR inconsistency
- From: Gerd Rausch <gerd.rausch@xxxxxxxxxx>
- [PATCH net v3 3/7] net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after posting IB_WR_LOCAL_INV
- From: Gerd Rausch <gerd.rausch@xxxxxxxxxx>
- [PATCH net v3 2/7] net/rds: Get rid of "wait_clean_list_grace" and add locking
- From: Gerd Rausch <gerd.rausch@xxxxxxxxxx>
- [PATCH net v3 1/7] net/rds: Give fr_state a chance to transition to FRMR_IS_FREE
- From: Gerd Rausch <gerd.rausch@xxxxxxxxxx>
- [PATCH net v3 0/7] net/rds: RDMA fixes
- From: Gerd Rausch <gerd.rausch@xxxxxxxxxx>
- Re: [PATCH iproute2-rc 2/8] rdma: Add "stat qp show" support
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- [PATCH rdma-core 08/12] verbs: Introduce new verb to import MR object
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 03/12] verbs: Introduce new verb to import PD object
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 00/12] Shared PD and MR
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 12/12] verbs: pinpong test using shared objects API
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 11/12] rxe: Implementation of import MR callback
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 09/12] mlx4: Implementation of import MR callback
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 10/12] mlx5: Implementation of import MR callback
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 07/12] man: Add description to ibv_import_mr function
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 06/12] rxe: Implementation of import PD callback
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 05/12] mlx5: Implementation of import PD callback
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 04/12] mlx4: Implementation of import PD callback
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 02/12] man: Add description to ibv_import_pd function
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH rdma-core 01/12] verbs: Introduce new inline helpers
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH 14/25] IB/uverbs: Add clone reference counting to ib_pd
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 25/25] IB/uverbs: Add MR import verb
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 24/25] IB/uverbs: Add clone reference counting to ib_mr
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 23/25] RDMA/rxe: Add implementation of clone_pd callback
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 22/25] IB/mlx5: Add implementation of clone_pd callback
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 02/25] RDMA/uverbs: Delete the macro uobj_put_obj_read
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 21/25] IB/mlx4: Add implementation of clone_pd callback
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 20/25] IB/core: Install clone ib_mr in device ops
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 19/25] IB/core: ib_mr should not have ib_uobject pointer
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 18/25] RDMA/rxe: Enable import from FD verb
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 17/25] IB/mlx5: Enable import from FD verb
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 16/25] IB/mlx4: Enable import from FD verb
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 15/25] IB/uverbs: Add PD import verb
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 13/25] RDMA/rxe: Add implementation of clone_pd callback
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 12/25] IB/mlx5: Add implementation of clone_pd callback
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 11/25] IB/mlx4: Add implementation of clone_pd callback
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 10/25] IB/core: Install clone ib_pd in device ops
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 09/25] IB/verbs: Prototype of HW object clone callback
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 08/25] IB/uverbs: ufile must be freed only when not used anymore
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 07/25] IB/uverbs: Add context import lock/unlock helper
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 06/25] IB/uverbs: Helper function to initialize ufile member of uverbs_attr_bundle
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 05/25] IB/core: ib_uobject need HW object reference count
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 04/25] IB/{core,hw}: ib_pd should not have ib_uobject pointer
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 03/25] RDMA/nldev: ib_pd can be pointed by multiple ib_ucontext
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 01/25] RDMA/uverbs: uobj_get_obj_read should return the ib_uobject
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH 00/25] Shared PD and MR
- From: Shamir Rabinovitch <srabinov7@xxxxxxxxx>
- [PATCH] infiniband: hw: qedr: Remove Unneeded variable rc
- From: Hariprasad Kelam <hariprasad.kelam@xxxxxxxxx>
- [PATCH] infiniband: hw: qib: Unneeded variable ret
- From: Hariprasad Kelam <hariprasad.kelam@xxxxxxxxx>
- Re: [PATCH iproute2-rc 8/8] rdma: Document counter statistic
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- linux-rdma now archived on lore.kernel.org
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH for-rc] RDMA/bnxt_re: Honor vlan_id in GID entry comparison
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH for-rc] RDMA/bnxt_re: Honor vlan_id in GID entry comparison
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH for-rc] RDMA/bnxt_re: Honor vlan_id in GID entry comparison
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH for-rc] RDMA/bnxt_re: Honor vlan_id in GID entry comparison
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH for-rc] RDMA/bnxt_re: Honor vlan_id in GID entry comparison
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH iproute2-rc 8/8] rdma: Document counter statistic
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH for-rc] RDMA/bnxt_re: Honor vlan_id in GID entry comparison
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH for-rc] RDMA/bnxt_re: Honor vlan_id in GID entry comparison
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH iproute2-rc 1/8] rdma: Update uapi headers to add statistic counter support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [GIT PULL] Please pull RDMA subsystem changes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH iproute2-rc 1/8] rdma: Update uapi headers to add statistic counter support
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 07/24] rdma/cxgb3: Remove call to memset after dma_alloc_coherent
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v3 17/24] ethernet: remove redundant memset
- From: David Miller <davem@xxxxxxxxxxxxx>
- RE: [PATCH 0/6] More 5.3 patches
- From: "Marciniszyn, Mike" <mike.marciniszyn@xxxxxxxxx>
- Re: [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 0/6] More 5.3 patches
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- RE: [PATCH 0/6] More 5.3 patches
- From: "Marciniszyn, Mike" <mike.marciniszyn@xxxxxxxxx>
- Re: [PATCH 0/6] More 5.3 patches
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: properly communicate queue limits to the DMA layer v2
- From: Christoph Hellwig <hch@xxxxxx>
- Re: properly communicate queue limits to the DMA layer v2
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: properly communicate queue limits to the DMA layer v2
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 6/6] IB/hfi1: Remove unused define
- From: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxx>
- [PATCH 5/6] IB/hfi1: Do not update hcrc for a KDETH packet during fault injection
- From: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxx>
- [PATCH 4/6] IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psn
- From: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxx>
- [PATCH 3/6] IB/hfi1: Field not zero-ed when allocating TID flow memory
- From: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxx>
- [PATCH 2/6] IB/hfi1: Unreserve a flushed OPFN request
- From: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxx>
- [PATCH 1/6] IB/hfi1: Check for error on call to alloc_rsm_map_table
- From: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxx>
- [PATCH 0/6] More 5.3 patches
- From: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxx>
- Re: [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v18 08/15] userfaultfd: untag user pointers
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [GIT PULL] Please pull RDMA subsystem changes
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- [PATCH v9] verbs: Introduce a new reg_mr API for virtual address space
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH AUTOSEL 5.2 181/249] net/mlx5: Get vport ACL namespace by vport index
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH v8] verbs: Introduce a new reg_mr API for virtual address space
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- Re: [PATCH v8] verbs: Introduce a new reg_mr API for virtual address space
- From: Yuval Shaia <yuval.shaia@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 057/105] ipoib: correcly show a VF hardware address
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 42/73] ipoib: correcly show a VF hardware address
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 080/158] ipoib: correcly show a VF hardware address
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH for-rc] RDMA/bnxt_re: Honor vlan_id in GID entry comparison
- From: Yi Zhang <yi.zhang@xxxxxxxxxx>
- Re: [PATCH v8] verbs: Introduce a new reg_mr API for virtual address space
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- [PATCH AUTOSEL 5.1 159/219] net/mlx5: Get vport ACL namespace by vport index
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.1 107/219] ipoib: correcly show a VF hardware address
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.2 189/249] net/mlx5e: Attach/detach XDP program safely
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.2 121/249] ipoib: correcly show a VF hardware address
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Jinpu Wang <jinpuwang@xxxxxxxxx>
- [PATCH for-rc] RDMA/bnxt_re: Honor vlan_id in GID entry comparison
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- [rdma-core patch v3] srp_daemon: improve the debug message for is_enabled_by_rules_file
- From: Honggang Li <honli@xxxxxxxxxx>
- [PATCH v3 17/24] ethernet: remove redundant memset
- From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
- [PATCH v3 13/24] IB/ipoib: remove unneeded memset
- From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
- [PATCH v3 12/24] RDMA/ocrdma: Remove call to memset after dma_alloc_coherent
- From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
- [PATCH v3 11/24] RDMA/nes: Remove call to memset after pci_alloc_consistent
- From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
- [PATCH v3 10/24] IB/mthca: Remove call to memset after dma_alloc_coherent
- From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
- [PATCH v3 09/24] rdma/hns: Remove call to memset after dma_alloc_coherent
- From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
- [PATCH v3 08/24] rdma/cxgb4: Remove call to memset after dma_alloc_coherent
- From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
- [PATCH v3 07/24] rdma/cxgb3: Remove call to memset after dma_alloc_coherent
- From: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
- Re: [GIT PULL] Please pull hmm changes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] Please pull hmm changes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH rdma-next] lib/dim: Prevent overflow in calculation of ratio statistics
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Yi Zhang <yi.zhang@xxxxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- Re: [PATCH] RDMA/siw: Mark expected switch fall-throughs
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH net-next v3] net/mlx5e: Convert single case statement switch statements into if statements
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH] [net-next, netfilter] mlx5: avoid unused variable warning
- From: Saeed Mahameed <saeedm@xxxxxxxxxxxx>
- Re: Re: Re: Re: Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: Re: Re: Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: Re: Re: Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- Re: Re: Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: User SIW fails matching device
- From: Potnuri Bharat Teja <bharat@xxxxxxxxxxx>
- Re: [rdma-core patch v2] srp_daemon: improve the debug message for is_enabled_by_rules_file
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: Re: Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: User SIW fails matching device
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: User SIW fails matching device
- From: Potnuri Bharat Teja <bharat@xxxxxxxxxxx>
- Re: Re: Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: [PATCH rdma-next] lib/dim: Prevent overflow in calculation of ratio statistics
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: User SIW fails matching device
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [rdma-core patch v2] srp_daemon: improve the debug message for is_enabled_by_rules_file
- From: Honggang Li <honli@xxxxxxxxxx>
- User SIW fails matching device
- From: Potnuri Bharat Teja <bharat@xxxxxxxxxxx>
- Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v5 0/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
- From: Ajay Kaher <akaher@xxxxxxxxxx>
- Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- RE: regression: nvme rdma with bnxt_re0 broken
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- Re: Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Yi Zhang <yi.zhang@xxxxxxxxxx>
- Re: [PATCH] rdma/siw: fix enum type mismatch warnings
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: [PATCH] rdma/siw: select CONFIG_DMA_VIRT_OPS
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Danil Kipnis <danil.kipnis@xxxxxxxxxxxxxxx>
- RE: regression: nvme rdma with bnxt_re0 broken
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- RE: regression: nvme rdma with bnxt_re0 broken
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- RE: regression: nvme rdma with bnxt_re0 broken
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- [PATCH] [net-next, netfilter] mlx5: avoid unused variable warning
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH] rdma/siw: fix enum type mismatch warnings
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH] rdma/siw: select CONFIG_DMA_VIRT_OPS
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH] rdma/siw: avoid smp_store_mb() on a u64
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Jinpu Wang <jinpuwang@xxxxxxxxx>
- [RFC PATCH] Docs: move more driver,device related docs into drivers dir follows kernel source
- From: Alex Shi <alex.shi@xxxxxxxxxxxxxxxxx>
- Re: [PATCH rdma-next] lib/dim: Prevent overflow in calculation of ratio statistics
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- RE: regression: nvme rdma with bnxt_re0 broken
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Yi Zhang <yi.zhang@xxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [rdma-core patch] srp_daemon: improve the debug message for is_enabled_by_rules_file
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH] RDMA/siw: Mark expected switch fall-throughs
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next] lib/dim: Prevent overflow in calculation of ratio statistics
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH] rdma/siw: Use proper enumerated type in map_cqe_status
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH rdma-next] lib/dim: Prevent overflow in calculation of ratio statistics
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH] rdma/siw: Use proper enumerated type in map_cqe_status
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] rdma/siw: Use proper enumerated type in map_cqe_status
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH] RDMA/siw: Mark expected switch fall-throughs
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [PATCH] RDMA/siw: Mark expected switch fall-throughs
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- RE: regression: nvme rdma with bnxt_re0 broken
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- Re: regression: nvme rdma with bnxt_re0 broken
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH rdma-next] lib/dim: Prevent overflow in calculation of ratio statistics
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH rdma-next] lib/dim: Prevent overflow in calculation of ratio statistics
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH rdma-next] lib/dim: Prevent overflow in calculation of ratio statistics
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- [PATCH rdma-next] lib/dim: Prevent overflow in calculation of ratio statistics
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH -next] RDMA/core: fix -Wunused-const-variable warnings
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH -next] rdma/siw: remove set but not used variable 's'
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH -next] rdma/siw: Add missing dependencies on LIBCRC32C and DMA_VIRT_OPS
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH -next] RDMA/core: fix -Wunused-const-variable warnings
- From: Qian Cai <cai@xxxxxx>
- Re: [PATCH] rdma/siw: Use proper enumerated type in map_cqe_status
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: failed armel build of rdma-core 24.0-1
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: failed armel build of rdma-core 24.0-1
- From: Benjamin Drung <benjamin.drung@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Danil Kipnis <danil.kipnis@xxxxxxxxxxxxxxx>
- Re: [PATCH -next] rdma/siw: remove set but not used variable 's'
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: [PATCH] rdma/siw: Use proper enumerated type in map_cqe_status
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: failed armel build of rdma-core 24.0-1
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH -next] rdma/siw: Add missing dependencies on LIBCRC32C and DMA_VIRT_OPS
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH] rdma/siw: Use proper enumerated type in map_cqe_status
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Danil Kipnis <danil.kipnis@xxxxxxxxxxxxxxx>
- RE: [PATCH v6 rdma-next 0/6] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA
- From: Michal Kalderon <mkalderon@xxxxxxxxxxx>
- [PATCH -next] rdma/siw: remove set but not used variable 's'
- From: YueHaibing <yuehaibing@xxxxxxxxxx>
- Re: failed armel build of rdma-core 24.0-1
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: failed armel build of rdma-core 24.0-1
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH] net/mlx5e: Move priv variable into case statement in mlx5e_setup_tc
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH] net/mlx5e: Move priv variable into case statement in mlx5e_setup_tc
- From: Saeed Mahameed <saeedm@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] rdma/siw: Use proper enumerated type in map_cqe_status
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- [rdma-core patch] srp_daemon: improve the debug message for is_enabled_by_rules_file
- From: Honggang Li <honli@xxxxxxxxxx>
- [PATCH for-rc] RDMA/hns: Fix sg offset non-zero issue
- From: Lijun Ou <oulijun@xxxxxxxxxx>
- Re: [PATCH] rdma/siw: Use proper enumerated type in map_cqe_status
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: failed armel build of rdma-core 24.0-1
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH] net/mlx5e: Move priv variable into case statement in mlx5e_setup_tc
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH] rdma/siw: Use proper enumerated type in map_cqe_status
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH] rdma/siw: Use proper enumerated type in map_cqe_status
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: Re: [PATCH] RDMA/siw: Print error code while kthread_create failed
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v2] IB/rdmavt: Fix variable shadowing issue in rvt_create_cq
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- Re: [PATCH] [net-next] net/mlx5e: avoid uninitialized variable use
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH v2] IB/rdmavt: Fix variable shadowing issue in rvt_create_cq
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH v2] IB/rdmavt: Fix variable shadowing issue in rvt_create_cq
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH v2] IB/rdmavt: Fix variable shadowing issue in rvt_create_cq
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- Re: [PATCH v2] IB/rdmavt: Fix variable shadowing issue in rvt_create_cq
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] [net-next] IB/hfi1: removed shadowed 'err' variable
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- RE: [PATCH] [net-next] IB/hfi1: removed shadowed 'err' variable
- From: "Marciniszyn, Mike" <mike.marciniszyn@xxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Danil Kipnis <danil.kipnis@xxxxxxxxxxxxxxx>
- Re: [PATCH -next] rdma/siw: Add missing dependencies on LIBCRC32C and DMA_VIRT_OPS
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH rdma-core 3/4] pyverbs: Avoid casting pointers to object type
- From: Noa Osherovich <noaos@xxxxxxxxxxxx>
- [PATCH rdma-core 1/4] pyverbs: Fix Cython future warning during build
- From: Noa Osherovich <noaos@xxxxxxxxxxxx>
- [PATCH rdma-core 0/4] pyverbs fixes
- From: Noa Osherovich <noaos@xxxxxxxxxxxx>
- [PATCH rdma-core 4/4] pyverbs: Fix assignments of bad work requests
- From: Noa Osherovich <noaos@xxxxxxxxxxxx>
- [PATCH rdma-core 2/4] build: Remove warning-causing compilation flag from pyverbs
- From: Noa Osherovich <noaos@xxxxxxxxxxxx>
- Re: [PATCH] [net-next] net/mlx5e: avoid uninitialized variable use
- From: Tariq Toukan <tariqt@xxxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH -next] rdma/siw: Add missing dependencies on LIBCRC32C and DMA_VIRT_OPS
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [rdma 14/16] RDMA/irdma: Add ABI definitions
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- [PATCH] [net-next] IB/hfi1: removed shadowed 'err' variable
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH] [net-next] net/mlx5e: avoid uninitialized variable use
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v6 rdma-next 1/6] RDMA/core: Create mmap database and cookie helper functions
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH v6 rdma-next 2/6] RDMA/efa: Use the common mmap_xa helpers
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH net-next v3] net/mlx5e: Convert single case statement switch statements into if statements
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: Re: [PATCH] RDMA/siw: Print error code while kthread_create failed
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: [PATCH v6 rdma-next 0/6] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA
- From: Gal Pressman <galpress@xxxxxxxxxx>
- [PATCH iproute2-rc 4/8] rdma: Add rdma statistic counter per-port auto mode support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc 8/8] rdma: Document counter statistic
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc 7/8] rdma: Add default counter show support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc 6/8] rdma: Add stat manual mode support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc 5/8] rdma: Make get_port_from_argv() returns valid port in strict port mode
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc 3/8] rdma: Add get per-port counter mode support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc 2/8] rdma: Add "stat qp show" support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc 1/8] rdma: Update uapi headers to add statistic counter support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH iproute2-rc 0/8] Statistics counter support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH] RDMA/siw: remove unnecessary print in iw_create_tx_threads
- From: YueHaibing <yuehaibing@xxxxxxxxxx>
- [PATCH net-next v3] net/mlx5e: Convert single case statement switch statements into if statements
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH v2] net/mlx5e: Refactor switch statements to avoid using uninitialized variables
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH v2] net/mlx5e: Refactor switch statements to avoid using uninitialized variables
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: BUG: MAX_STACK_TRACE_ENTRIES too low! (2)
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH mlx5-next 4/5] net/mlx5: Introduce TLS TX offload hardware bits and structures
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [rdma 14/16] RDMA/irdma: Add ABI definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v2] net/mlx5e: Refactor switch statements to avoid using uninitialized variables
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH v2] net/mlx5e: Refactor switch statements to avoid using uninitialized variables
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH] RDMA/siw: Print error code while kthread_create failed
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: linux-next: build failure after merge of the rdma tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH] net/mlx5e: Return in default case statement in tx_post_resync_params
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH] RDMA/siw: Print error code while kthread_create failed
- From: YueHaibing <yuehaibing@xxxxxxxxxx>
- Re: linux-next: build failure after merge of the rdma tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH v2] IB/rdmavt: Fix variable shadowing issue in rvt_create_cq
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] net/mlx5e: Return in default case statement in tx_post_resync_params
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- [PATCH v2] IB/rdmavt: Fix variable shadowing issue in rvt_create_cq
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH] net/mlx5e: Return in default case statement in tx_post_resync_params
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] IB/rdmavt: Remove err declaration in if statement in rvt_create_cq
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH] IB/rdmavt: Remove err declaration in if statement in rvt_create_cq
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH] IB/rdmavt: Remove err declaration in if statement in rvt_create_cq
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [rdma 14/16] RDMA/irdma: Add ABI definitions
- From: Henry Orosco <henry.orosco@xxxxxxxxx>
- Re: [PATCH mlx5-next 4/5] net/mlx5: Introduce TLS TX offload hardware bits and structures
- From: Saeed Mahameed <saeedm@xxxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH v4] RDMA/core: Fix race when resolving IP address
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [GIT PULL] Please pull hmm changes
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- [GIT PULL] Please pull NFSoRDMA updates for Linux 5.3 (v2)
- From: "Schumaker, Anna" <Anna.Schumaker@xxxxxxxxxx>
- Re: [PATCH v4 25/25] MAINTAINERS: Add maintainer for IBNBD/IBTRS modules
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v4 25/25] MAINTAINERS: Add maintainer for IBNBD/IBTRS modules
- From: Jinpu Wang <jinpu.wang@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 25/25] MAINTAINERS: Add maintainer for IBNBD/IBTRS modules
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH v6 rdma-next 5/6] RDMA/qedr: Add doorbell overflow recovery support
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v6 rdma-next 0/6] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v6 rdma-next 2/6] RDMA/efa: Use the common mmap_xa helpers
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v6 rdma-next 3/6] RDMA/qedr: Use the common mmap API
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v6 rdma-next 6/6] RDMA/qedr: Add iWARP doorbell recovery support
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v6 rdma-next 4/6] qed*: Change dpi_addr to be denoted with __iomem
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v6 rdma-next 1/6] RDMA/core: Create mmap database and cookie helper functions
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Jinpu Wang <jinpu.wang@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Jinpu Wang <jinpu.wang@xxxxxxxxxxxxxxx>
- Re: linux-next: build failure after merge of the rdma tree
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH v2] RDMA/core: Fix race when resolving IP address
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next 2/2] IB: Support netlink commands in non init_net net namespaces
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Jinpu Wang <jinpuwang@xxxxxxxxx>
- [PATCH v4] RDMA/core: Fix race when resolving IP address
- From: Dag Moxnes <dag.moxnes@xxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Jinpu Wang <jinpuwang@xxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH 1/2][next] RDMA/hns: fix comparison of unsigned long variable 'end' with less than zero
- From: oulijun <oulijun@xxxxxxxxxx>
- Re: [PATCH v5 rdma-next 1/6] RDMA/core: Create mmap database and cookie helper functions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- RE: [PATCH v5 rdma-next 2/6] RDMA/efa: Use the common mmap_xa helpers
- From: Michal Kalderon <mkalderon@xxxxxxxxxxx>
- RE: [PATCH v5 rdma-next 1/6] RDMA/core: Create mmap database and cookie helper functions
- From: Michal Kalderon <mkalderon@xxxxxxxxxxx>
- RE: [PATCH v5 rdma-next 1/6] RDMA/core: Create mmap database and cookie helper functions
- From: Michal Kalderon <mkalderon@xxxxxxxxxxx>
- Re: [PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
- From: Danil Kipnis <danil.kipnis@xxxxxxxxxxxxxxx>
- [RFC, BUG] ibverbs/rxe: Potential use after free
- From: Maksym Planeta <mplaneta@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 rdma-next 2/6] RDMA/efa: Use the common mmap_xa helpers
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH v5 rdma-next 1/6] RDMA/core: Create mmap database and cookie helper functions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- RE: [PATCH rdma-next 2/2] IB: Support netlink commands in non init_net net namespaces
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- Re: [PATCH rdma-next 2/2] IB: Support netlink commands in non init_net net namespaces
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- RE: [PATCH rdma-next] RDMA/core: Annotate destroy of mutex to ensure that it is released as unlocked
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- [PATCH] net/mlx5e: Return in default case statement in tx_post_resync_params
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH v3] RDMA/core: Fix race when resolving IP address
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next 0/2] Allow netlink commands in non init_net net namespace
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next 2/2] IB: Support netlink commands in non init_net net namespaces
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v3] RDMA/core: Fix race when resolving IP address
- From: Dag Moxnes <dag.moxnes@xxxxxxxxxx>
- Re: [PATCH rdma-next] RDMA/core: Annotate destroy of mutex to ensure that it is released as unlocked
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] Make rxe driver to calculate correct byte_len on receiving side when work completion is generated with IB_WC_RECV_RDMA_WITH_IMM opcode.
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v3] RDMA/core: Fix race when resolving IP address
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v3] RDMA/core: Fix race when resolving IP address
- From: Mark Bloch <markb@xxxxxxxxxxxx>
- Re: [PATCH rdma-next v5 0/4] Use RDMA adaptive moderation library
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v3] RDMA/core: Fix race when resolving IP address
- From: Dag Moxnes <dag.moxnes@xxxxxxxxxx>
- Re: use exact allocation for dma coherent memory
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3] RDMA/core: Fix race when resolving IP address
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next] IB/mlx5: Report correctly tag matching rendezvous capability
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next] IB/mlx5: Report correctly tag matching rendezvous capability
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH 35/39] docs: infiniband: add it to the driver-api bookset
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next 0/2] DEVX VHCA tunnel support
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] [net-next] net/mlx5e: xsk: dynamically allocate mlx5e_channel_param
- From: Maxim Mikityanskiy <maximmi@xxxxxxxxxxxx>
- Re: Re: Re: linux-next: build failure after merge of the rdma tree
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: Re: linux-next: build failure after merge of the rdma tree
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [rdma 14/16] RDMA/irdma: Add ABI definitions
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH v5 rdma-next 1/6] RDMA/core: Create mmap database and cookie helper functions
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH for-next 5/8] RDMA/hns: Bugfix for calculating qp buffer size
- From: oulijun <oulijun@xxxxxxxxxx>
- [PATCH for-next 9/9] RDMA/hns: Refactor eq table init for hip08
- From: Lijun Ou <oulijun@xxxxxxxxxx>
- [PATCH for-next 6/9] RDMA/hns: Optimize hns_roce_mhop_alloc function.
- From: Lijun Ou <oulijun@xxxxxxxxxx>
- [PATCH for-next 8/9] RDMA/hns: Refactor hem table mhop check and calculation
- From: Lijun Ou <oulijun@xxxxxxxxxx>
- [PATCH for-next 2/9] RDMA/hns: Refactor the code of creating srq
- From: Lijun Ou <oulijun@xxxxxxxxxx>
- [PATCH for-next 5/9] RDMA/hns: optimize the duplicated code for qpc setting flow
- From: Lijun Ou <oulijun@xxxxxxxxxx>
- [PATCH for-next 3/9] RDMA/hns: Refactor for hns_roce_v2_modify_qp function
- From: Lijun Ou <oulijun@xxxxxxxxxx>
- [PATCH for-next 1/9] RDMA/hns: Package the flow of creating cq
- From: Lijun Ou <oulijun@xxxxxxxxxx>
- [PATCH for-next 7/9] RDMA/hns: Package for hns_roce_rereg_user_mr function
- From: Lijun Ou <oulijun@xxxxxxxxxx>
- [PATCH for-next 4/9] RDMA/hns: Use a separated function for setting extend sge paramters
- From: Lijun Ou <oulijun@xxxxxxxxxx>
- [PATCH for-next 0/9] Codes optimization for hip08
- From: Lijun Ou <oulijun@xxxxxxxxxx>
- [PATCH] [net-next] net/mlx5e: xsk: dynamically allocate mlx5e_channel_param
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v3] RDMA/core: Fix race when resolving IP address
- From: Dag Moxnes <dag.moxnes@xxxxxxxxxx>
- [PATCH rdma-next v5 3/4] RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlink
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v5 4/4] RDMA/mlx5: Set RDMA DIM to be enabled by default
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v5 2/4] RDMA/core: Provide RDMA DIM support for ULPs
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v5 1/4] linux/dim: Implement RDMA adaptive moderation (DIM)
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v5 0/4] Use RDMA adaptive moderation library
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH rdma-next v4 2/3] RDMA/core: Provide RDMA DIM support for ULPs
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH rdma-next v4 2/3] RDMA/core: Provide RDMA DIM support for ULPs
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- [PATCH v5 rdma-next 3/6] RDMA/qedr: Use the common mmap API
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v5 rdma-next 1/6] RDMA/core: Create mmap database and cookie helper functions
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v5 rdma-next 2/6] RDMA/efa: Use the common mmap_xa helpers
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v5 rdma-next 4/6] qed*: Change dpi_addr to be denoted with __iomem
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v5 rdma-next 0/6] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v5 rdma-next 5/6] RDMA/qedr: Add doorbell overflow recovery support
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- [PATCH v5 rdma-next 6/6] RDMA/qedr: Add iWARP doorbell recovery support
- From: Michal Kalderon <michal.kalderon@xxxxxxxxxxx>
- Re: [PATCH] Make rxe driver to calculate correct byte_len on receiving side when work completion is generated with IB_WC_RECV_RDMA_WITH_IMM opcode.
- From: Yanjun Zhu <yanjun.zhu@xxxxxxxxxx>
- Re: [PATCH] Make rxe driver to calculate correct byte_len on receiving side when work completion is generated with IB_WC_RECV_RDMA_WITH_IMM opcode.
- From: Konstantin Taranov <konstantin.taranov@xxxxxxxxxxx>
- Re: [PATCH] Make rxe driver to calculate correct byte_len on receiving side when work completion is generated with IB_WC_RECV_RDMA_WITH_IMM opcode.
- From: Zhu Yanjun <yanjun.zhu@xxxxxxxxxx>
- Re: [PATCH] Make rxe driver to calculate correct byte_len on receiving side when work completion is generated with IB_WC_RECV_RDMA_WITH_IMM opcode.
- From: Konstantin Taranov <konstantin.taranov@xxxxxxxxxxx>
- [PATCH for-next] RDMA/efa: Expose device statistics
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH for-next 5/8] RDMA/hns: Bugfix for calculating qp buffer size
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- RE: [EXT] Re: [RFC rdma 1/3] RDMA/core: Create a common mmap function
- From: Michal Kalderon <mkalderon@xxxxxxxxxxx>
- Re: [PATCH rdma-next 0/2] DEVX VHCA tunnel support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [EXT] Re: [RFC rdma 1/3] RDMA/core: Create a common mmap function
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH rdma-next] IB/mlx5: Report correctly tag matching rendezvous capability
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- RE: [rdma 14/16] RDMA/irdma: Add ABI definitions
- From: "Saleem, Shiraz" <shiraz.saleem@xxxxxxxxx>
- RE: [net-next 1/3] ice: Initialize and register platform device to provide RDMA
- From: "Saleem, Shiraz" <shiraz.saleem@xxxxxxxxx>
- Re: [PATCH 35/39] docs: infiniband: add it to the driver-api bookset
- From: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>
- Re: [PATCH 01/43] docs: infiniband: convert docs to ReST and rename to *.rst
- From: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>
- Re: [net-next 1/3] ice: Initialize and register platform device to provide RDMA
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] IB/hfi1: Close PSM sdma_progress sleep window
- From: Greg KH <greg@xxxxxxxxx>
- Re: [PATCH for-next 5/8] RDMA/hns: Bugfix for calculating qp buffer size
- From: oulijun <oulijun@xxxxxxxxxx>
- RE: [BUGReport for rdma in kernel5.2-rc4]
- From: "Saleem, Shiraz" <shiraz.saleem@xxxxxxxxx>
- Re: [PATCH] ibverbs/rxe: Remove variable self-initialization
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next 0/2] DEVX VHCA tunnel support
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [EXT] Re: [RFC rdma 1/3] RDMA/core: Create a common mmap function
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- RE: [EXT] Re: [RFC rdma 1/3] RDMA/core: Create a common mmap function
- From: Michal Kalderon <mkalderon@xxxxxxxxxxx>
- Re: [PATCH for-next 0/8] Some fixes from hns
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [rdma 14/16] RDMA/irdma: Add ABI definitions
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH rdma-next] IB/mlx5: Report correctly tag matching rendezvous capability
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- RE: [rdma 14/16] RDMA/irdma: Add ABI definitions
- From: "Saleem, Shiraz" <shiraz.saleem@xxxxxxxxx>
- RE: [net-next 1/3] ice: Initialize and register platform device to provide RDMA
- From: "Saleem, Shiraz" <shiraz.saleem@xxxxxxxxx>
- [PATCH rdma-next] IB/mlx5: Report correctly tag matching rendezvous capability
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH rdma-next v5 00/17] Statistics counter support
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [EXT] Re: [RFC rdma 1/3] RDMA/core: Create a common mmap function
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- RE: [EXT] Re: [RFC rdma 1/3] RDMA/core: Create a common mmap function
- From: Michal Kalderon <mkalderon@xxxxxxxxxxx>
- Re: [PATCH v2] RDMA/core: Fix race when resolving IP address
- From: Dag Moxnes <dag.moxnes@xxxxxxxxxx>
- Re: [PATCH v2] RDMA/core: Fix race when resolving IP address
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v2] RDMA/core: Fix race when resolving IP address
- From: Parav Pandit <pandit.parav@xxxxxxxxx>
- Re: [PATCH rdma-next 0/2] Allow netlink commands in non init_net net namespace
- From: Parav Pandit <pandit.parav@xxxxxxxxx>
- Re: [PATCH rdma-next v5 00/17] Statistics counter support
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH rdma-next v5 00/17] Statistics counter support
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next v5 11/17] RDMA/netlink: Implement counter dumpit calback
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH mlx5-next 4/5] net/mlx5: Introduce TLS TX offload hardware bits and structures
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH rdma-next v5 06/17] RDMA/counter: Add "auto" configuration mode support
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next v5 11/17] RDMA/netlink: Implement counter dumpit calback
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next 0/2] Allow netlink commands in non init_net net namespace
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH for-next] RDMA/efa: Entropy in admin commands id
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next] IB/ipoib: Add child to parent list only if device initialized
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH mlx5-next 4/5] net/mlx5: Introduce TLS TX offload hardware bits and structures
- From: Saeed Mahameed <saeedm@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH mlx5-next 0/5] Mellanox, mlx5 low level updates 2019-07-02
- From: Leon Romanovsky <leonro@xxxxxxxxxxxx>
- Re: [PATCH mlx5-next 4/5] net/mlx5: Introduce TLS TX offload hardware bits and structures
- From: Leon Romanovsky <leon@xxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Scanners]
[Linux SCSI]
[Samba]
[Yosemite News]