I do not see a difference with v2. Did you re-send the old patches?

Best regards, Ilya Maximets.

On 30.11.2017 17:54, Mark Kavanagh wrote:
> This patchset adds support for DPDK v17.11:
> - the first patch introduces minor code updates to accomodate DPDK API
>   changes, and also updates Documentation and travis scripts.
> - the second patch adds a new global configuration option,
>   vhost-iommu-support; this is required in order to take advantage of
>   the vHost IOMMU feature introduced in DPDK v17.11.
> 
> ---
> v3->v2:  - clarify that IOMMU support applies exclusively to vhost user
>            client ports.
>          - reword caveats regarding modifying vhost-iommu-support at runtime
>          - use smap_get_bool() to parse vhost-iommu-support, instead of
>            process_vhost_flags().
>          - add stub implementation of dpdk_vhost_iommu_enabled().
>          - move stdbool.h #include outside of DPDK compiler guards.
>          - remove mention of vhost IOMMU mode from
>            netdev_dpdk_vhost_client_configure() log.
> 
> v2->v1:  - refactor vHost IOMMU enablement mechanism (use a global config
>            value, instead of the previous per-port approach).
> 
> Mark Kavanagh (2):
>   netdev-dpdk: DPDK v17.11 upgrade
>   netdev-dpdk: vHost IOMMU support
> 
>  .travis/linux-build.sh                   |  2 +-
>  Documentation/faq/releases.rst           |  1 +
>  Documentation/intro/install/dpdk.rst     | 10 ++++-----
>  Documentation/topics/dpdk/ring.rst       |  2 +-
>  Documentation/topics/dpdk/vhost-user.rst | 37 
> ++++++++++++++++++++++++++++----
>  NEWS                                     |  3 +++
>  lib/dpdk.c                               | 16 ++++++++++++++
>  lib/dpdk.h                               |  3 +++
>  lib/netdev-dpdk.c                        | 24 ++++++++++++++-------
>  vswitchd/vswitch.xml                     | 19 ++++++++++++++++
>  10 files changed, 98 insertions(+), 19 deletions(-)
> 
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to