[dpdk-dev] [PATCH] vhost: rename driver callbacks struct
Maxime Coquelin
maxime.coquelin at redhat.com
Wed Nov 3 14:46:57 CET 2021
On 11/2/21 11:47, Maxime Coquelin wrote:
> As previously announced, this patch renames struct
> vhost_device_ops to struct rte_vhost_device_ops.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 3 ---
> doc/guides/rel_notes/release_21_11.rst | 2 ++
> drivers/net/vhost/rte_eth_vhost.c | 2 +-
> examples/vdpa/main.c | 2 +-
> examples/vhost/main.c | 2 +-
> examples/vhost_blk/vhost_blk.c | 2 +-
> examples/vhost_blk/vhost_blk.h | 2 +-
> examples/vhost_crypto/main.c | 2 +-
> lib/vhost/rte_vhost.h | 4 ++--
> lib/vhost/socket.c | 6 +++---
> lib/vhost/vhost.h | 4 ++--
> 11 files changed, 15 insertions(+), 16 deletions(-)
>
Applied to dpdk-next-virtio/main with fixing missing documentation
change reported by Chenbo.
Thanks,
Maxime
More information about the dev
mailing list