mbox

[0/2] vhost: fix names to follow new naming convention

Message ID 20230309020721.22164-1-nmiki@yahoo-corp.jp (mailing list archive)
Headers

Message

Nobuhiro MIKI March 9, 2023, 2:07 a.m. UTC
  In this series, we simply replace '_slave_' with '_backend_' so that
vhost user protocol message, protocol names follow the new naming
conventions.

Nobuhiro Miki (2):
  vhost: fix constants to follow new naming convension
  vhost: refactor to follow new naming convention

 drivers/vdpa/ifc/ifcvf_vdpa.c   |  6 +--
 drivers/vdpa/mlx5/mlx5_vdpa.c   |  4 +-
 drivers/vdpa/sfc/sfc_vdpa_ops.c |  4 +-
 lib/vhost/rte_vhost.h           | 10 ++---
 lib/vhost/version.map           |  2 +-
 lib/vhost/vhost.c               |  4 +-
 lib/vhost/vhost.h               |  4 +-
 lib/vhost/vhost_user.c          | 70 ++++++++++++++++-----------------
 lib/vhost/vhost_user.h          | 20 +++++-----
 9 files changed, 62 insertions(+), 62 deletions(-)