mbox series

[0/2] net/netvsc: xstat fixes

Message ID 20190620220924.32079-1-stephen@networkplumber.org (mailing list archive)
Headers
Series net/netvsc: xstat fixes |

Message

Stephen Hemminger June 20, 2019, 10:09 p.m. UTC
  A couple of fixes for the xstats functionality in netvsc PMD.

Mohsin Mazhar Shaikh (1):
  net/netvsc: set id in xstats_get

Stephen Hemminger (1):
  net/netvsc: fix xstats for VF device

 drivers/net/netvsc/hn_ethdev.c | 14 +++++++++-----
 drivers/net/netvsc/hn_var.h    |  2 +-
 drivers/net/netvsc/hn_vf.c     | 26 ++++++++++++++++++--------
 3 files changed, 28 insertions(+), 14 deletions(-)
  

Comments

Ferruh Yigit June 27, 2019, 6:33 p.m. UTC | #1
On 6/20/2019 11:09 PM, Stephen Hemminger wrote:
> A couple of fixes for the xstats functionality in netvsc PMD.
> 
> Mohsin Mazhar Shaikh (1):
>   net/netvsc: set id in xstats_get
> 
> Stephen Hemminger (1):
>   net/netvsc: fix xstats for VF device

Series applied to dpdk-next-net/master, thanks.