>From: Ilya Maximets [mailto:[email protected]]
>Sent: Friday, December 1, 2017 5:34 AM
>To: Kavanagh, Mark B <[email protected]>; [email protected]
>Cc: [email protected]; [email protected];
>[email protected]; Mooney, Sean K <[email protected]>; Stokes,
>Ian <[email protected]>
>Subject: Re: [ovs-dev][PATCH V3 0/2] DPDK v17.11 Support
>
>I do not see a difference with v2. Did you re-send the old patches?

Hmm - I honestly don't know what happened there.

Please disregard this patchset - I'll send the correct updates as v4.

Thanks, and apologies,
Mark

>
>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
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to