From svn-commits at oss.oracle.com Wed Apr 13 16:27:43 2016 From: svn-commits at oss.oracle.com (svn-commits at oss.oracle.com) Date: Wed, 13 Apr 2016 16:27:43 -0700 Subject: [rds-commits] branch, master, updated. 6c03b61e9097098d35b4c2be16d0f0f9f8357112 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "RDS Tools". The branch, master has been updated via 6c03b61e9097098d35b4c2be16d0f0f9f8357112 (commit) from 8b5f7212705d8a8120334bfecd66566bcc37c2e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6c03b61e9097098d35b4c2be16d0f0f9f8357112 Author: Santosh Shilimkar Date: Wed Mar 9 04:30:48 2016 -0800 rds-tools: sync up sources with 2.0.7-1.16 Brief history for referance: ------------------------------------------------------------------- * Tue Mar 01 2016 Qing Huang - 2.0.7-1.16 - Consolidate changes from x86 and sparc [orabug: 22862753] * Thu Oct 27 2015 Wengang Wang - 2.0.7-1.15 - Correct SOL_RDS & PF_RDS in rds-sample [orabug: 22190972] * Tue Oct 27 2015 Shamir Rabinovitch - * 2.0.7-1.14 - Orabug: 21873217 * Mon Oct 26 2015 Lidza Louina - * 2.0.7-1.13.el5 - Adds --async to rds-stress manpage and --E to rds-info manpage. * Fri Sep 13 2013 Bang Nguyen - 2.0.7-1.12.el5 - Support backward compatibility (2.0.7 <-> 2.0.6) * Mon Aug 12 2013 Chien-Hua Yen - 2.0.7-1.11.el5 - Add rds-devel rpm * Thu Jul 18 2013 Bang Nguyen - 2.0.7-1.10.el5 - Don't check for msg_namelen for Control msgs * Tue Jun 25 2013 Bang Nguyen - 2.0.7-1.9.el5 - Fix stuck rds-ping * Thu Jun 6 2013 Bang Nguyen - 2.0.7-1.8.el5 - Wait for PONG on initial PING * Wed May 29 2013 Joe Jin - 2.0.7-1.7.el5 - Don't show histogram data if no --show-histogram [orabug 16870737] * Thu Mar 21 2013 Bang Nguyen - 2.0.7-1.6.el5 - Remove rds.conf * Tue Feb 26 2013 Bang Nguyen - 2.0.7-1.5.el5 - Remove RDS_RDMA_REMOTE_COMPLETE * Fri Feb 22 2013 Bang Nguyen - 2.0.7-1.3.el5 - support QoS, Async send, connection reset and etc. ------------------------------------------------------------------ Signed-off-by: Santosh Shilimkar ----------------------------------------------------------------------- Summary of changes: Makefile.in | 4 +- configure.in | 2 +- examples/rds-sample.c | 10 +- include/rds.h | 45 ++++- pfhack.h | 12 +- rds-info.1 | 4 + rds-info.c | 25 ++- rds-ping.c | 41 +++- rds-stress.1 | 4 + rds-stress.c | 535 +++++++++++++++++++++++++++++++++++++++++-------- rds-tools.spec.in | 42 ++++ 11 files changed, 607 insertions(+), 117 deletions(-) hooks/post-receive -- RDS Tools