[PATCH 1/2] vhost: remove unneeded max enums
David Marchand
david.marchand at redhat.com
Fri May 6 09:12:01 CEST 2022
On Thu, May 5, 2022 at 9:58 PM Maxime Coquelin
<maxime.coquelin at redhat.com> wrote:
> On 4/25/22 14:54, David Marchand wrote:
> > Move message handler description and callbacks into a single array and
> > remove unneeded VHOST_USER_MAX and VHOST_SLAVE_MAX enums.
> >
> > Signed-off-by: David Marchand <david.marchand at redhat.com>
> > ---
> > drivers/net/virtio/virtio_user/vhost_user.c | 1 -
> > examples/vhost_blk/blk_spec.h | 1 -
> > lib/vhost/vhost_user.c | 175 +++++++++-----------
> > lib/vhost/vhost_user.h | 2 -
> > 4 files changed, 76 insertions(+), 103 deletions(-)
> >
>
>
> Applied to dpdk-next-virtio/main without changing the commit title.
> Feel free to change it while pulling if you feel this is relevant.
This bad title probably comes from a time when the patch was indeed
only touching max enums.
Your suggestion is ok.
This will be fixed when pulling, thanks.
--
David Marchand
More information about the dev
mailing list