]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixgbe: check host interface return status
authorGuinan Sun <guinanx.sun@intel.com>
Thu, 9 Jul 2020 08:00:44 +0000 (08:00 +0000)
committerKevin Bowling <kbowling@FreeBSD.org>
Tue, 7 Sep 2021 02:22:12 +0000 (19:22 -0700)
commitc1a56b6f5ffd6f3180a654d058c1783ccb808e8b
tree95318d8e43d966edf82a93409bca1a16f528ef93
parentb3ebe337ffa06b0f1f460bf8f1e42fb55db77d0b
ixgbe: check host interface return status

Writing to read-only fields returns a non-OK Return Status
for shadow RAM write command for X550.
This information was previously discarded.

Signed-off-by: Stanislaw Grzeszczak <stanislaw.a.grzeszczak@intel.com>
Signed-off-by: Guinan Sun <guinanx.sun@intel.com>
Reviewed-by: Wei Zhao <wei.zhao1@intel.com>
Approved by: imp
Obtained from: DPDK (db18e37090a3b9af47d6a6886248520f6b220bf9)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D31621
sys/dev/ixgbe/ixgbe_x550.c