All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [MPTCP] [PATCH mptcp-net-next 0/9] Remove some MPTCP-modules
@ 2018-05-01 21:16 Mat Martineau
  0 siblings, 0 replies; 2+ messages in thread
From: Mat Martineau @ 2018-05-01 21:16 UTC (permalink / raw)
  To: mptcp

[-- Attachment #1: Type: text/plain, Size: 972 bytes --]


On Tue, 1 May 2018, Christoph Paasch wrote:

> I had a bit of time, so just went through the code and removed some
> modules. These patches are based off of the mptcp-net-next repo's master.
>
> I would like to get rid of fullmesh/ndiffports as well, but need to see
> if I can do it such that I can run the net-next kernel on the
> server-side and still have my test-scripts succeed.
>
> Also, a next series could get rid of the scheduler module-selector.
>
> 2500 lines of code gone! ;-)
>
> Christoph Paasch (9):
>  mptcp: Remove Balia congestion control
>  mptcp: Remove wVegas congestion control
>  mptcp: Remove OLIA congestion control
>  mptcp: Remove Coupled congestion control
>  mptcp: Remove MCTCP Desync congestion control
>  mptcp: Remove Redundant scheduler
>  mptcp: Remove RoundRobin Scheduler
>  mptcp: Remove Binder Path-Manager
>  mptcp: Cleanup after removals

Thanks Christoph - all applied.

--
Mat Martineau
Intel OTC

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

* [MPTCP] [PATCH mptcp-net-next 0/9] Remove some MPTCP-modules
@ 2018-05-01 20:35 Christoph Paasch
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Paasch @ 2018-05-01 20:35 UTC (permalink / raw)
  To: mptcp

[-- Attachment #1: Type: text/plain, Size: 2090 bytes --]

I had a bit of time, so just went through the code and removed some
modules. These patches are based off of the mptcp-net-next repo's master.

I would like to get rid of fullmesh/ndiffports as well, but need to see
if I can do it such that I can run the net-next kernel on the
server-side and still have my test-scripts succeed.

Also, a next series could get rid of the scheduler module-selector.

2500 lines of code gone! ;-)

Christoph Paasch (9):
  mptcp: Remove Balia congestion control
  mptcp: Remove wVegas congestion control
  mptcp: Remove OLIA congestion control
  mptcp: Remove Coupled congestion control
  mptcp: Remove MCTCP Desync congestion control
  mptcp: Remove Redundant scheduler
  mptcp: Remove RoundRobin Scheduler
  mptcp: Remove Binder Path-Manager
  mptcp: Cleanup after removals

 include/net/mptcp.h         |  12 +-
 net/ipv4/Kconfig            |  45 ----
 net/mptcp/Kconfig           |  40 +---
 net/mptcp/Makefile          |   8 -
 net/mptcp/mctcp_desync.c    | 189 -----------------
 net/mptcp/mptcp_balia.c     | 268 ------------------------
 net/mptcp/mptcp_binder.c    | 486 --------------------------------------------
 net/mptcp/mptcp_coupled.c   | 271 ------------------------
 net/mptcp/mptcp_ctrl.c      |   3 -
 net/mptcp/mptcp_ipv4.c      |   3 -
 net/mptcp/mptcp_ipv6.c      |   3 -
 net/mptcp/mptcp_olia.c      | 310 ----------------------------
 net/mptcp/mptcp_redundant.c | 301 ---------------------------
 net/mptcp/mptcp_rr.c        | 301 ---------------------------
 net/mptcp/mptcp_sched.c     |  20 +-
 net/mptcp/mptcp_wvegas.c    | 270 ------------------------
 16 files changed, 10 insertions(+), 2520 deletions(-)
 delete mode 100644 net/mptcp/mctcp_desync.c
 delete mode 100644 net/mptcp/mptcp_balia.c
 delete mode 100644 net/mptcp/mptcp_binder.c
 delete mode 100644 net/mptcp/mptcp_coupled.c
 delete mode 100644 net/mptcp/mptcp_olia.c
 delete mode 100644 net/mptcp/mptcp_redundant.c
 delete mode 100644 net/mptcp/mptcp_rr.c
 delete mode 100644 net/mptcp/mptcp_wvegas.c

-- 
2.16.2


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

end of thread, other threads:[~2018-05-01 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-01 21:16 [MPTCP] [PATCH mptcp-net-next 0/9] Remove some MPTCP-modules Mat Martineau
  -- strict thread matches above, loose matches on Subject: below --
2018-05-01 20:35 Christoph Paasch

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.