From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH bpf-next 0/2] bpf: add bpffs/bpftool dump for prog_array and map_in_map maps Date: Tue, 11 Sep 2018 14:20:44 -0700 Message-ID: <20180911212043.loqni67ip2t6uvev@ast-mbp> References: <20180907002605.1408960-1-yhs@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ast@fb.com, daniel@iogearbox.net, netdev@vger.kernel.org, kernel-team@fb.com To: Yonghong Song Return-path: Received: from mail-pl1-f193.google.com ([209.85.214.193]:40898 "EHLO mail-pl1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727161AbeILCWA (ORCPT ); Tue, 11 Sep 2018 22:22:00 -0400 Received: by mail-pl1-f193.google.com with SMTP id s17-v6so11898128plp.7 for ; Tue, 11 Sep 2018 14:20:50 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180907002605.1408960-1-yhs@fb.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Sep 06, 2018 at 05:26:03PM -0700, Yonghong Song wrote: > The support to dump program array and map_in_map maps > for bpffs and bpftool is added. Patch #1 added bpffs support > and Patch #2 added bpftool support. Please see > individual patches for example output. Applied, Thanks