[0/4] Vendor stats support in vdpasim_net

Message ID 20221221061652.15202-1-jasowang@redhat.com
Headers
Series Vendor stats support in vdpasim_net |

Message

Jason Wang Dec. 21, 2022, 6:16 a.m. UTC
  Hi All:

This series implements vendor stats in vdpasim_net. Please review.

Thanks

Jason Wang (4):
  vdpa_sim: switch to use __vdpa_alloc_device()
  vdpasim: customize allocation size
  vdpa_sim: support vendor satistics
  vdpa_sim_net: vendor satistics

 drivers/vdpa/vdpa_sim/vdpa_sim.c     |  34 ++++-
 drivers/vdpa/vdpa_sim/vdpa_sim.h     |   4 +
 drivers/vdpa/vdpa_sim/vdpa_sim_blk.c |   1 +
 drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 214 ++++++++++++++++++++++++++-
 4 files changed, 242 insertions(+), 11 deletions(-)