From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by dpdk.org (Postfix) with ESMTP id F226AF97A for ; Mon, 6 Mar 2017 17:15:28 +0100 (CET) Received: by mail-wm0-f65.google.com with SMTP id u132so6528695wmg.1 for ; Mon, 06 Mar 2017 08:15:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=CIFqPpwP96o1Q9JxrXAfal0tced7c1TH+vc17/UTK1k=; b=g+taB5XZF1nC3Wy3uoWDZkW+/9KzuXg3QkeVkRowCs3hIJZ84CbkyRDc8Mf5H11dbq fsRRnedHcUlzn+xLFlrgzyUXM0/Z8ttDPxsx5veLBqM4e1NzUAvzL44f52xfejEcfthH RE3pmsBd/7pq78jQxLwoSBlYzFPnePjFh2ZzJ4vdDVCLAvXGzhmWjnv/3WqEgW3vYt7R xSl+CBtvB+PfENMrAAzGBUcLstznoIRAiRSglxdWOGZTgdqzmXIS4GyaVA4XVS8IUaCy VVrPeueP2tL77xS5VhO2Z3JyTrIAsUhmyvA7AYZhjkKucsfyK2tYpg6+aCfQMwR9jwuQ YVbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=CIFqPpwP96o1Q9JxrXAfal0tced7c1TH+vc17/UTK1k=; b=rWGK9QaFuyiR4RlksWxHaVZbxm9+sXxTzER1D6sH6KKNSY1O1bup5XEm8L9sdzg0Nr GL+xApnF/PwTX/QwD+g3ZlKKy+UHJzciXD9Xq+rkgAG2nZh0bP8nIir2uH3r8Q14wURt k4cQMFDkDG2BluAIerUxUUV2n0KS97yZNSUW4V17FH0Ir/GuhErXehLtex4MfRqeJ2Za 8JIua0t1k6Xhc4kxX54O9kHnEyXGwyYcK62It1G6N8XEoHKZVmVHBGQSoYLoZoMmUhoO L7VaSgkGqohSecvhQxbP4t3MoxBAYw2c4zjS7FyAYu9sNMnOFcrKUNIjPqW8X/5vNlyg WQ3Q== X-Gm-Message-State: AMke39ka1JDTvDMzFHl8J8RyOzFGIcYrtMFrOpyaBgs5QcPc2o4iu92L3cbtuvBy3piw+w== X-Received: by 10.28.169.87 with SMTP id s84mr13868203wme.77.1488816928521; Mon, 06 Mar 2017 08:15:28 -0800 (PST) Received: from biwork.pv.ocshq.com (online.vlq16.iliad.fr. [213.36.7.31]) by smtp.gmail.com with ESMTPSA id d29sm27643066wrc.34.2017.03.06.08.15.27 (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 06 Mar 2017 08:15:27 -0800 (PST) From: Julien Castets To: dev@dpdk.org Cc: Julien Castets Date: Mon, 6 Mar 2017 17:15:26 +0100 Message-Id: <20170306161526.42298-1-castets.j@gmail.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <1715418.2m34KmC0GB@xps13> References: <1715418.2m34KmC0GB@xps13> Subject: [dpdk-dev] [PATCH] doc: fix renamed bind tool X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 16:15:29 -0000 From: Julien Castets Signed-off-by: Julien Castets --- doc/guides/linux_gsg/build_dpdk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/linux_gsg/build_dpdk.rst b/doc/guides/linux_gsg/build_dpdk.rst index eadade276..9d245737d 100644 --- a/doc/guides/linux_gsg/build_dpdk.rst +++ b/doc/guides/linux_gsg/build_dpdk.rst @@ -208,7 +208,7 @@ Any network ports under Linux* control will be ignored by the DPDK poll-mode dri To bind ports to the ``uio_pci_generic``, ``igb_uio`` or ``vfio-pci`` module for DPDK use, and then subsequently return ports to Linux* control, -a utility script called dpdk_nic _bind.py is provided in the usertools subdirectory. +a utility script called dpdk-devbind.py is provided in the usertools subdirectory. This utility can be used to provide a view of the current state of the network ports on the system, and to bind and unbind those ports from the different kernel modules, including the uio and vfio modules. The following are some examples of how the script can be used. -- 2.11.0