From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH] libbpf: Remove the duplicate checking of function storage Date: Tue, 21 Aug 2018 22:11:15 +0200 Message-ID: References: <20180821161258.19718-1-treeze.taeung@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Alexei Starovoitov , Linux Netdev List , LKML To: Jakub Kicinski , Taeung Song Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 08/21/2018 06:46 PM, Jakub Kicinski wrote: > On Tue, Aug 21, 2018 at 6:12 PM, Taeung Song wrote: >> After the commit eac7d84519a3 ("tools: libbpf: don't return '.text' >> as a program for multi-function programs"), bpf_program__next() >> in bpf_object__for_each_program skips the function storage such as .text, >> so eliminate the duplicate checking. >> >> Cc: Jakub Kicinski >> Signed-off-by: Taeung Song > > Looks reasonable, but you may need to repost once bpf-next is open: > > https://www.kernel.org/doc/Documentation/networking/netdev-FAQ.txt > > Acked-by: Jakub Kicinski Agree, please resubmit once bpf-next opens up again. Thanks!