From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH bpf-next v2] libbpf: Remove the duplicate checking of function storage Date: Tue, 4 Sep 2018 11:07:45 +0200 Message-ID: <20180904110745.3ab4dc3e@cakuba> References: <20180902233007.3003-1-treeze.taeung@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Daniel Borkmann , Alexei Starovoitov , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Taeung Song Return-path: Received: from mail-pg1-f193.google.com ([209.85.215.193]:35531 "EHLO mail-pg1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726199AbeIDNcH (ORCPT ); Tue, 4 Sep 2018 09:32:07 -0400 Received: by mail-pg1-f193.google.com with SMTP id 7-v6so1362949pgf.2 for ; Tue, 04 Sep 2018 02:07:55 -0700 (PDT) In-Reply-To: <20180902233007.3003-1-treeze.taeung@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 3 Sep 2018 08:30:07 +0900, 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 Acked-by: Jakub Kicinski