linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-02 16:56:42 to 2017-03-08 15:18:39 UTC [more...]

[PATCH 00/26] InfiniBand-OCRDMA: Fine-tuning for several function implementations
 2017-03-08 15:18 UTC  (52+ messages)
` [PATCH 01/26] IB/ocrdma: Use kcalloc() in ocrdma_create_eqs()
` [PATCH 02/26] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()
` [PATCH 04/26] IB/ocrdma: Delete unnecessary variable initialisations in ocrdma_mbx_get_dcbx_config()
` [PATCH 05/26] IB/ocrdma: Improve another size determination in ocrdma_mbx_query_qp()
` [PATCH 06/26] IB/ocrdma: Improve another size determination in ocrdma_alloc_pd_pool()
` [PATCH 07/26] IB/ocrdma: Improve another size determination in ocrdma_mbx_get_ctrl_attribs()
` [PATCH 09/26] IB/ocrdma: Improve another size determination in ocrdma_mq_cq_handler()
` [PATCH 10/26] IB/ocrdma: Improve another size determination in ocrdma_init_emb_mqe()
  ` [PATCH 03/26] IB/ocrdma: Improve size determinations in ocrdma_mbx_get_dcbx_config()
  ` [PATCH 08/26] IB/ocrdma: Improve size determinations in ocrdma_mbx_rdma_stats()
  ` [PATCH 11/26] IB/ocrdma: Delete unnecessary braces
  ` [PATCH 14/26] IB/ocrdma: Improve another size determination in ocrdma_add()
  ` [PATCH 19/26] IB/ocrdma: Improve another size determination in ocrdma_alloc_mr()
  ` [PATCH 26/26] IB/ocrdma: Adjust further ten checks for null pointers
` [PATCH 12/26] IB/ocrdma: Adjust "
` [PATCH 13/26] IB/ocrdma: Use kcalloc() in ocrdma_alloc_resources()
` [PATCH 15/26] IB/ocrdma: Delete an error message for a failed memory allocation in ocrdma_add()
` [PATCH 16/26] IB/ocrdma: Adjust a null pointer check in ocrdma_alloc_resources()
` [PATCH 17/26] IB/ocrdma: Use kmalloc_array() in ocrdma_create_srq()
` [PATCH 18/26] IB/ocrdma: Use kcalloc() in three functions
` [PATCH 20/26] IB/ocrdma: Delete an unnecessary variable assignment in ocrdma_alloc_mr()
` [PATCH 21/26] IB/ocrdma: Improve another size determination in ocrdma_create_srq()
` [PATCH 22/26] IB/ocrdma: Returning only value constants in ocrdma_resize_cq()
` [PATCH 23/26] IB/ocrdma: Delete an unnecessary variable in ocrdma_dealloc_pd()
` [PATCH 24/26] IB/ocrdma: One jump label less in ocrdma_alloc_ucontext_pd()
` [PATCH 25/26] IB/ocrdma: Delete unnecessary braces

