commit | 7ceb781a1aa0356086e2bdc76bcd953fcb7ac377 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Aug 01 12:11:09 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 01 20:06:07 2017 -0700 |
tree | 9e608d102cb23d666a786bc3af44d946f4b57d15 | |
parent | 7c3a4626eb65e78ebe208f48ffa21a5002f7f38e [diff] |
nfp: Initialize RX and TX ring 64-bit stats seqcounts On 32-bit hosts and with CONFIG_DEBUG_LOCK_ALLOC we should be seeing a lockdep splat indicating this seqcount is not correctly initialized, fix that. Fixes: 4c3523623dc0 ("net: add driver for Netronome NFP4000/NFP6000 NIC VFs") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>