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
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