linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-01 10:39:51 to 2018-01-04 03:12:02 UTC [more...]

[PATCH 00/28] IB/srp and IB/srpt patches
 2018-01-04  3:12 UTC  (32+ messages)
` [PATCH 05/28] IB/srpt: Disable RDMA access by the initiator
` [PATCH 06/28] IB/srpt: Fix ACL lookup during login
  ` [PATCH 01/28] IB/srp: Use kstrtoull() instead of simple_strtoull()
  ` [PATCH 02/28] IB/srp: Make the path record query error message more informative
  ` [PATCH 03/28] IB/srp: Refactor srp_send_req()
  ` [PATCH 04/28] IB/srp: Add RDMA/CM support
  ` [PATCH 07/28] IB/srpt: Remove an unused structure member
  ` [PATCH 08/28] IB/srpt: Fix kernel-doc warnings in ib_srpt.c
  ` [PATCH 09/28] IB/srpt: Make it safe to use RCU for srpt_device.rch_list
  ` [PATCH 10/28] IB/srpt: Rework srpt_disconnect_ch_sync()
  ` [PATCH 11/28] IB/srpt: Document all structure members in ib_srpt.h
  ` [PATCH 12/28] IB/srpt: Rename a local variable, a member variable and a constant
  ` [PATCH 13/28] IB/srpt: Reduce the severity level of a log message
  ` [PATCH 14/28] IB/srpt: Verify port numbers in srpt_event_handler()
  ` [PATCH 15/28] IB/srpt: Use the IPv6 format for GIDs in log messages
  ` [PATCH 16/28] IB/srpt: Reduce frequency of receive failure messages
  ` [PATCH 17/28] IB/srpt: Introduce srpt_format_guid()
  ` [PATCH 18/28] IB/srpt: Inline srpt_get_cmd_state()
  ` [PATCH 19/28] IB/srpt: Micro-optimize I/O context state manipulation
  ` [PATCH 20/28] IB/srpt: Add P_Key support
  ` [PATCH 21/28] IB/srpt: One target per port
  ` [PATCH 22/28] IB/srpt: Rework multi-channel support
  ` [PATCH 23/28] IB/srpt: Fix login-related race conditions
  ` [PATCH 24/28] IB/srpt: Prepare RDMA/CM support
  ` [PATCH 25/28] IB/srpt: Move the code for parsing struct ib_cm_req_event_param
  ` [PATCH 26/28] IB/srpt: Fix a race condition related to wait list processing
  ` [PATCH 27/28] IB/srpt: Avoid that wait list processing triggers command reordering
  ` [PATCH 28/28] IB/srpt: Add RDMA/CM support

[PATCH rdma-next v1 0/6] mlx5 profile infrastructure to add and remove stages
 2018-01-04  3:04 UTC  (8+ messages)
  ` [PATCH rdma-next v1 1/6] IB/mlx5: Create "
  ` [PATCH rdma-next v1 2/6] IB/mlx5: Move RoCE/ETH initialization to the corresponding stage
  ` [PATCH rdma-next v1 3/6] IB/mlx5: Move ODP "
  ` [PATCH rdma-next v1 4/6] IB/mlx5: Move hardware counters "
  ` [PATCH rdma-next v1 5/6] IB/mlx5: Move loopback "
  ` [PATCH rdma-next v1 6/6] IB/mlx5: Move locks "

[PATCH v2] IB/core: Fix two kernel warnings triggered by rxe registration
 2018-01-04  3:04 UTC  (2+ messages)

[PATCH] net/mlx5e: hide an unused variable
 2018-01-04  1:04 UTC  (2+ messages)

[PATCH V5 for-next 0/6] Add rq inline and bugfixes for hns
 2018-01-04  0:59 UTC  (11+ messages)
  ` [PATCH V5 for-next 1/6] RDMA/hns: Add rq inline data support for hip08 RoCE
  ` [PATCH V5 for-next 2/6] RDMA/hns: Update the usage of sr_max and rr_max field
  ` [PATCH V5 for-next 3/6] RDMA/hns: Set access flags of hip08 RoCE
  ` [PATCH V5 for-next 4/6] RDMA/hns: Filter for zero length of sge in hip08 kernel mode
  ` [PATCH V5 for-next 5/6] RDMA/hns: Fix QP state judgement before sending work requests
  ` [PATCH V5 for-next 6/6] RDMA/hns: Assign dest_qp when deregistering mr

[Patch v8 00/16] CIFS: Implement SMB Direct protocol
 2018-01-03 21:39 UTC  (6+ messages)
` [Patch v8 02/16] CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
` [Patch v8 14/16] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration

Linux kernel v4.15-rc4 and rdma_rxe
 2018-01-03 21:25 UTC  (9+ messages)

[PATCH rdma-core] debian: Only run udevadm if the binary is available
 2018-01-03 21:24 UTC  (3+ messages)
  ` [PATCH rdma-core v2] debian: Add udev dependency to rdma-core and srptools

[PATCH for-next 0/3] IB/hfi1,core: Driver updates for 12/22/2017
 2018-01-03 21:22 UTC  (7+ messages)
` [PATCH for-next 1/3] IB/hfi1: Add RQ/SRQ information to QP stats

