mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 17:25:38 +00:00
net :mana :Request a V2 response version for MANA_QUERY_GF_STAT
The current requested response version(V1) for MANA_QUERY_GF_STAT query
results in STATISTICS_FLAGS_TX_ERRORS_GDMA_ERROR value being set to
0 always.
In order to get the correct value for this counter we request the response
version to be V2.
Cc: stable@vger.kernel.org
Fixes: e1df5202e8
("net :mana :Add remaining GDMA stats for MANA to ethtool")
Signed-off-by: Shradha Gupta <shradhagupta@linux.microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Link: https://patch.msgid.link/1733291300-12593-1-git-send-email-shradhagupta@linux.microsoft.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
750e516033
commit
31f1b55d5d
@ -2536,6 +2536,7 @@ void mana_query_gf_stats(struct mana_port_context *apc)
|
||||
|
||||
mana_gd_init_req_hdr(&req.hdr, MANA_QUERY_GF_STAT,
|
||||
sizeof(req), sizeof(resp));
|
||||
req.hdr.resp.msg_version = GDMA_MESSAGE_V2;
|
||||
req.req_stats = STATISTICS_FLAGS_RX_DISCARDS_NO_WQE |
|
||||
STATISTICS_FLAGS_RX_ERRORS_VPORT_DISABLED |
|
||||
STATISTICS_FLAGS_HC_RX_BYTES |
|
||||
|
Loading…
Reference in New Issue
Block a user