On 2015/7/14 3:54, Arnaldo Carvalho de Melo wrote:
Em Thu, Jul 09, 2015 at 12:35:09PM +, Wang Nan escreveu:
+static int
+bpf_object__create_maps(struct bpf_object *obj)
+{
+ unsigned int i;
+ size_t nr_maps;
+ int *pfd;
+
+ nr_maps = obj->maps_buf_sz / sizeof(str
Em Thu, Jul 09, 2015 at 12:35:09PM +, Wang Nan escreveu:
> +static int
> +bpf_object__create_maps(struct bpf_object *obj)
> +{
> + unsigned int i;
> + size_t nr_maps;
> + int *pfd;
> +
> + nr_maps = obj->maps_buf_sz / sizeof(struct bpf_map_def);
> + if (!obj->maps_buf ||
2 matches
Mail list logo