]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rds-ha-failover-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Nov 2016 18:35:19 +0000 (13:35 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Nov 2016 18:35:19 +0000 (13:35 -0500)
commit346a5d6b60eb94bba5e6b816238e4b7e32344b58
tree234b4827c3c99e6d911bd4b7ea787a1185e695df
parentf8cbfe30643b99662e813a82dc02161c2a430a6b
parent0cb72ffb9cb3b4506fe33c0380ae7d201e9d5451
Merge branch 'rds-ha-failover-fixes'

Sowmini Varadhan says:

====================
RDS: TCP: HA/Failover fixes

This series contains a set of fixes for bugs exposed when
we ran the following in a loop between a test machine pair:

 while (1); do
   # modprobe rds-tcp on test nodes
   # run rds-stress in bi-dir mode between test machine pair
   # modprobe -r rds-tcp on test nodes
 done

rds-stress in bi-dir mode will cause both nodes to initiate
RDS-TCP connections at almost the same instant, exposing the
bugs fixed in this series.

Without the fixes, rds-stress reports sporadic packet drops,
and packets arriving out of sequence. After the fixes,we have
been able to run the  test overnight, without any issues.

Each patch has a detailed description of the root-cause fixed
by the patch.
====================

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