[PATCH v3] {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function
 2017-03-08 13:48 UTC  (3+ messages)

Issues Building krping on RHEL 7.2
 2017-03-08 10:03 UTC  (3+ messages)

[PATCH] IB/rxe: double free on error
 2017-03-08  6:58 UTC  (2+ messages)

[PATCH 0/2] IB/core fixes for kernel v4.11-rc
 2017-03-08  1:52 UTC  (15+ messages)
  ` [PATCH 1/2] device: Stop requiring that struct device is embedded in struct pci_dev
` [PATCH 2/2] IB/core: Restore I/O MMU, s390 and powerpc support

[PATCH] IB/core: Restore I/O MMU, s390 and powerpc support
 2017-03-08  0:50 UTC  (2+ messages)

[PATCH rdma-core 00/14] Revise the DMA barrier macros in ibverbs
 2017-03-07 23:23 UTC  (33+ messages)
` [PATCH rdma-core 06/14] i40iw: Get rid of unique barrier macros
` [PATCH rdma-core 07/14] mlx4: Update to use new udma write barriers
` [PATCH rdma-core 08/14] mlx5: "

[PATCH v3 00/16] Cleanup chardev instances with helper function
 2017-03-07 22:41 UTC  (24+ messages)
  ` [PATCH v3 01/16] chardev: add helper function to register char devs with a struct device
  ` [PATCH v3 02/16] device-dax: fix cdev leak
  ` [PATCH v3 03/16] device-dax: utilize new cdev_device_add helper function
  ` [PATCH v3 04/16] input: "
  ` [PATCH v3 05/16] gpiolib: "
  ` [PATCH v3 06/16] tpm-chip: "
  ` [PATCH v3 07/16] platform/chrome: cros_ec_dev - "
  ` [PATCH v3 08/16] IB/ucm: "
  ` [PATCH v3 09/16] infiniband: utilize the new cdev_set_parent function
  ` [PATCH v3 10/16] iio:core: utilize new cdev_device_add helper function
  ` [PATCH v3 11/16] media: "
  ` [PATCH v3 12/16] mtd: "
  ` [PATCH v3 13/16] rapidio: "
  ` [PATCH v3 14/16] rtc: "
  ` [PATCH v3 15/16] scsi: "
  ` [PATCH v3 16/16] switchtec: utilize new device_add_cdev "

[PATCH rdma-core 0/5] Enable mlx5 vendor functionality
 2017-03-07 22:22 UTC  (11+ messages)
  ` [PATCH rdma-core 1/5] mlx5: Explicitly align mlx5 query device response to 64 bit
  ` [PATCH rdma-core 2/5] mlx5: Report multi packet send WQE capability for mlx5 based hardware
  ` [PATCH rdma-core 3/5] mlx5: Report CQE compression capabilities through mlx5 direct verbs
  ` [PATCH rdma-core 4/5] verbs: Add an option to provide vendor private data when creating a CQ
  ` [PATCH rdma-core 5/5] mlx5: Add support to create a CQ with compressed CQEs

[PATCH] net/mlx5e: add IPV6 dependency
 2017-03-07 20:25 UTC  (2+ messages)

[PATCH v2] {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function
 2017-03-07 18:37 UTC  (3+ messages)

[PATCH 1/1] rds: ib: add error handle
 2017-03-07 16:43 UTC  (2+ messages)

Unexpected issues with 2 NVME initiators using the same target
 2017-03-07 13:41 UTC  (6+ messages)

[PATCH 0/5] IB/nes: Fine-tuning for some function implementations
 2017-03-07  0:34 UTC  (9+ messages)
` [PATCH 1/5] IB/nes: Use kcalloc() in nes_init_mgt_qp()
` [PATCH 2/5] IB/nes: Use kcalloc() in nes_reg_user_mr()
` [PATCH 3/5] IB/nes: Adjust 16 checks for null pointers
` [PATCH 4/5] IB/nes: Delete unnecessary braces
      ` [PATCH] IB/nes: Neaten nes_alloc_mw
` [PATCH 5/5] IB/nes: Improve size determinations in two functions

[Query] iSER-Target: QP errors observed on increasing MaxXmitDataSegmentLength to 16384 (default = 8192)
 2017-03-06 15:20 UTC  (5+ messages)

[PATCH v3 17/20] usb: gadget: pch_udc: Replace PCI pool old API
 2017-03-06 14:46 UTC  (2+ messages)

mlx5_ib_post_send panic on s390x
 2017-03-06 13:47 UTC  (7+ messages)
      ` Fwd: "

WARNING on drivers/infiniband/core/verbs.c:1975 __ib_drain_sq+0x182/0x1c0 [ib_core]
 2017-03-06 12:00 UTC  (3+ messages)

[PATCH v1] {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function
 2017-03-06 11:54 UTC  (6+ messages)

kernull NULL pointer observed on initiator side after 'nvmetcli clear' on target side
 2017-03-06 11:25 UTC  (2+ messages)

mlx4_core 0000:07:00.0: swiotlb buffer is full and OOM observed during stress test on reset_controller
 2017-03-06 11:23 UTC  (3+ messages)

[PATCH perftest v2] Bug fix write latency
 2017-03-05 15:41 UTC  (3+ messages)

[PATCH perftest] Avoid configuring the MRs with 1's
 2017-03-05 15:16 UTC  (3+ messages)

[PATCH] ib_srp: Let compiler ignore the useless debug code
 2017-03-05  8:22 UTC  (3+ messages)

[PATCH v2 00/16] Cleanup chardev instances with helper function
 2017-03-04 22:57 UTC  (4+ messages)
` [PATCH v2 11/16] media: utilize new cdev_device_add "

IB on s390 broken with commit 99db94940 "IB/core: Remove ib_device.dma_device"
 2017-03-04  3:42 UTC  (11+ messages)
        ` v4.11 mlx5 regression

[PATCH 1/1] rds: remove unnecessary returned value check
 2017-03-03 17:51 UTC  (4+ messages)

[PATCH v8 08/11] cryptouser.h: fix include from userland
 2017-03-03 17:07 UTC  (6+ messages)
` [PATCH v9 00/11] uapi: export all headers under uapi directories
  ` [PATCH v9 08/11] cryptouser.h: fix include from userland
  ` [PATCH v9 11/11] uapi: export all arch specifics directories

[PATCH 00/20] IB/hfi1, qib, rdmavt: Another round of patches for 4.11
 2017-03-03 17:02 UTC  (6+ messages)
` [PATCH 16/20] IB/hfi1: Add receive fault injection feature
  ` [PATCH v2 "

[RFC] libibverbs IB device hotplug support
 2017-03-03 12:31 UTC  (3+ messages)

[PATCH v4 00/19] Replace PCI pool by DMA pool API
 2017-03-03  9:30 UTC  (5+ messages)
` [PATCH v4 08/19] scsi: be2iscsi: Replace PCI pool old API
` [PATCH v4 09/19] scsi: csiostor: "

RXE, should I use rdma-core or the older stand-alone code
 2017-03-03  0:44 UTC  (2+ messages)

[RFC for accelerated IPoIB 00/27] Enhanced mode for IPoIB driver
 2017-03-03  0:14 UTC  (8+ messages)

[PATCH] {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function
 2017-03-02 20:23 UTC 


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).