]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge branch 'for_4.11/net-next/rds_v3' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2017 14:45:44 +0000 (09:45 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2017 14:45:44 +0000 (09:45 -0500)
commit303b0d4be12bee6a50de74f70d611ab0e65c2129
tree6491617d0d9f8d887b621775d0f1cc67ae123f64
parent0a0a8d6b0e88d947d7ab3198b325e31f677bebc2
parent3289025aedc018f8fd9d0e37fb9efa0c6d531ffa
Merge branch 'for_4.11/net-next/rds_v3' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux

Santosh Shilimkar says:

====================
net: RDS updates

v2->v3:
- Re-based against latest net-next head.
- Dropped a user visible change after discussing with David Miller.
  It needs some more work to fully support old/new tools matrix.
- Addressed Dave's comment about bool usage in patch
  "RDS: IB: track and log active side..."

v1->v2:
Re-aligned indentation in patch 'RDS: mark few internal functions..."

Series consist of:
 - RDMA transport fixes for map failure, listen sequence, handler panic and
   composite message notification.
 - Couple of sparse fixes.
 - Message logging improvements for bind failure, use once mr semantics
   and connection remote address, active end point.
 - Performance improvement for RDMA transport by reducing the post send
   pressure on the queue and spreading the CQ vectors.
 - Useful statistics for socket send/recv usage and receive cache usage.
 - Additional RDS CMSG used by application to track the RDS message
   stages for certain type of traffic to find out latency spots.
   Can be enabled/disabled per socket.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>