]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e/i40evf: assure clean asq status report
authorShannon Nelson <shannon.nelson@intel.com>
Wed, 26 Aug 2015 19:14:14 +0000 (15:14 -0400)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 10 Mar 2016 16:32:16 +0000 (08:32 -0800)
commit0865928f31866ea6f6ae0d1a78ca26a77e2d9517
treeac0eebe9cee51de4993154e987c5b59415163b18
parent695c54c7d7ab5b8915de7b7c900981497577d3c0
i40e/i40evf: assure clean asq status report

Orabug: 22342532

There was a possibility where the asq_last_status could get through without
update and thus report a previous error.  I don't think we've actually seen
this happen, but this patch will help make sure it doesn't.

Change-ID: I9e33927052a5ee6ea21f80b66d4c4b76c2760b17
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Christopher Pau <christopher.pau@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 9e1c26e35030aa56057a69514acb17da5e81eb16)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_adminq.c
drivers/net/ethernet/intel/i40evf/i40e_adminq.c