[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20171014.095424.37500282847478638.davem@davemloft.net>
Date: Sat, 14 Oct 2017 09:54:24 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: brouer@...hat.com
Cc: netdev@...r.kernel.org, jakub.kicinski@...ronome.com,
mst@...hat.com, pavel.odintsov@...il.com, jasowang@...hat.com,
mchan@...adcom.com, john.fastabend@...il.com,
peter.waskiewicz.jr@...el.com, ast@...erby.dk,
borkmann@...earbox.net, alexei.starovoitov@...il.com,
andy@...yhouse.net
Subject: Re: [net-next V7 PATCH 4/5] bpf: cpumap add tracepoints
From: Jesper Dangaard Brouer <brouer@...hat.com>
Date: Thu, 12 Oct 2017 14:27:05 +0200
> @@ -355,7 +360,10 @@ struct bpf_cpu_map_entry *__cpu_map_entry_alloc(u32 qsize, u32 cpu, int map_id)
> err = ptr_ring_init(rcpu->queue, qsize, gfp);
> if (err)
> goto free_queue;
> - rcpu->qsize = qsize
> +
> + rcpu->cpu = cpu;
> + rcpu->map_id = map_id;
> + rcpu->qsize = qsize;
>
> /* Setup kthread */
> rcpu->kthread = kthread_create_on_node(cpu_map_kthread_run, rcpu, numa,
So this fixes a build failure (missing final semicolon) introduced by
an earlier patch in the series, please fix this up so that this series
is properly bisectable.
Powered by blists - more mailing lists