X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Finclude%2Fnet%2Fneighbour.h;h=bf656008f6e792b688fda00437338d21431bcab7;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=9c38018c60386d6619febf2921c23edb9ddf486f;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/include/net/neighbour.h b/kernel/include/net/neighbour.h index 9c38018c6..bf656008f 100644 --- a/kernel/include/net/neighbour.h +++ b/kernel/include/net/neighbour.h @@ -125,6 +125,7 @@ struct neigh_statistics { unsigned long forced_gc_runs; /* number of forced GC runs */ unsigned long unres_discards; /* number of unresolved drops */ + unsigned long table_fulls; /* times even gc couldn't help */ }; #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field)