mbox series

[0/2] fix dev_info_get in mlx secondary process

Message ID 20190712205425.17781-1-stephen@networkplumber.org (mailing list archive)
Headers
Series fix dev_info_get in mlx secondary process |

Message

Stephen Hemminger July 12, 2019, 8:54 p.m. UTC
  Both drivers had the same problem.

Stephen Hemminger (2):
  net/mlx4: fix crash in dev_info_get in secondary process
  net/mlx5: fix crash in dev_info_get in secondary process

 drivers/net/mlx4/mlx4.c        | 19 +++++++++----------
 drivers/net/mlx4/mlx4.h        |  1 +
 drivers/net/mlx4/mlx4_ethdev.c |  4 +---
 drivers/net/mlx5/mlx5.c        | 17 ++++++++---------
 drivers/net/mlx5/mlx5.h        |  1 +
 drivers/net/mlx5/mlx5_ethdev.c |  4 +---
 6 files changed, 21 insertions(+), 25 deletions(-)