On Fri, 26 Apr 2019 11:42:31 +0000 Maxim Mikityanskiy <maxi...@mellanox.com> wrote:
> The hbm binary was missing from .gitignore. > > Signed-off-by: Maxim Mikityanskiy <maxi...@mellanox.com> > --- > samples/bpf/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore > index 59e40998e249..c7498457595a 100644 > --- a/samples/bpf/.gitignore > +++ b/samples/bpf/.gitignore > @@ -1,5 +1,6 @@ > cpustat > fds_example > +hbm > lathist > lwt_len_hist > map_perf_test That was already applied in ead442a0f9aa ("samples: bpf: add hbm sample to .gitignore"). I guess you need to send a v2 rebased against latest bpf-next?