As discussed during Chris Rapier presentation in Ottawa / netdev0.1, we add to tcp_info the first two fields are highly wanted.
Each field is added into a single patch for easy code review. (Corresponding iproute2/ss patches will be sent) Next fields will follow once consensus is reached. v2: Addressed Yuchung feedback about FastOpen and bytes_received Signed-off-by: Eric Dumazet <eduma...@google.com> Cc: Yuchung Cheng <ych...@google.com> Cc: Matt Mathis <mattmat...@google.com> Cc: Eric Salo <s...@google.com> Cc: Martin Lau <ka...@fb.com> Cc: Chris Rapier <rap...@psc.edu> Eric Dumazet (2): tcp: add tcpi_bytes_acked to tcp_info tcp: add tcpi_bytes_received to tcp_info include/linux/tcp.h | 8 ++++++++ include/net/tcp.h | 2 +- include/uapi/linux/tcp.h | 2 ++ net/ipv4/tcp.c | 7 ++++++- net/ipv4/tcp_input.c | 30 ++++++++++++++++++++++++------ 5 files changed, 41 insertions(+), 8 deletions(-) -- 2.2.0.rc0.207.ga3a616c -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html