[PATCH] RDS: null pointer dereference in rds_atomic_free_op
 2018-01-03 21:19 UTC  (2+ messages)

[PATCH rdma-next 00/15] Dual Port mlx5 IB Device for RoCE
 2018-01-03 20:47 UTC  (16+ messages)
` [PATCH rdma-next 02/15] net/mlx5: Set software owner ID during init HCA
` [PATCH rdma-next 14/15] IB/mlx5: Don't advertise RAW QP support in dual port mode

[PATCH v2 0/3] NFS/RDMA server changes for v4.16
 2018-01-03 20:42 UTC  (4+ messages)
  ` [PATCH v2 1/3] svcrdma: Post Receives in the Receive completion handler
  ` [PATCH v2 2/3] NFSD: Clean up write argument XDR decoders
  ` [PATCH v2 3/3] NFSD: Clean up symlink "

[PATCH 0/6] Final NFS/RDMA series for v4.16
 2018-01-03 20:38 UTC  (7+ messages)
  ` [PATCH 1/6] xprtrdma: Fix "bytes registered" accounting
  ` [PATCH 2/6] xprtrdma: Correct some documenting comments
  ` [PATCH 3/6] SUNRPC: Trace xprt_timer events
  ` [PATCH 4/6] sunrpc: Format RPC events consistently for display
  ` [PATCH 5/6] SUNRPC: task_run_action should display tk_callback
  ` [PATCH 6/6] SUNRPC: Micro-optimize __rpc_execute

WARNING in rds_cmsg_rdma_args
 2018-01-03 18:55 UTC  (3+ messages)

[PATCH v3 1/9] RDMA/core: Add implicit per-device completion queue pools
 2018-01-03 17:47 UTC  (3+ messages)
` [v3,1/9] "

[PATCH v2] IB/ipoib: Fix for notify send CQ failure messages
 2018-01-03 17:39 UTC  (2+ messages)

[PATCH v2 03/13] Attach/detach SoftiWarp to/from network and RDMA subsystem
 2018-01-03 17:36 UTC  (11+ messages)
  ` [PATCH v2 00/13] Request for Comments on SoftiWarp

[PATCH] IB/core: Fix two kernel warnings triggered by rxe registration
 2018-01-03 17:08 UTC  (4+ messages)

[PATCH] IB/ipoib: Fix for notify send CQ failure messages
 2018-01-03 16:06 UTC  (5+ messages)

[tip:core/rcu] drivers/infiniband: Remove now-redundant smp_read_barrier_depends()
 2018-01-03 16:06 UTC 

[PATCH] ethernet: mlx4: Delete an error message for a failed memory allocation in five functions
 2018-01-03 16:03 UTC  (7+ messages)
      `  "

[PATCH for-next 00/11] IB/hfi1, rdmavt, qib: Driver updates for 12/18/2017
 2018-01-03 15:42 UTC  (6+ messages)
` [PATCH for-next 02/11] IB/hfi1: Check return value of strchr before using it

[rdma-core PATCH] srp_daemon: Don't create async_ev_thread if only run once
 2018-01-03 14:19 UTC  (3+ messages)

[PATCH rdma-next v2 0/6] Add DC transport support to mlx5
 2018-01-03 12:35 UTC  (8+ messages)
  ` [PATCH rdma-next v2 1/6] net/mlx5: Add DCT command interface
  ` [PATCH rdma-next v2 2/6] net/mlx5: Enable DC transport
  ` [PATCH rdma-next v2 3/6] IB/core: Introduce driver QP type
  ` [PATCH rdma-next v2 4/6] IB/mlx5: Handle type IB_QPT_DRIVER when creating a QP
  ` [PATCH rdma-next v2 5/6] IB/mlx5: Add support for DC Initiator QP
  ` [PATCH rdma-next v2 6/6] IB/mlx5: Add support for DC target QP

[PATCH v4 net-next 0/4] qed*: Advance to FW 8.33.1.0
 2018-01-03  7:32 UTC  (3+ messages)

[rdma-core patch] srp_daemon: srp_daemon.service should be started after network.target
 2018-01-03  6:54 UTC  (7+ messages)

[PATCH iproute2-next 0/9] RDMA resource tracking
 2018-01-03  5:40 UTC  (16+ messages)
` [PATCH iproute2-next 3/9] rdma: Add filtering infrastructure
` [PATCH iproute2-next 4/9] rdma: Set pointer to device name position
` [PATCH iproute2-next 5/9] rdma: Allow external usage of compare string routine
  ` [PATCH iproute2-next 1/9] rdam: Add option to provide "-" sign for the port number
  ` [PATCH iproute2-next 2/9] rdma: Make visible the number of arguments
  ` [PATCH iproute2-next 6/9] rdma: Update kernel header file
` [PATCH iproute2-next 7/9] rdma: Add resource tracking summary
` [PATCH iproute2-next 8/9] rdma: Add QP resource tracking information
` [PATCH iproute2-next 9/9] rdma: Document resource tracking

