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

2023-03-08 Thread Stephen Hemminger
On Thu, 9 Mar 2023 11:07:19 +0900 Nobuhiro MIKI wrote: > 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 > vh

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

2023-03-08 Thread 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_v