[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d18a19a0-f147-03ad-b8a5-4b502199cd72@fb.com>
Date: Thu, 19 Mar 2020 21:21:49 -0700
From: Yonghong Song <yhs@...com>
To: YueHaibing <yuehaibing@...wei.com>, <lmb@...udflare.com>,
<daniel@...earbox.net>, <jakub@...udflare.com>,
<john.fastabend@...il.com>
CC: <davem@...emloft.net>, <netdev@...r.kernel.org>,
<bpf@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<andrii.nakryiko@...il.com>
Subject: Re: [PATCH bpf-next 1/2] bpf: tcp: Fix unused function warnings
On 3/19/20 7:34 PM, YueHaibing wrote:
> If BPF_STREAM_PARSER is not set, gcc warns:
>
> net/ipv4/tcp_bpf.c:483:12: warning: 'tcp_bpf_sendpage' defined but not used [-Wunused-function]
> net/ipv4/tcp_bpf.c:395:12: warning: 'tcp_bpf_sendmsg' defined but not used [-Wunused-function]
> net/ipv4/tcp_bpf.c:13:13: warning: 'tcp_bpf_stream_read' defined but not used [-Wunused-function]
>
> Moves the unused functions into the #ifdef
Maybe explicit "into the #ifdef CONFIG_BPF_STREAM_PARSER"?
>
> Reported-by: Hulk Robot <hulkci@...wei.com>
> Fixes: f747632b608f ("bpf: sockmap: Move generic sockmap hooks from BPF TCP")
> Signed-off-by: YueHaibing <yuehaibing@...wei.com>
> Reviewed-by: Lorenz Bauer <lmb@...udflare.com>
> Reviewed-by: Jakub Sitnicki <jakub@...udflare.com>
Acked-by: Yonghong Song <yhs@...com>
Powered by blists - more mailing lists