Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752005AbbFZI3K (ORCPT ); Fri, 26 Jun 2015 04:29:10 -0400 Received: from mail-wg0-f50.google.com ([74.125.82.50]:35319 "EHLO mail-wg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379AbbFZI26 (ORCPT ); Fri, 26 Jun 2015 04:28:58 -0400 Message-ID: <558D0D46.6020309@plumgrid.com> Date: Fri, 26 Jun 2015 01:28:54 -0700 From: Alexei Starovoitov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Wang Nan , acme@kernel.org, brendan.d.gregg@gmail.com, daniel@iogearbox.net, namhyung@kernel.org, masami.hiramatsu.pt@hitachi.com, paulus@samba.org, a.p.zijlstra@chello.nl, mingo@redhat.com, jolsa@kernel.org, dsahern@gmail.com CC: linux-kernel@vger.kernel.org, lizefan@huawei.com, hekuang@huawei.com, xiakaixu@huawei.com, pi3orama@163.com Subject: Re: [RFC PATCH v8 38/49] bpf tools: Load instructions buffer using load_program() References: <1435149113-51142-1-git-send-email-wangnan0@huawei.com> <1435149113-51142-39-git-send-email-wangnan0@huawei.com> In-Reply-To: <1435149113-51142-39-git-send-email-wangnan0@huawei.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 722 Lines: 16 On 6/24/15 5:31 AM, Wang Nan wrote: > Extract code for loading a 'struct bpf_insn' array into kernel to > load_program() and makes bpf_program__load() to call it. Now we have > function loads instructions into kernel. It will be used by further > patches, which creates different instances from a program and load them > into kernel. > > Signed-off-by: Wang Nan I think it's cleaner to squash this patch with earlier libbpf patches. Looks good otherwise. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/