From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH bpf-next v3 10/10] tools: bpftool: add delimiters to multi-function JITed dumps Date: Wed, 23 May 2018 14:32:44 -0700 Message-ID: <20180523143244.52db840f@cakuba> References: <88b61b11ebca5b44bad0c34225b6f2383e5983a5.1527008647.git.sandipan@linux.vnet.ibm.com> <20180522125544.541c68c8@cakuba> <2dabfa7f-15b8-236c-7724-33bc3da7e549@iogearbox.net> <7142939b-515e-50ac-bc0b-50444bf9cc97@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Daniel Borkmann , ast@kernel.org, netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, mpe@ellerman.id.au, naveen.n.rao@linux.vnet.ibm.com, Quentin Monnet To: Sandipan Das Return-path: Received: from mail-qt0-f180.google.com ([209.85.216.180]:33122 "EHLO mail-qt0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933791AbeEWVct (ORCPT ); Wed, 23 May 2018 17:32:49 -0400 Received: by mail-qt0-f180.google.com with SMTP id e8-v6so30115868qth.0 for ; Wed, 23 May 2018 14:32:48 -0700 (PDT) In-Reply-To: <7142939b-515e-50ac-bc0b-50444bf9cc97@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 23 May 2018 16:07:40 +0530, Sandipan Das wrote: > "name": "bpf_prog_196af774a3477707_F", > "insns": [{ > "pc": "0x0", > "operation": "nop", > "operands": [null > ] > },{ > "pc": "0x4", > "operation": "nop", > "operands": [null > ] > },{ > "pc": "0x8", > "operation": "mflr", > "operands": ["r0" > ] > },{ > ... > } > ] > } > ] > > If this is okay, I can send out the next revision with these changes. Looks good, thank you!