All of lore.kernel.org
 help / color / mirror / Atom feed
* [net][PATCH 0/5] rds fixes
@ 2019-07-10  5:32 Santosh Shilimkar
  2019-07-10  5:32 ` [net][PATCH 1/5] rds: fix reordering with composite message notification Santosh Shilimkar
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Santosh Shilimkar @ 2019-07-10  5:32 UTC (permalink / raw)
  To: netdev, davem; +Cc: santosh.shilimkar

Few rds fixes which makes rds rdma transport reliably working on mainline

First two fixes are applicable to v4.11+ stable versions and last
three patches applies to only v5.1 stable and current mainline.

Patchset is re-based against 'net' and also available on below tree

The following changes since commit 1ff2f0fa450ea4e4f87793d9ed513098ec6e12be:

  net/mlx5e: Return in default case statement in tx_post_resync_params (2019-07-09 21:40:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux.git net/rds-fixes

for you to fetch changes up to dc205a8d34228809dedab94a85a866cbb255248f:

  rds: avoid version downgrade to legitimate newer peer connections (2019-07-09 21:45:43 -0700)

----------------------------------------------------------------
Gerd Rausch (3):
      Revert "RDS: IB: split the mr registration and invalidation path"
      rds: Accept peer connection reject messages due to incompatible version
      rds: Return proper "tos" value to user-space

Santosh Shilimkar (2):
      rds: fix reordering with composite message notification
      rds: avoid version downgrade to legitimate newer peer connections

 net/rds/connection.c     |  1 +
 net/rds/ib.h             |  4 +---
 net/rds/ib_cm.c          |  9 ++-------
 net/rds/ib_frmr.c        | 11 +++++------
 net/rds/ib_send.c        | 29 +++++++++++++----------------
 net/rds/rdma.c           | 10 ----------
 net/rds/rdma_transport.c | 11 +++++++----
 net/rds/rds.h            |  1 -
 net/rds/send.c           |  4 +---
 9 files changed, 30 insertions(+), 50 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-07-11 22:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10  5:32 [net][PATCH 0/5] rds fixes Santosh Shilimkar
2019-07-10  5:32 ` [net][PATCH 1/5] rds: fix reordering with composite message notification Santosh Shilimkar
2019-07-10 14:23   ` Yanjun Zhu
2019-07-10  5:32 ` [net][PATCH 2/5] Revert "RDS: IB: split the mr registration and invalidation path" Santosh Shilimkar
2019-07-10  5:32 ` [net][PATCH 3/5] rds: Accept peer connection reject messages due to incompatible version Santosh Shilimkar
2019-07-10 14:24   ` Yanjun Zhu
2019-07-10  5:32 ` [net][PATCH 4/5] rds: Return proper "tos" value to user-space Santosh Shilimkar
2019-07-10 14:25   ` Yanjun Zhu
2019-07-10  5:32 ` [net][PATCH 5/5] rds: avoid version downgrade to legitimate newer peer connections Santosh Shilimkar
2019-07-10 14:26   ` Yanjun Zhu
2019-07-11 22:27 ` [net][PATCH 0/5] rds fixes David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.