[PATCH net v1 0/4] Fix race conditions in ndo_get_stats64

Shinas Rasheed posted 4 patches 1 year, 2 months ago
There is a newer version of this series
.../ethernet/marvell/octeon_ep/octep_main.c   | 34 ++++++++++++-----
.../ethernet/marvell/octeon_ep/octep_main.h   |  8 ++++
.../marvell/octeon_ep_vf/octep_vf_main.c      | 37 +++++++++++++++----
.../marvell/octeon_ep_vf/octep_vf_main.h      |  9 +++++
4 files changed, 71 insertions(+), 17 deletions(-)
[PATCH net v1 0/4] Fix race conditions in ndo_get_stats64
Posted by Shinas Rasheed 1 year, 2 months ago
Fix race conditions in ndo_get_stats64 by implementing a state variable
check, and remove unnecessary firmware stats fetch which is currently
unnecessary

Shinas Rasheed (4):
  octeon_ep: fix race conditions in ndo_get_stats64
  octeon_ep: remove firmware stats fetch in ndo_get_stats64
  octeon_ep_vf: fix race conditions in ndo_get_stats64
  octeon_ep_vf: remove firmware stats fetch in ndo_get_stats64

 .../ethernet/marvell/octeon_ep/octep_main.c   | 34 ++++++++++++-----
 .../ethernet/marvell/octeon_ep/octep_main.h   |  8 ++++
 .../marvell/octeon_ep_vf/octep_vf_main.c      | 37 +++++++++++++++----
 .../marvell/octeon_ep_vf/octep_vf_main.h      |  9 +++++
 4 files changed, 71 insertions(+), 17 deletions(-)

-- 
2.25.1