DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] vhost: fix names to follow new naming convention
@ 2023-03-09  2:07 Nobuhiro MIKI
  2023-03-09  2:07 ` [PATCH 1/2] vhost: fix constants to follow new naming convension Nobuhiro MIKI
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Nobuhiro MIKI @ 2023-03-09  2:07 UTC (permalink / raw)
  To: maxime.coquelin, chenbo.xia; +Cc: dev, Nobuhiro MIKI

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(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-03-09  4:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-09  2:07 [PATCH 0/2] vhost: fix names to follow new naming convention Nobuhiro MIKI
2023-03-09  2:07 ` [PATCH 1/2] vhost: fix constants to follow new naming convension Nobuhiro MIKI
2023-03-09  3:06   ` Xia, Chenbo
2023-03-09  2:07 ` [PATCH 2/2] vhost: refactor to follow new naming convention Nobuhiro MIKI
2023-03-09  3:03   ` Xia, Chenbo
2023-03-09  4:51     ` Nobuhiro MIKI
2023-03-09  2:40 ` [PATCH 0/2] vhost: fix names " Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).