Re: [PATCH net-next 00/17] RDS: multiple connection paths for scaling

2016-06-15 Thread David Miller
From: Sowmini Varadhan Date: Mon, 13 Jun 2016 09:44:25 -0700 ... > This patch series lays down the foundational data-structures to support > mprds in the kernel. It implements the changes to split up the > rds_connection structure into a common (to all paths) part, > and a per-path rds_conn_path

[PATCH net-next 00/17] RDS: multiple connection paths for scaling

2016-06-13 Thread Sowmini Varadhan
Today RDS-over-TCP is implemented by demux-ing multiple PF_RDS sockets between any 2 endpoints (where endpoint == [IP address, port]) over a single TCP socket between the 2 IP addresses involved. This has the limitation that it ends up funneling multiple RDS flows over a single TCP flow, thus the r