[ovs-dev] [PATCH branch-2.7] docs: Add dpdk stable release to DPDK install docs.

Darrell Ball dball at vmware.com
Thu May 4 00:47:17 UTC 2017


Ian

This patch does not apply to 2.7; could you respin ?

Thanks Darrell

On 2/16/17, 11:49 AM, "ovs-dev-bounces at openvswitch.org on behalf of Ian Stokes" <ovs-dev-bounces at openvswitch.org on behalf of ian.stokes at intel.com> wrote:

    DPDK now provides a stable release branch. Modify install docs
    to use the DPDK v.16.11 stable branch snapshot to benefit from
    most recent bug fixes.
    
    Signed-off-by: Ian Stokes <ian.stokes at intel.com>
    ---
     Documentation/intro/install/dpdk.rst     |    6 +++---
     Documentation/topics/dpdk/vhost-user.rst |    8 ++++----
     2 files changed, 7 insertions(+), 7 deletions(-)
    
    diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst
    index 3018590..0cf4dab 100644
    --- a/Documentation/intro/install/dpdk.rst
    +++ b/Documentation/intro/install/dpdk.rst
    @@ -64,9 +64,9 @@ Install DPDK
     #. Download the `DPDK sources`_, extract the file and set ``DPDK_DIR``::
     
            $ cd /usr/src/
    -       $ wget https://urldefense.proofpoint.com/v2/url?u=http-3A__fast.dpdk.org_rel_dpdk-2D16.11.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=jmvt4YEgyiIATgXArdkgk7yn20y1MekvBCnL7SRsOIo&s=8oSI8QGMp-SL6RGbiGMXl7f-F3RzZuMFLIApczcEamM&e= 
    -       $ tar xf dpdk-16.11.tar.xz
    -       $ export DPDK_DIR=/usr/src/dpdk-16.11
    +       $ wget https://urldefense.proofpoint.com/v2/url?u=http-3A__dpdk.org_browse_dpdk-2Dstable_snapshot_dpdk-2Dstable-2D16.11.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=jmvt4YEgyiIATgXArdkgk7yn20y1MekvBCnL7SRsOIo&s=trxpRZFmy0L15ToMIhE6S9x4pxqQKM5vCIYvUJaP0A0&e= 
    +       $ tar xf dpdk-stable-16.11.tar.xz
    +       $ export DPDK_DIR=/usr/src/dpdk-stable-16.11
            $ cd $DPDK_DIR
     
     #. (Optional) Configure DPDK as a shared library
    diff --git a/Documentation/topics/dpdk/vhost-user.rst b/Documentation/topics/dpdk/vhost-user.rst
    index 5448bd2..a0fd582 100644
    --- a/Documentation/topics/dpdk/vhost-user.rst
    +++ b/Documentation/topics/dpdk/vhost-user.rst
    @@ -278,9 +278,9 @@ To begin, instantiate a guest as described in :ref:`dpdk-vhost-user` or
     DPDK sources to VM and build DPDK::
     
         $ cd /root/dpdk/
    -    $ wget https://urldefense.proofpoint.com/v2/url?u=http-3A__fast.dpdk.org_rel_dpdk-2D16.11.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=jmvt4YEgyiIATgXArdkgk7yn20y1MekvBCnL7SRsOIo&s=8oSI8QGMp-SL6RGbiGMXl7f-F3RzZuMFLIApczcEamM&e= 
    -    $ tar xf dpdk-16.11.tar.xz
    -    $ export DPDK_DIR=/root/dpdk/dpdk-16.11
    +    $ wget https://urldefense.proofpoint.com/v2/url?u=http-3A__dpdk.org_browse_dpdk-2Dstable_snapshot_dpdk-2Dstable-2D16.11.tar.xz&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=jmvt4YEgyiIATgXArdkgk7yn20y1MekvBCnL7SRsOIo&s=trxpRZFmy0L15ToMIhE6S9x4pxqQKM5vCIYvUJaP0A0&e= 
    +    $ tar xf dpdk-stable-16.11.tar.xz
    +    $ export DPDK_DIR=/usr/src/dpdk-stable-16.11
         $ export DPDK_TARGET=x86_64-native-linuxapp-gcc
         $ export DPDK_BUILD=$DPDK_DIR/$DPDK_TARGET
         $ cd $DPDK_DIR
    @@ -364,7 +364,7 @@ Sample XML
             </disk>
             <disk type='dir' device='disk'>
               <driver name='qemu' type='fat'/>
    -          <source dir='/usr/src/dpdk-16.11'/>
    +          <source dir='/usr/src/dpdk-stable-16.11'/>
               <target dev='vdb' bus='virtio'/>
               <readonly/>
             </disk>
    -- 
    1.7.0.7
    
    _______________________________________________
    dev mailing list
    dev at openvswitch.org
    https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=BVhFA09CGX7JQ5Ih-uZnsw&m=jmvt4YEgyiIATgXArdkgk7yn20y1MekvBCnL7SRsOIo&s=zJKpJ7qa2Rh_sQuzkHR__P1DFmQSVjjCLooKhS_K6IE&e= 
    



More information about the dev mailing list