From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 991CDA00C4 for ; Fri, 5 Jun 2020 02:28:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 502F21D60A; Fri, 5 Jun 2020 02:28:59 +0200 (CEST) Received: from dish-sg.nttdocomo.co.jp (dish-sg.nttdocomo.co.jp [202.19.227.74]) by dpdk.org (Postfix) with ESMTP id 7D3E71D5FB for ; Fri, 5 Jun 2020 02:28:58 +0200 (CEST) X-dD-Source: Outbound Received: from zssg-mailmd106.ddreams.local (zssg-mailmd900.ddreams.local [10.160.172.63]) by zssg-mailou102.ddreams.local (Postfix) with ESMTP id A0A611200F8; Fri, 5 Jun 2020 09:28:56 +0900 (JST) Received: from zssg-mailmf105.ddreams.local (zssg-mailmf900.ddreams.local [10.160.172.84]) by zssg-mailmd106.ddreams.local (dDREAMS) with ESMTP id <0QBF014LIG08CR90@dDREAMS>; Fri, 05 Jun 2020 09:28:56 +0900 (JST) Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by zssg-mailmf105.ddreams.local (Postfix) with ESMTP id 84D7A7E603A; Fri, 5 Jun 2020 09:28:56 +0900 (JST) Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 832ED8E6060; Fri, 5 Jun 2020 09:28:56 +0900 (JST) Received: from localhost (unknown [127.0.0.1]) by IMSVA (Postfix) with SMTP id 8199D8E6066; Fri, 5 Jun 2020 09:28:56 +0900 (JST) X-IMSS-HAND-OFF-DIRECTIVE: localhost:10026 Received: from zssg-mailmf105.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id BE9858E6060; Fri, 5 Jun 2020 09:28:55 +0900 (JST) Received: from davinci.ntt-tx.co.jp (unknown [10.160.183.139]) by zssg-mailmf105.ddreams.local (Postfix) with ESMTP; Fri, 5 Jun 2020 09:28:55 +0900 (JST) From: x-fn-spp-ml@ntt-tx.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Fri, 05 Jun 2020 09:28:50 +0900 Message-id: <20200605002854.24054-2-x-fn-spp-ml@ntt-tx.co.jp> X-Mailer: git-send-email 2.25.1 In-reply-to: <20200605002854.24054-1-x-fn-spp-ml@ntt-tx.co.jp> References: <20200605002854.24054-1-x-fn-spp-ml@ntt-tx.co.jp> MIME-version: 1.0 Content-transfer-encoding: 8bit X-TM-AS-GCONF: 00 Subject: [spp] [PATCH 1/5] docs: remove unnecessary usage of ethtool X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Hideyuki Yamashita This patch removes unnecessary usage of ethtool on host side in how_to_use section. Signed-off-by: Hideyuki Yamashita Signed-off-by: Naoki Takada --- docs/guides/gsg/howto_use.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/guides/gsg/howto_use.rst b/docs/guides/gsg/howto_use.rst index 2e4be2f..a57813d 100644 --- a/docs/guides/gsg/howto_use.rst +++ b/docs/guides/gsg/howto_use.rst @@ -1035,10 +1035,3 @@ On the VMs, add an interface and disable offload. # Disable offload $ sudo ethtool -K IF_NAME tx off - -On host machine, it is also required to disable offload. - -.. code-block:: console - - # Disable offload for VM - $ sudo ethtool -K IF_NAME tx off -- 2.25.1