From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f193.google.com (mail-wr0-f193.google.com [209.85.128.193]) by dpdk.org (Postfix) with ESMTP id 9FBF3567F for ; Mon, 6 Mar 2017 14:58:44 +0100 (CET) Received: by mail-wr0-f193.google.com with SMTP id u48so21886533wrc.1 for ; Mon, 06 Mar 2017 05:58:44 -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; bh=BV49Evp0MegACStIzvnaBWSyl+9GdI4uJO6M0meE48Q=; b=C5gw0BXRVf4amnWzZCuT8DpLpAlex1ljTWJdzYNo17WfcxwiKuBiu1B4HRx1HffIjX Z9O78z1BrP89hTeqsEB532eqSHlJsIxvDNlHmc3+IMNB+J+CMKJICYk879aCT8ygDCk6 GrZj3oGHd8Aa2keC9MG/1BCiO+U1jWe2lEfUwhV2OzKZ4f7ta4KJFC0Tj4fCnaSpoHaF nNMi2IXD5K7hqtrIf2oTFiigtAeMCg04yUWkTF1j8F1cUiMBycsVXGo2hqUkwk+ECLRx gR1sEwJqR9BwVLo1Qy1OJtpPDXCxXfKSgiGDR/yGmsG6PzjoY52zUi5bJPuAzuNhDvSh sMyw== 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; bh=BV49Evp0MegACStIzvnaBWSyl+9GdI4uJO6M0meE48Q=; b=ATyuj7ZexaMRrGoc4nc7eHmg8D0//5SLQNOjCLHuflHi6WAWULJeG+SIWtrUMfiBmC x5PkSLro8KfkW6r4TUEYfiLXFy8zXQm2G+IDO/g7PETEbcPZ2BORVjF4GbNIs2TeJVK9 x8tB2FVLRq1Q4ASCYpR+aPN45FWFGBUKSP1evPg6KbuJJTMrQNbvWHBwP2aAseD6Yd2/ mOJ2EY6JlhDPjbwV2EBefcnXIJqMZTUKu0XkGsijALno6AC0u+by+v+yDc4cOKaS0oZg ZMye416Ncw7r0X/bjt7EXdbiMumI+nzHMijmYECfXieOA4U25EoaHK+hdWAF6Ds/FHSM 15pQ== X-Gm-Message-State: AMke39nHOQIJvqwciCRtaC+Roo5+h7PZcFK3llDQc2bdUXAFAMZUTU7HUU6WHsrctEJA4w== X-Received: by 10.223.134.98 with SMTP id 31mr16383144wrw.69.1488808724266; Mon, 06 Mar 2017 05:58:44 -0800 (PST) Received: from biwork.pv.ocshq.com (online.vlq16.iliad.fr. [213.36.7.31]) by smtp.gmail.com with ESMTPSA id u7sm16058190wru.56.2017.03.06.05.58.43 (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 06 Mar 2017 05:58:43 -0800 (PST) From: Julien Castets To: dev@dpdk.org Cc: Julien Castets Date: Mon, 6 Mar 2017 14:58:41 +0100 Message-Id: <20170306135841.40191-1-castets.j@gmail.com> X-Mailer: git-send-email 2.11.0 Subject: [dpdk-dev] [PATCH] Fix doc: dpdk_nic_bind.py renamed to dpdk-devbind.py 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 13:58:44 -0000 From: 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