linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-02 15:33:03 to 2018-11-19 20:11:56 UTC [more...]

[RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce
 2018-11-19 20:11 UTC  (20+ messages)

[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-19 18:57 UTC  (14+ messages)
` [PATCH v2 1/6] mm/gup: finish consolidating error handling
` [PATCH v2 2/6] mm: introduce put_user_page*(), placeholder versions
` [PATCH v2 3/6] infiniband/mm: convert put_page() to put_user_page*()
` [PATCH v2 4/6] mm: introduce page->dma_pinned_flags, _count
` [PATCH v2 5/6] mm: introduce zone_gup_lock, for dma-pinned pages
` [PATCH v2 6/6] mm: track gup pages with page->dma_pinned_* fields
  ` [LKP] [mm] 0e9755bfa2: kernel_BUG_at_include/linux/mm.h

[PATCH V2 mlx5-next 00/12] mlx5 core generic EQ API for RDMA ODP
 2018-11-19 18:52 UTC  (13+ messages)
` [PATCH V2 mlx5-next 01/12] net/mlx5: EQ, Use the right place to store/read IRQ affinity hint
` [PATCH V2 mlx5-next 02/12] net/mlx5: EQ, Remove unused fields and structures
` [PATCH V2 mlx5-next 03/12] net/mlx5: EQ, No need to store eq index as a field
` [PATCH V2 mlx5-next 04/12] net/mlx5: EQ, Remove redundant completion EQ list lock
` [PATCH V2 mlx5-next 05/12] net/mlx5: EQ, Move all EQ logic to eq.c
` [PATCH V2 mlx5-next 06/12] net/mlx5: EQ, Create all EQs in one place
` [PATCH V2 mlx5-next 07/12] net/mlx5: EQ, irq_info and rmap belong to eq_table
` [PATCH V2 mlx5-next 08/12] net/mlx5: EQ, Privatize eq_table and friends
` [PATCH V2 mlx5-next 09/12] net/mlx5: EQ, Different EQ types
` [PATCH V2 mlx5-next 10/12] net/mlx5: EQ, Generic EQ
` [PATCH V2 mlx5-next 11/12] {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA
` [PATCH V2 mlx5-next 12/12] net/mlx5: EQ, Make EQE access methods inline

[PATCH mlx5-next 00/12] mlx5 core generic EQ API for RDMA ODP
 2018-11-19 18:43 UTC  (15+ messages)
` [PATCH mlx5-next 01/12] net/mlx5: EQ, Use the right place to store/read IRQ affinity hint
` [PATCH mlx5-next 02/12] net/mlx5: EQ, Remove unused fields and structures
` [PATCH mlx5-next 03/12] net/mlx5: EQ, No need to store eq index as a field
` [PATCH mlx5-next 04/12] net/mlx5: EQ, Remove redundant completion EQ list lock
` [PATCH mlx5-next 05/12] net/mlx5: EQ, Move all EQ logic to eq.c
` [PATCH mlx5-next 06/12] net/mlx5: EQ, Create all EQs in one place
` [PATCH mlx5-next 07/12] net/mlx5: EQ, irq_info and rmap belong to eq_table
` [PATCH mlx5-next 08/12] net/mlx5: EQ, Privatize eq_table and friends
` [PATCH mlx5-next 09/12] net/mlx5: EQ, Different EQ types
` [PATCH mlx5-next 10/12] net/mlx5: EQ, Generic EQ
` [PATCH mlx5-next 11/12] {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA
` [PATCH mlx5-next 12/12] net/mlx5: EQ, Make EQE access methods inline

[PATCH iproute2-next v3] rdma: Document IB device renaming option
 2018-11-18 11:05 UTC  (4+ messages)

general protection fault in rdma_listen (2)
 2018-11-16 17:44 UTC  (2+ messages)

[PATCH V2 net-next 0/5] net: hns3: Add support of hardware GRO to HNS3 Driver
 2018-11-15 17:46 UTC  (7+ messages)
` [PATCH V2 net-next 1/5] net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware
` [PATCH V2 net-next 2/5] net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll
` [PATCH V2 net-next 3/5] net: hns3: Add support for ethtool -K to enable/disable HW GRO
` [PATCH V2 net-next 4/5] net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS
` [PATCH V2 net-next 5/5] net: hns3: Adds GRO params to SKB for the stack

[PATCH net-next 0/5] net: hns3: Add support of hardware GRO to HNS3 Driver
 2018-11-15  9:36 UTC  (8+ messages)
` [PATCH net-next 1/5] net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware
` [PATCH net-next 2/5] net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll
` [PATCH net-next 3/5] net: hns3: Add support for ethtool -K to enable/disable HW GRO
` [PATCH net-next 4/5] net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS
` [PATCH net-next 5/5] net: hns3: Adds GRO params to SKB for the stack

[PATCH] iser: set sector for ambiguous mr status errors
 2018-11-14 18:17 UTC 

[PATCH mlx5-next 00/10] Collection of ODP fixes
 2018-11-12 20:43 UTC  (20+ messages)
` [PATCH mlx5-next 01/10] net/mlx5: Release resource on error flow
` [PATCH mlx5-next 02/10] IB/mlx5: Avoid hangs due to a missing completion
` [PATCH mlx5-next 03/10] net/mlx5: Add interface to hold and release core resources
` [PATCH mlx5-next 04/10] net/mlx5: Enumerate page fault types
` [PATCH mlx5-next 05/10] IB/mlx5: Lock QP during page fault handling
` [PATCH mlx5-next 06/10] net/mlx5: Return success for PAGE_FAULT_RESUME in internal error state
` [PATCH mlx5-next 07/10] net/mlx5: Use multi threaded workqueue for page fault handling
` [PATCH mlx5-next 08/10] IB/mlx5: Call PAGE_FAULT_RESUME command asynchronously
` [PATCH mlx5-next 09/10] net/mlx5: Remove unused function
` [PATCH mlx5-next 10/10] IB/mlx5: Improve ODP debugging messages

[PATCH] infiniband/hw/cxgb4/qp.c: Use dma_zalloc_coherent
 2018-11-12 15:31 UTC  (2+ messages)

[PATCH] infiniband/hw/cxgb3/cxio_hal.c: Use dma_zalloc_coherent
 2018-11-12 15:31 UTC  (3+ messages)

[PATCH] infiniband/hw/hns/hns_roce_hw_v2.c: Use dma_zalloc_coherent
 2018-11-12 12:04 UTC  (3+ messages)

[RFC] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-12 11:47 UTC  (6+ messages)

general protection fault in rds_recv_rcvbuf_delta
 2018-11-12  5:51 UTC 

[RFC PATCH 00/10] net: hns3: Adds support of debugfs to HNS3 driver
 2018-11-11 16:47 UTC  (19+ messages)
` [RFC PATCH 01/10] net: hns3: Add debugfs framework registration
` [RFC PATCH 02/10] net: hns3: Add "queue info" query function
` [RFC PATCH 03/10] net: hns3: Add "FD flow table" info "
` [RFC PATCH 04/10] net: hns3: Add "promisc mode" config "
` [RFC PATCH 05/10] net: hns3: Add "tc config" "
` [RFC PATCH 06/10] net: hns3: Add "tm "
` [RFC PATCH 07/10] net: hns3: Add checksum "
` [RFC PATCH 08/10] net: hns3: Add PFC config "
` [RFC PATCH 09/10] net: hns3: Add "qos prio map" "
` [RFC PATCH 10/10] net: hns3: Add "qos buffer" config "

[PATCH net-next 0/9] Use __vlan_hwaccel_*() helpers
 2018-11-11 16:16 UTC  (14+ messages)
` [PATCH net-next 1/9] cxgb4: use __vlan_hwaccel helpers
` [PATCH net-next 3/9] net/core: "
` [PATCH net-next 2/9] nfnetlink/queue: "
` [PATCH net-next 5/9] bridge: "
` [PATCH net-next 4/9] 8021q: "
` [PATCH net-next 7/9] benet: "
` [PATCH net-next 6/9] ipv4/tunnel: "
` [PATCH net-next 8/9] mlx4: "
` [PATCH net-next 9/9] sky2: "

[PATCH net-next 0/4] Remove VLAN_TAG_PRESENT from drivers
 2018-11-09 21:58 UTC  (9+ messages)
` [PATCH net-next] i40iw: remove use of VLAN_TAG_PRESENT
` [PATCH net-next 2/4] cnic: "
` [PATCH net-next 4/4] OVS: "
` [PATCH net-next 3/4] gianfar: "

[PATCH rdma] net/mlx5: Fix XRC SRQ umem valid bits
 2018-11-07 22:07 UTC  (7+ messages)

[PATCH 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-07  6:36 UTC  (16+ messages)
` [PATCH 4/6] mm: introduce page->dma_pinned_flags, _count

[PATCH V2] mlx5: Fix formats with line continuation whitespace
 2018-11-06 21:34 UTC  (3+ messages)

[PATCH iproute2-next] rdma: Refresh help section of resource information
 2018-11-05 16:40 UTC  (2+ messages)

[PATCH] net/mlx5e: fix high stack usage
 2018-11-05 11:24 UTC  (12+ messages)

[PATCH v4 0/3] get_user_pages*() and RDMA: first steps
 2018-11-05  8:37 UTC  (14+ messages)
` [PATCH v4 2/3] mm: introduce put_user_page*(), placeholder versions

[PATCH iproute2-next v2] rdma: Document IB device renaming option
 2018-11-04 19:00 UTC  (3+ messages)

[PATCH iproute2-next v1 0/4] rdma: IB device rename
 2018-11-04 11:12 UTC  (10+ messages)
` [PATCH iproute2-next v1 1/4] rdma: Update kernel include file to support IB device renaming
` [PATCH iproute2-next v1 2/4] rdma: Introduce command execution helper with required device name
` [PATCH iproute2-next v1 3/4] rdma: Add an option to rename IB device interface
` [PATCH iproute2-next v1 4/4] rdma: Document IB device renaming option


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).