Re: [PATCH] tcp_cubic: use memset and offsetof init

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 14 Jan 2021 12:14:56 +0800 you wrote: > In bictcp_reset(), use memset and offsetof instead of = 0. > > Signed-off-by: Yejune Deng > --- > net/ipv4/tcp_cubic.c | 11 +-- > 1 file changed, 1 insertion(+), 1

[PATCH] tcp_cubic: use memset and offsetof init

2021-01-13 Thread Yejune Deng
In bictcp_reset(), use memset and offsetof instead of = 0. Signed-off-by: Yejune Deng --- net/ipv4/tcp_cubic.c | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/net/ipv4/tcp_cubic.c b/net/ipv4/tcp_cubic.c index c7bf5b2..ffcbe46 100644 --- a/net/ipv4/tcp_cubic.c +++