On Thu, Oct 18, 2018 at 1:48 PM Matteo Croce <mcr...@redhat.com> wrote: > > Store only the total packet count for every protocol, instead of the > whole per-cpu array. > Use bpf_map_get_next_key() to iterate the map, instead of looking up > all the protocols. > > Signed-off-by: Matteo Croce <mcr...@redhat.com>
Acked-by: Yonghong Song <y...@fb.com>