[dpdk-dev] [PATCH v3] lib/librte_vhost: vhost library support to facilitate integration with DPDK accelerated vswitch.

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Aug 28 22:15:44 CEST 2014


>  config/common_linuxapp                       |    7 +
>  lib/Makefile                                 |    1 +
>  lib/librte_vhost/Makefile                    |   48 ++
>  lib/librte_vhost/eventfd_link/Makefile       |   39 +
>  lib/librte_vhost/eventfd_link/eventfd_link.c |  194 +++++
>  lib/librte_vhost/eventfd_link/eventfd_link.h |   40 +
>  lib/librte_vhost/rte_virtio_net.h            |  192 +++++
>  lib/librte_vhost/vhost-net-cdev.c            |  363 ++++++++++
>  lib/librte_vhost/vhost-net-cdev.h            |  109 +++
>  lib/librte_vhost/vhost_rxtx.c                |  292 ++++++++
>  lib/librte_vhost/virtio-net.c                | 1002 ++++++++++++++++++++++++++

It would help if you made a first patch to move existing code,
another patch to convert it into a lib, and a last one for
the new example.
So it would show how you transform the old example code and
would be easier to review.

Thanks
-- 
Thomas


More information about the dev mailing list