commit | dd5382a08157756510aa8d7269c662eccde775cb | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Nov 07 16:27:15 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 07 20:03:08 2019 -0800 |
tree | ab87e4101df24bc5d2bc30b4207cc4ce0a59c1c0 | |
parent | de7d5084d82794a8e83afb994fcb07f82da3cd7b [diff] |
net: provide dev_lstats_add() helper Many network drivers need it and hand-coded the same function. In order to ease u64_stats_t adoption, it is time to factorize. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>