fm10k/base: add mailbox counters
authorWang Xiao W <xiao.w.wang@intel.com>
Thu, 10 Sep 2015 04:38:26 +0000 (12:38 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 7 Oct 2015 11:25:07 +0000 (13:25 +0200)
commitba4ea5ee35dc66b85fec109c3f51da3521718c25
treefe51c121762a475efec2542fcf65ee7a88b77d6b
parentc3cb69d9a6ee0308b11ca141ab0d097112ad1604
fm10k/base: add mailbox counters

A previous bug was uncovered by addition of a debug stat to indicate the
actual number of DWORDS we pulled from the mbmem. It turned out this was
not the same as the tx_dwords counter. While the previous bug fix should
have corrected this in all cases, add some debug stats that count the
number of DWORDs pushed or pulled from the mbmem. Base drivers can use
this in debug builds to help detect this problem in the future.

Signed-off-by: Wang Xiao W <xiao.w.wang@intel.com>
drivers/net/fm10k/base/fm10k_mbx.c
drivers/net/fm10k/base/fm10k_mbx.h