[PATCH rdma-next v1 0/7] RDMA fixes and refactoring
 2018-01-03  5:18 UTC  (11+ messages)
  ` [PATCH rdma-next v1 1/7] RDMA/rxe: Remove useless export symbol
  ` [PATCH rdma-next v1 2/7] RDMA/netlink: Simplify code of autoload modules
  ` [PATCH rdma-next v1 3/7] RDMA/core: Replace open-coded variant of put_device
  ` [PATCH rdma-next v1 4/7] RDMA/nldev: Refactor nldev handle to be common function
  ` [PATCH rdma-next v1 5/7] RDMA/core: Provide locked variant of device name to index function
  ` [PATCH rdma-next v1 6/7] RDMA/netlink: Protect device and port queries from device removal
  ` [PATCH rdma-next v1 7/7] RDMA/cma: Mark end of CMA ID messages

[PATCH] IB/mthca: Use zeroing memory allocator than allocator/memset
 2018-01-02 21:06 UTC  (2+ messages)

[PATCH] RDMA/bnxt_re: Use zeroing memory allocator than allocator/memset
 2018-01-02 21:06 UTC  (2+ messages)

[PATCH] RDMA/qedr: Use zeroing memory allocator than allocator/memset
 2018-01-02 21:06 UTC  (2+ messages)

[PATCH] RDMA/vmw_pvrdma: Use zeroing memory allocator than allocator/memset
 2018-01-02 21:06 UTC  (2+ messages)

[PATCH] IB/ocrdma: Use zeroing memory allocator than allocator/memset
 2018-01-02 21:05 UTC  (2+ messages)

Spende von € 3.400.000,00 EUR
 2018-01-02 20:29 UTC 

[PATCH rdma-rc 0/2] RDMA fixes 2017-12-31
 2018-01-02 18:19 UTC  (2+ messages)

[PATCH rdma-next v1 0/6] Add DC transport support to mlx5
 2018-01-02 18:01 UTC  (14+ messages)
` [PATCH rdma-next v1 4/6] IB/mlx5: Handle type IB_QPT_DRIVER when creating a QP

[PATCH rdma-core] Remove the obsolete libibcm library
 2018-01-02 15:10 UTC  (8+ messages)

[PATCH] RDMA/core: Add encode/decode FDR/EDR rates
 2018-01-02 13:50 UTC 

[PATCH V4 for-next 0/6] Add rq inline and bugfixes for hns
 2018-01-02 13:05 UTC  (8+ messages)
  ` [PATCH V4 for-next 1/6] RDMA/hns: Add rq inline data support for hip08 RoCE
  ` [PATCH V4 for-next 2/6] RDMA/hns: Update the usage of sr_max and rr_max field
  ` [PATCH V4 for-next 3/6] RDMA/hns: Set access flags of hip08 RoCE
  ` [PATCH V4 for-next 4/6] RDMA/hns: Filter for zero length of sge in hip08 kernel mode
  ` [PATCH V4 for-next 5/6] RDMA/hns: Fix QP state judgement before sending work requests
  ` [PATCH V4 for-next 6/6] RDMA/hns: Assign dest_qp when deregistering mr

[PATCH V3 for-next 0/6] Add rq inline and bugfixes for hns
 2018-01-02 12:20 UTC  (4+ messages)
` [PATCH V3 for-next 1/6] RDMA/hns: Add rq inline data support for hip08 RoCE

[PATCH rdma-next 0/6] Add DC transport support to mlx5
 2018-01-02 10:07 UTC  (4+ messages)
` [PATCH rdma-next 1/6] net/mlx5: Add DCT command interface

[PATCH net 0/2] IB/ipoib: ip link support
 2018-01-02  9:15 UTC  (5+ messages)

[PATCH rdma-next v2 0/7] RDMA resource tracking
 2018-01-02  8:18 UTC  (8+ messages)
  ` [PATCH rdma-next v2 1/7] RDMA/restrack: Add general infrastructure to track RDMA resources
  ` [PATCH rdma-next v2 2/7] RDMA/core: Add helper function to create named QPs
  ` [PATCH rdma-next v2 3/7] RDMA: Annotate create QP callers
  ` [PATCH rdma-next v2 4/7] RDMA/core: Add resource tracking for create and destroy CQs
  ` [PATCH rdma-next v2 5/7] RDMA/core: Add resource tracking for create and destroy PDs
  ` [PATCH rdma-next v2 6/7] RDMA/nldev: Provide global resource utilization
  ` [PATCH rdma-next v2 7/7] RDMA/nldev: Provide detailed QP information

[RESEND][PATCH v4 for-next 0/2] Bugfixes for eq support in hns
 2018-01-02  3:09 UTC  (3+ messages)

[PATCH v3 for-next 0/2] Bugfixes for eq support in hns
 2018-01-02  3:07 UTC  (6+ messages)
` [PATCH v3 for-next 2/2] RDMA/hns: Fix alignment problem of the doorbell

[PATCH net 1/2] rtnl: device allocation/free via rtnl_link_ops
 2018-01-01 22:43 UTC  (2+ messages)
  ` [rtnl] b1585bdfb2: kernel_BUG_at_net/core/dev.c


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