Re: [PATCH v3 net-next 1/2] tcp: export tcp_enter_cwr()

2015-06-11 Thread David Miller
From: Kenneth Klette Jonassen Date: Wed, 10 Jun 2015 19:08:16 +0200 > Upcoming tcp_cdg uses tcp_enter_cwr() to initiate PRR. Export this > function so that CDG can be compiled as a module. > > Cc: Eric Dumazet > Cc: Yuchung Cheng > Cc: Stephen Hemminger > Cc: Neal Cardwell > Cc: David Hayes

Re: [PATCH v3 net-next 1/2] tcp: export tcp_enter_cwr()

2015-06-10 Thread Yuchung Cheng
On Wed, Jun 10, 2015 at 10:08 AM, Kenneth Klette Jonassen wrote: > > Upcoming tcp_cdg uses tcp_enter_cwr() to initiate PRR. Export this > function so that CDG can be compiled as a module. > > Cc: Eric Dumazet > Cc: Yuchung Cheng > Cc: Stephen Hemminger > Cc: Neal Cardwell > Cc: David Hayes >

[PATCH v3 net-next 1/2] tcp: export tcp_enter_cwr()

2015-06-10 Thread Kenneth Klette Jonassen
Upcoming tcp_cdg uses tcp_enter_cwr() to initiate PRR. Export this function so that CDG can be compiled as a module. Cc: Eric Dumazet Cc: Yuchung Cheng Cc: Stephen Hemminger Cc: Neal Cardwell Cc: David Hayes Cc: Andreas Petlund Cc: Dave Taht Cc: Nicolas Kuhn Signed-off-by: Kenneth Klette J