[{"id":1773400,"web_url":"http://patchwork.ozlabs.org/comment/1773400/","msgid":"<BD91E264-4C22-424B-9547-90C694E0EA3A@vmware.com>","list_archive_url":null,"date":"2017-09-22T09:44:11","subject":"Re: [ovs-dev] [PATCH] docs: Use DPDK 17.05.2 release.","submitter":{"id":68212,"url":"http://patchwork.ozlabs.org/api/people/68212/","name":"Darrell Ball","email":"dball@vmware.com"},"content":"I applied the patch to dpdk_merge here\n\nhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_darball_ovs_commits_dpdk-5Fmerge&d=DwIGaQ&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=A2_FCacqbp2moAo3HGFlTuxsjONUGhlN42OBcAuQQ6w&s=b6btPKhgvOFr2GOUYvktND6kaC6jc3fXI-mXfvNgXOU&e=\n\n\nOn 9/13/17, 7:00 AM, \"ovs-dev-bounces@openvswitch.org on behalf of Ian Stokes\" <ovs-dev-bounces@openvswitch.org on behalf of ian.stokes@intel.com> wrote:\n\n    Modify docs and travis linux build script to use the DPDK 17.05.2\n    release branch to benefit from most recent bug fixes.\n    \n    There are no new features introduced in the DPDK release, only back\n    ported bug fixes. For completeness these bug fixes have been documented\n    under the 17.05.2 section in the link below.\n    \n    https://urldefense.proofpoint.com/v2/url?u=http-3A__dpdk.org_doc_guides-2D17.05_rel-5Fnotes_release-5F17-5F05.html&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=Gk4huvtauOBQsbVBtqKOvsO3oCPaAIReAcEyuvemgiE&e= \n    \n    Signed-off-by: Ian Stokes <ian.stokes@intel.com>\n    ---\n     .travis/linux-build.sh                   |    2 +-\n     Documentation/faq/releases.rst           |    4 ++--\n     Documentation/intro/install/dpdk.rst     |    8 ++++----\n     Documentation/topics/dpdk/vhost-user.rst |    8 ++++----\n     4 files changed, 11 insertions(+), 11 deletions(-)\n    \n    diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh\n    index bc7c708..4d6459f 100755\n    --- a/.travis/linux-build.sh\n    +++ b/.travis/linux-build.sh\n    @@ -81,7 +81,7 @@ fi\n     \n     if [ \"$DPDK\" ]; then\n         if [ -z \"$DPDK_VER\" ]; then\n    -        DPDK_VER=\"17.05.1\"\n    +        DPDK_VER=\"17.05.2\"\n         fi\n         install_dpdk $DPDK_VER\n         if [ \"$CC\" = \"clang\" ]; then\n    diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst\n    index c785529..247e892 100644\n    --- a/Documentation/faq/releases.rst\n    +++ b/Documentation/faq/releases.rst\n    @@ -161,8 +161,8 @@ Q: What DPDK version does each Open vSwitch release work with?\n         2.4.x        2.0\n         2.5.x        2.2\n         2.6.x        16.07.2\n    -    2.7.x        16.11.2\n    -    2.8.x        17.05.1\n    +    2.7.x        16.11.3\n    +    2.8.x        17.05.2\n         ============ =======\n     \n     Q: I get an error like this when I configure Open vSwitch:\n    diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst\n    index 284904b..bb69ae5 100644\n    --- a/Documentation/intro/install/dpdk.rst\n    +++ b/Documentation/intro/install/dpdk.rst\n    @@ -40,7 +40,7 @@ Build requirements\n     In addition to the requirements described in :doc:`general`, building Open\n     vSwitch with DPDK will require the following:\n     \n    -- DPDK 17.05.1\n    +- DPDK 17.05.2\n     \n     - A `DPDK supported NIC`_\n     \n    @@ -69,9 +69,9 @@ Install DPDK\n     #. Download the `DPDK sources`_, extract the file and set ``DPDK_DIR``::\n     \n            $ cd /usr/src/\n    -       $ wget https://urldefense.proofpoint.com/v2/url?u=http-3A__fast.dpdk.org_rel_dpdk-2D17.05.1.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=i_u7eJQMkyK6jdLjBi39li6vAGIcbXmhpvc7d29aVL8&e= \n    -       $ tar xf dpdk-17.05.1.tar.xz\n    -       $ export DPDK_DIR=/usr/src/dpdk-stable-17.05.1\n    +       $ wget https://urldefense.proofpoint.com/v2/url?u=http-3A__fast.dpdk.org_rel_dpdk-2D17.05.2.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=LPmB7eVc2268Y1jixVB-1w_t8Tp1ctQTefDyaOlEHFM&e= \n    +       $ tar xf dpdk-17.05.2.tar.xz\n    +       $ export DPDK_DIR=/usr/src/dpdk-stable-17.05.2\n            $ cd $DPDK_DIR\n     \n     #. (Optional) Configure DPDK as a shared library\n    diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst\n    index d294203..74ac06e 100644\n    --- a/Documentation/topics/dpdk/vhost-user.rst\n    +++ b/Documentation/topics/dpdk/vhost-user.rst\n    @@ -292,9 +292,9 @@ To begin, instantiate a guest as described in :ref:`dpdk-vhost-user` or\n     DPDK sources to VM and build DPDK::\n     \n         $ cd /root/dpdk/\n    -    $ wget https://urldefense.proofpoint.com/v2/url?u=http-3A__fast.dpdk.org_rel_dpdk-2D17.05.1.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=i_u7eJQMkyK6jdLjBi39li6vAGIcbXmhpvc7d29aVL8&e= \n    -    $ tar xf dpdk-17.05.1.tar.xz\n    -    $ export DPDK_DIR=/root/dpdk/dpdk-stable-17.05.1\n    +    $ wget https://urldefense.proofpoint.com/v2/url?u=http-3A__fast.dpdk.org_rel_dpdk-2D17.05.2.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=LPmB7eVc2268Y1jixVB-1w_t8Tp1ctQTefDyaOlEHFM&e= \n    +    $ tar xf dpdk-17.05.2.tar.xz\n    +    $ export DPDK_DIR=/root/dpdk/dpdk-stable-17.05.2\n         $ export DPDK_TARGET=x86_64-native-linuxapp-gcc\n         $ export DPDK_BUILD=$DPDK_DIR/$DPDK_TARGET\n         $ cd $DPDK_DIR\n    @@ -378,7 +378,7 @@ Sample XML\n             </disk>\n             <disk type='dir' device='disk'>\n               <driver name='qemu' type='fat'/>\n    -          <source dir='/usr/src/dpdk-stable-17.05.1'/>\n    +          <source dir='/usr/src/dpdk-stable-17.05.2'/>\n               <target dev='vdb' bus='virtio'/>\n               <readonly/>\n             </disk>\n    -- \n    1.7.0.7\n    \n    _______________________________________________\n    dev mailing list\n    dev@openvswitch.org\n    https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=3Z4Yqgs9-wH8P2DvIHxFoguUSwR2T9J_VQUjDzdiq4Q&e=","headers":{"Return-Path":"<ovs-dev-bounces@openvswitch.org>","X-Original-To":["incoming@patchwork.ozlabs.org","dev@openvswitch.org"],"Delivered-To":["patchwork-incoming@bilbo.ozlabs.org","ovs-dev@mail.linuxfoundation.org"],"Authentication-Results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=openvswitch.org\n\t(client-ip=140.211.169.12; helo=mail.linuxfoundation.org;\n\tenvelope-from=ovs-dev-bounces@openvswitch.org;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=onevmw.onmicrosoft.com\n\theader.i=@onevmw.onmicrosoft.com header.b=\"a1L5DI3z\"; \n\tdkim-atps=neutral","spf=none (sender IP is )\n\tsmtp.mailfrom=dball@vmware.com; "],"Received":["from mail.linuxfoundation.org (mail.linuxfoundation.org\n\t[140.211.169.12])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xz7r13krxz9s9Y\n\tfor <incoming@patchwork.ozlabs.org>;\n\tFri, 22 Sep 2017 19:45:05 +1000 (AEST)","from mail.linux-foundation.org (localhost [127.0.0.1])\n\tby mail.linuxfoundation.org (Postfix) with ESMTP id 94627AE7;\n\tFri, 22 Sep 2017 09:44:15 +0000 (UTC)","from smtp1.linuxfoundation.org (smtp1.linux-foundation.org\n\t[172.17.192.35])\n\tby mail.linuxfoundation.org (Postfix) with ESMTPS id EF65DA86\n\tfor <dev@openvswitch.org>; Fri, 22 Sep 2017 09:44:13 +0000 (UTC)","from NAM02-BL2-obe.outbound.protection.outlook.com\n\t(mail-bl2nam02on0075.outbound.protection.outlook.com [104.47.38.75])\n\tby smtp1.linuxfoundation.org (Postfix) with ESMTPS id 2A436421\n\tfor <dev@openvswitch.org>; Fri, 22 Sep 2017 09:44:13 +0000 (UTC)","from MWHPR05MB3406.namprd05.prod.outlook.com (10.174.175.155) by\n\tMWHPR05MB3406.namprd05.prod.outlook.com (10.174.175.155) with\n\tMicrosoft SMTP Server (version=TLS1_2,\n\tcipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id\n\t15.20.77.5; Fri, 22 Sep 2017 09:44:11 +0000","from MWHPR05MB3406.namprd05.prod.outlook.com ([10.174.175.155]) by\n\tMWHPR05MB3406.namprd05.prod.outlook.com ([10.174.175.155]) with\n\tmapi id 15.20.0077.007; Fri, 22 Sep 2017 09:44:11 +0000"],"X-Greylist":"whitelisted by SQLgrey-1.7.6","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=onevmw.onmicrosoft.com; s=selector1-vmware-com;\n\th=From:Date:Subject:Message-ID:Content-Type:MIME-Version;\n\tbh=pXOP263WcpBM8VXwaGSPFnApjEGbNM5d7wzCrET2neI=;\n\tb=a1L5DI3zVgPkpywM7y48VJghYtg5URX4/hp1k4I00zXaseaaH9zuKDPbpzVUXSmoJAXu18grEv02DwNVc72yx/9TsWlyg1bNxJOAfls6S28gcT8GrF9+s6nxRWpJuW5/TLrcRiwaFHDRn/KCL19B1HzFDMU/wb4ISUDcAt3unyI=","From":"Darrell Ball <dball@vmware.com>","To":"Ian Stokes <ian.stokes@intel.com>, \"dev@openvswitch.org\"\n\t<dev@openvswitch.org>","Thread-Topic":"[ovs-dev] [PATCH] docs: Use DPDK 17.05.2 release.","Thread-Index":"AQHTLJibMVEEzwK5EEG0UWvrlMtl1aLAtX0A","Date":"Fri, 22 Sep 2017 09:44:11 +0000","Message-ID":"<BD91E264-4C22-424B-9547-90C694E0EA3A@vmware.com>","References":"<1505311096-11885-1-git-send-email-ian.stokes@intel.com>","In-Reply-To":"<1505311096-11885-1-git-send-email-ian.stokes@intel.com>","Accept-Language":"en-US","Content-Language":"en-US","X-MS-Has-Attach":"","X-MS-TNEF-Correlator":"","user-agent":"Microsoft-MacOutlook/f.26.0.170902","x-originating-ip":"[73.162.236.45]","x-ms-publictraffictype":"Email","x-microsoft-exchange-diagnostics":"1; MWHPR05MB3406;\n\t20:+oCj61N8BqyjUfJFHU6gcYY+kot7ff0YK371tjzcOzNnwXuZ9eXYfMz5aSK9micdzhwGHQ6Y039ZPzWPq9/o8njC38lZpMzDt0TBSHKF8GCnQDR6362u65KshuneMYs2Z16S+9wDxRM6p6npWQBhNSOn69E88MGP6kvDQGo+yls=","x-ms-exchange-antispam-srfa-diagnostics":"SSOS;","x-ms-office365-filtering-correlation-id":"50e7b739-e9bc-4105-c0b3-08d5019e7a9e","x-microsoft-antispam":"UriScan:; BCL:0; PCL:0;\n\tRULEID:(300000500095)(300135000095)(300000501095)(300135300095)(22001)(300000502095)(300135100095)(2017030254152)(300000503095)(300135400095)(2017052603199)(201703131423075)(201703031133081)(201702281549075)(300000504095)(300135200095)(300000505095)(300135600095)(300000506095)(300135500095);\n\tSRVR:MWHPR05MB3406; ","x-ms-traffictypediagnostic":"MWHPR05MB3406:","authentication-results":["ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=openvswitch.org\n\t(client-ip=140.211.169.12; helo=mail.linuxfoundation.org;\n\tenvelope-from=ovs-dev-bounces@openvswitch.org;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=onevmw.onmicrosoft.com\n\theader.i=@onevmw.onmicrosoft.com header.b=\"a1L5DI3z\"; \n\tdkim-atps=neutral","spf=none (sender IP is )\n\tsmtp.mailfrom=dball@vmware.com; "],"x-exchange-antispam-report-test":"UriScan:(10436049006162)(216315784871565)(228905959029699); ","x-microsoft-antispam-prvs":"<MWHPR05MB340602F79AAB2A65DDB2C068C8670@MWHPR05MB3406.namprd05.prod.outlook.com>","x-exchange-antispam-report-cfa-test":"BCL:0; PCL:0;\n\tRULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(6040450)(2401047)(8121501046)(5005006)(93006095)(93001095)(100000703101)(100105400095)(10201501046)(3002001)(6041248)(20161123560025)(20161123555025)(20161123562025)(20161123558100)(20161123564025)(201703131423075)(201702281528075)(201703061421075)(201703061406153)(6072148)(201708071742011)(100000704101)(100105200095)(100000705101)(100105500095);\n\tSRVR:MWHPR05MB3406; BCL:0; PCL:0;\n\tRULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095);\n\tSRVR:MWHPR05MB3406; ","x-forefront-prvs":"0438F90F17","x-forefront-antispam-report":"SFV:NSPM;\n\tSFS:(10009020)(6009001)(346002)(376002)(189002)(377454003)(199003)(24454002)(86362001)(81156014)(81166006)(97736004)(83506001)(106356001)(8676002)(99286003)(6306002)(7736002)(305945005)(6512007)(6436002)(575784001)(6486002)(77096006)(58126008)(82746002)(316002)(66066001)(8936002)(6506006)(229853002)(189998001)(110136005)(2900100001)(53546010)(5660300001)(14454004)(6246003)(2501003)(3280700002)(54356999)(76176999)(50986999)(2906002)(101416001)(33656002)(2950100002)(478600001)(83716003)(105586002)(36756003)(102836003)(25786009)(966005)(68736007)(3660700001)(6116002)(53936002)(3846002);\n\tDIR:OUT; SFP:1101; SCL:1; SRVR:MWHPR05MB3406;\n\tH:MWHPR05MB3406.namprd05.prod.outlook.com; FPR:; SPF:None;\n\tPTR:InfoNoRecords; MX:1; A:1; LANG:en; ","received-spf":"None (protection.outlook.com: vmware.com does not designate\n\tpermitted sender hosts)","spamdiagnosticoutput":"1:99","spamdiagnosticmetadata":"NSPM","Content-ID":"<883DA59063CCBA45B48E5B0BFCB45245@namprd05.prod.outlook.com>","MIME-Version":"1.0","X-OriginatorOrg":"vmware.com","X-MS-Exchange-CrossTenant-originalarrivaltime":"22 Sep 2017 09:44:11.4603\n\t(UTC)","X-MS-Exchange-CrossTenant-fromentityheader":"Hosted","X-MS-Exchange-CrossTenant-id":"b39138ca-3cee-4b4a-a4d6-cd83d9dd62f0","X-MS-Exchange-Transport-CrossTenantHeadersStamped":"MWHPR05MB3406","X-Spam-Status":"No, score=0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID,\n\tRCVD_IN_DNSWL_NONE autolearn=disabled version=3.3.1","X-Spam-Checker-Version":"SpamAssassin 3.3.1 (2010-03-16) on\n\tsmtp1.linux-foundation.org","Subject":"Re: [ovs-dev] [PATCH] docs: Use DPDK 17.05.2 release.","X-BeenThere":"ovs-dev@openvswitch.org","X-Mailman-Version":"2.1.12","Precedence":"list","List-Id":"<ovs-dev.openvswitch.org>","List-Unsubscribe":"<https://mail.openvswitch.org/mailman/options/ovs-dev>,\n\t<mailto:ovs-dev-request@openvswitch.org?subject=unsubscribe>","List-Archive":"<http://mail.openvswitch.org/pipermail/ovs-dev/>","List-Post":"<mailto:ovs-dev@openvswitch.org>","List-Help":"<mailto:ovs-dev-request@openvswitch.org?subject=help>","List-Subscribe":"<https://mail.openvswitch.org/mailman/listinfo/ovs-dev>,\n\t<mailto:ovs-dev-request@openvswitch.org?subject=subscribe>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Sender":"ovs-dev-bounces@openvswitch.org","Errors-To":"ovs-dev-bounces@openvswitch.org"}},{"id":1773433,"web_url":"http://patchwork.ozlabs.org/comment/1773433/","msgid":"<CD7C01071941AC429549C17338DB8A528916B4E9@IRSMSX101.ger.corp.intel.com>","list_archive_url":null,"date":"2017-09-22T10:09:35","subject":"Re: [ovs-dev] [PATCH] docs: Use DPDK 17.05.2 release.","submitter":{"id":67333,"url":"http://patchwork.ozlabs.org/api/people/67333/","name":"Ian Stokes","email":"ian.stokes@intel.com"},"content":"> I applied the patch to dpdk_merge here\n> \nThanks Darrel.\n> https://urldefense.proofpoint.com/v2/url?u=https-\n> 3A__github.com_darball_ovs_commits_dpdk-\n> 5Fmerge&d=DwIGaQ&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-\n> uZnsw&m=A2_FCacqbp2moAo3HGFlTuxsjONUGhlN42OBcAuQQ6w&s=b6btPKhgvOFr2GOUYvkt\n> ND6kaC6jc3fXI-mXfvNgXOU&e=\n> \n> \n> On 9/13/17, 7:00 AM, \"ovs-dev-bounces@openvswitch.org on behalf of Ian\n> Stokes\" <ovs-dev-bounces@openvswitch.org on behalf of\n> ian.stokes@intel.com> wrote:\n> \n>     Modify docs and travis linux build script to use the DPDK 17.05.2\n>     release branch to benefit from most recent bug fixes.\n> \n>     There are no new features introduced in the DPDK release, only back\n>     ported bug fixes. For completeness these bug fixes have been\n> documented\n>     under the 17.05.2 section in the link below.\n> \n>     https://urldefense.proofpoint.com/v2/url?u=http-\n> 3A__dpdk.org_doc_guides-2D17.05_rel-5Fnotes_release-5F17-\n> 5F05.html&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-\n> uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=Gk4huvtauOBQsbVBtqKO\n> vsO3oCPaAIReAcEyuvemgiE&e=\n> \n>     Signed-off-by: Ian Stokes <ian.stokes@intel.com>\n>     ---\n>      .travis/linux-build.sh                   |    2 +-\n>      Documentation/faq/releases.rst           |    4 ++--\n>      Documentation/intro/install/dpdk.rst     |    8 ++++----\n>      Documentation/topics/dpdk/vhost-user.rst |    8 ++++----\n>      4 files changed, 11 insertions(+), 11 deletions(-)\n> \n>     diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh\n>     index bc7c708..4d6459f 100755\n>     --- a/.travis/linux-build.sh\n>     +++ b/.travis/linux-build.sh\n>     @@ -81,7 +81,7 @@ fi\n> \n>      if [ \"$DPDK\" ]; then\n>          if [ -z \"$DPDK_VER\" ]; then\n>     -        DPDK_VER=\"17.05.1\"\n>     +        DPDK_VER=\"17.05.2\"\n>          fi\n>          install_dpdk $DPDK_VER\n>          if [ \"$CC\" = \"clang\" ]; then\n>     diff --git a/Documentation/faq/releases.rst\n> b/Documentation/faq/releases.rst\n>     index c785529..247e892 100644\n>     --- a/Documentation/faq/releases.rst\n>     +++ b/Documentation/faq/releases.rst\n>     @@ -161,8 +161,8 @@ Q: What DPDK version does each Open vSwitch\n> release work with?\n>          2.4.x        2.0\n>          2.5.x        2.2\n>          2.6.x        16.07.2\n>     -    2.7.x        16.11.2\n>     -    2.8.x        17.05.1\n>     +    2.7.x        16.11.3\n>     +    2.8.x        17.05.2\n>          ============ =======\n> \n>      Q: I get an error like this when I configure Open vSwitch:\n>     diff --git a/Documentation/intro/install/dpdk.rst\n> b/Documentation/intro/install/dpdk.rst\n>     index 284904b..bb69ae5 100644\n>     --- a/Documentation/intro/install/dpdk.rst\n>     +++ b/Documentation/intro/install/dpdk.rst\n>     @@ -40,7 +40,7 @@ Build requirements\n>      In addition to the requirements described in :doc:`general`, building\n> Open\n>      vSwitch with DPDK will require the following:\n> \n>     -- DPDK 17.05.1\n>     +- DPDK 17.05.2\n> \n>      - A `DPDK supported NIC`_\n> \n>     @@ -69,9 +69,9 @@ Install DPDK\n>      #. Download the `DPDK sources`_, extract the file and set\n> ``DPDK_DIR``::\n> \n>             $ cd /usr/src/\n>     -       $ wget https://urldefense.proofpoint.com/v2/url?u=http-\n> 3A__fast.dpdk.org_rel_dpdk-\n> 2D17.05.1.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-\n> uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=i_u7eJQMkyK6jdLjBi39\n> li6vAGIcbXmhpvc7d29aVL8&e=\n>     -       $ tar xf dpdk-17.05.1.tar.xz\n>     -       $ export DPDK_DIR=/usr/src/dpdk-stable-17.05.1\n>     +       $ wget https://urldefense.proofpoint.com/v2/url?u=http-\n> 3A__fast.dpdk.org_rel_dpdk-\n> 2D17.05.2.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-\n> uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=LPmB7eVc2268Y1jixVB-\n> 1w_t8Tp1ctQTefDyaOlEHFM&e=\n>     +       $ tar xf dpdk-17.05.2.tar.xz\n>     +       $ export DPDK_DIR=/usr/src/dpdk-stable-17.05.2\n>             $ cd $DPDK_DIR\n> \n>      #. (Optional) Configure DPDK as a shared library\n>     diff --git a/Documentation/topics/dpdk/vhost-user.rst\n> b/Documentation/topics/dpdk/vhost-user.rst\n>     index d294203..74ac06e 100644\n>     --- a/Documentation/topics/dpdk/vhost-user.rst\n>     +++ b/Documentation/topics/dpdk/vhost-user.rst\n>     @@ -292,9 +292,9 @@ To begin, instantiate a guest as described in\n> :ref:`dpdk-vhost-user` or\n>      DPDK sources to VM and build DPDK::\n> \n>          $ cd /root/dpdk/\n>     -    $ wget https://urldefense.proofpoint.com/v2/url?u=http-\n> 3A__fast.dpdk.org_rel_dpdk-\n> 2D17.05.1.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-\n> uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=i_u7eJQMkyK6jdLjBi39\n> li6vAGIcbXmhpvc7d29aVL8&e=\n>     -    $ tar xf dpdk-17.05.1.tar.xz\n>     -    $ export DPDK_DIR=/root/dpdk/dpdk-stable-17.05.1\n>     +    $ wget https://urldefense.proofpoint.com/v2/url?u=http-\n> 3A__fast.dpdk.org_rel_dpdk-\n> 2D17.05.2.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-\n> uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=LPmB7eVc2268Y1jixVB-\n> 1w_t8Tp1ctQTefDyaOlEHFM&e=\n>     +    $ tar xf dpdk-17.05.2.tar.xz\n>     +    $ export DPDK_DIR=/root/dpdk/dpdk-stable-17.05.2\n>          $ export DPDK_TARGET=x86_64-native-linuxapp-gcc\n>          $ export DPDK_BUILD=$DPDK_DIR/$DPDK_TARGET\n>          $ cd $DPDK_DIR\n>     @@ -378,7 +378,7 @@ Sample XML\n>              </disk>\n>              <disk type='dir' device='disk'>\n>                <driver name='qemu' type='fat'/>\n>     -          <source dir='/usr/src/dpdk-stable-17.05.1'/>\n>     +          <source dir='/usr/src/dpdk-stable-17.05.2'/>\n>                <target dev='vdb' bus='virtio'/>\n>                <readonly/>\n>              </disk>\n>     --\n>     1.7.0.7\n> \n>     _______________________________________________\n>     dev mailing list\n>     dev@openvswitch.org\n>     https://urldefense.proofpoint.com/v2/url?u=https-\n> 3A__mail.openvswitch.org_mailman_listinfo_ovs-\n> 2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-\n> uZnsw&m=wb6Tvyc1XPqQ8W84HLD5zXRkZbaaN2rS0TjfcV_eBXA&s=3Z4Yqgs9-\n> wH8P2DvIHxFoguUSwR2T9J_VQUjDzdiq4Q&e=\n> \n> \n>","headers":{"Return-Path":"<ovs-dev-bounces@openvswitch.org>","X-Original-To":["incoming@patchwork.ozlabs.org","dev@openvswitch.org"],"Delivered-To":["patchwork-incoming@bilbo.ozlabs.org","ovs-dev@mail.linuxfoundation.org"],"Authentication-Results":"ozlabs.org;\n\tspf=pass (mailfrom) smtp.mailfrom=openvswitch.org\n\t(client-ip=140.211.169.12; helo=mail.linuxfoundation.org;\n\tenvelope-from=ovs-dev-bounces@openvswitch.org;\n\treceiver=<UNKNOWN>)","Received":["from mail.linuxfoundation.org (mail.linuxfoundation.org\n\t[140.211.169.12])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xz8NP3VqTz9s9Y\n\tfor <incoming@patchwork.ozlabs.org>;\n\tFri, 22 Sep 2017 20:09:41 +1000 (AEST)","from mail.linux-foundation.org (localhost [127.0.0.1])\n\tby mail.linuxfoundation.org (Postfix) with ESMTP id C7BB1B9B;\n\tFri, 22 Sep 2017 10:09:39 +0000 (UTC)","from smtp1.linuxfoundation.org (smtp1.linux-foundation.org\n\t[172.17.192.35])\n\tby mail.linuxfoundation.org (Postfix) with ESMTPS id 43CF5B69\n\tfor <dev@openvswitch.org>; Fri, 22 Sep 2017 10:09:38 +0000 (UTC)","from mga04.intel.com (mga04.intel.com [192.55.52.120])\n\tby smtp1.linuxfoundation.org (Postfix) with ESMTPS id 89CEECA\n\tfor <dev@openvswitch.org>; Fri, 22 Sep 2017 10:09:37 +0000 (UTC)","from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t22 Sep 2017 03:09:37 -0700","from irsmsx154.ger.corp.intel.com ([163.33.192.96])\n\tby fmsmga004.fm.intel.com with ESMTP; 22 Sep 2017 03:09:36 -0700","from irsmsx101.ger.corp.intel.com ([169.254.1.22]) by\n\tIRSMSX154.ger.corp.intel.com ([169.254.12.83]) with mapi id\n\t14.03.0319.002; Fri, 22 Sep 2017 11:09:35 +0100"],"X-Greylist":"domain auto-whitelisted by SQLgrey-1.7.6","X-ExtLoop1":"1","X-IronPort-AV":"E=Sophos;i=\"5.42,427,1500966000\"; d=\"scan'208\";a=\"315022969\"","From":"\"Stokes, Ian\" <ian.stokes@intel.com>","To":"Darrell Ball <dball@vmware.com>, \"dev@openvswitch.org\"\n\t<dev@openvswitch.org>","Thread-Topic":"[ovs-dev] [PATCH] docs: Use DPDK 17.05.2 release.","Thread-Index":"AQHTLJimKi4sljV/ckqDp9PMMV8CpaLApLqAgAAXwxA=","Date":"Fri, 22 Sep 2017 10:09:35 +0000","Message-ID":"<CD7C01071941AC429549C17338DB8A528916B4E9@IRSMSX101.ger.corp.intel.com>","References":"<1505311096-11885-1-git-send-email-ian.stokes@intel.com>\n\t<BD91E264-4C22-424B-9547-90C694E0EA3A@vmware.com>","In-Reply-To":"<BD91E264-4C22-424B-9547-90C694E0EA3A@vmware.com>","Accept-Language":"en-IE, en-US","Content-Language":"en-US","X-MS-Has-Attach":"","X-MS-TNEF-Correlator":"","x-titus-metadata-40":"eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDc0Y2E3YTUtNmQ2MC00MjFhLWE1NWEtZTY3NWFlYjI4OWZjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjZ1Y09IRkk5eG5Jc3VkSXV0VmhTdUt6bzhFSitJeVdzSzFSbWJFZU5TRUU9In0=","x-ctpclassification":"CTP_IC","dlp-product":"dlpe-windows","dlp-version":"11.0.0.116","dlp-reaction":"no-action","x-originating-ip":"[163.33.239.182]","MIME-Version":"1.0","X-Spam-Status":"No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,\n\tRP_MATCHES_RCVD autolearn=disabled version=3.3.1","X-Spam-Checker-Version":"SpamAssassin 3.3.1 (2010-03-16) on\n\tsmtp1.linux-foundation.org","Subject":"Re: [ovs-dev] [PATCH] docs: Use DPDK 17.05.2 release.","X-BeenThere":"ovs-dev@openvswitch.org","X-Mailman-Version":"2.1.12","Precedence":"list","List-Id":"<ovs-dev.openvswitch.org>","List-Unsubscribe":"<https://mail.openvswitch.org/mailman/options/ovs-dev>,\n\t<mailto:ovs-dev-request@openvswitch.org?subject=unsubscribe>","List-Archive":"<http://mail.openvswitch.org/pipermail/ovs-dev/>","List-Post":"<mailto:ovs-dev@openvswitch.org>","List-Help":"<mailto:ovs-dev-request@openvswitch.org?subject=help>","List-Subscribe":"<https://mail.openvswitch.org/mailman/listinfo/ovs-dev>,\n\t<mailto:ovs-dev-request@openvswitch.org?subject=subscribe>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Sender":"ovs-dev-bounces@openvswitch.org","Errors-To":"ovs-dev-bounces@openvswitch.org"}}]