lkml.org 
[lkml]   [2015]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [RFC PATCH v3 14/37] bpf tools: Collect config string from 'config' section
    On 5/17/15 3:56 AM, Wang Nan wrote:
    > A 'config' section is allowed to enable eBPF object file to pass
    > something to user. libbpf doesn't use config string.
    >
    > To make further processing easiler, this patch converts '\0' in the
    > whole config strings into '\n'
    >
    > Signed-off-by: Wang Nan <wangnan0@huawei.com>
    ...
    > + else if (strcmp(name, "config") == 0)
    > + err = bpf_obj_config_init(obj, data->d_buf,
    > + data->d_size);

    the cover letter says that 'config' section name is unused right now.
    Let's not add the code to parse it then.



    \
     
     \ /
      Last update: 2015-05-18 21:21    [W:2.968 / U:0.084 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site