On Tue, Sep 20, 2016 at 5:39 AM, Neal Cardwell <ncardw...@google.com> wrote:
>
> From: Soheil Hassas Yeganeh <soh...@google.com>
>
> The upcoming change "lib/win_minmax: windowed min or max estimator"
> introduces a struct called minmax, which is then included in
> include/linux/tcp.h in the upcoming change "tcp: use windowed min
> filter library for TCP min_rtt estimation". This would create a
> compilation error for tcp_cdg.c, which defines its own minmax
> struct. To avoid this naming conflict (and potentially others in the
> future), this commit renames the version used in tcp_cdg.c to
> cdg_minmax.
>
> Signed-off-by: Soheil Hassas Yeganeh <soh...@google.com>
> Signed-off-by: Neal Cardwell <ncardw...@google.com>
> Signed-off-by: Yuchung Cheng <ych...@google.com>
> Signed-off-by: Eric Dumazet <eduma...@google.com>
> Cc: Kenneth Klette Jonassen <kenne...@ifi.uio.no>

Acked-by: Kenneth Klette Jonassen <kenne...@ifi.uio.no>

Reply via email to