Calling i40evf_dev_xstats_reset can sometimes crash.
Fixed issue by adding a pstats NULL check.
Fixes: da61cd0849766 ("i40evf: add extended stats")
8210e9e0d805e ("net/i40e: fix clear xstats bug in VF")
Cc: wei.zh...@intel.com
Signed-off-by: David C Harton
-
Calling i40evf_dev_xstats_reset can sometimes crash.
Fixed issue by adding a pstats NULL check.
Fixes: 8210e9e0d805e ("net/i40e: fix clear xstats bug in VF")
Cc: wei.zh...@intel.com
Signed-off-by: David C Harton
---
v2:
* Fixed fixes line in commit message.
driver
Calling i40evf_dev_xstats_reset can sometimes crash.
Fixed issue by checking return code before using pstats.
Fixes: 8210e9e0d805e ("net/i40e: fix clear xstats bug in VF")
Cc: wei.zh...@intel.com
Signed-off-by: David C Harton
---
v2:
* Fixed fixes line in commit message.
v3:
From: David Harton
Some compilers generate warnings for duplicate symbols for the
set of filter lists current defined in ixgbe_ethdev.h.
This commits moves the defintion and declaration to the source
file that actually uses them and provides a function to
initialize the values akin to its flush f
From: David Harton
Some compilers generate warnings for duplicate symbols for the
set of filter lists current defined in ixgbe_ethdev.h.
This commits moves the definition and declaration to the source
file that actually uses them and provides a function to
initialize the values akin to its flush
From: David Harton
Some devices do not support reset of eth stats. An application may
need to know not to clear shadow stats if the device cannot.
rte_eth_stats_reset is updated to provide a return code to share
whether the device supports reset or not.
Signed-off-by: David Harton
---
v6:
*
virtio_dev_free_mbufs was recently modified to free the
virtqueues but failed to check whether the array was
allocated. Added a check to ensure vqs was non-null.
Fixes: bdb32afbb610 ("net/virtio: rationalize queue flushing")
Cc: olivier.m...@6wind.com
Signed-off-by: David C Harton
--
7 matches
Mail list logo