From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f177.google.com (mail-wr0-f177.google.com [209.85.128.177]) by dpdk.org (Postfix) with ESMTP id A913A692F for ; Tue, 25 Apr 2017 12:10:44 +0200 (CEST) Received: by mail-wr0-f177.google.com with SMTP id z52so64521591wrc.2 for ; Tue, 25 Apr 2017 03:10:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=htnAsQ5wKYkT4BNKYf0gtCioUoVegL7Tnjcck0vWFUM=; b=XGcoijqYPIQTx7VzNyxwkBH5HcpE2ObYV1dRbZT3ZXq6VlUIIIvViyt/6WeigATs3F /YOVvJ33r278HCRnsSpCcEIuRMRFd29aNLUioWiNGybVDNddM03B7tD+1mZUbnsabjZo Jyq6OIfbEetiir8sp23bXDqupUlDEXWpRLxc5Vo66s40UbkcsV2iHy2HapAZYNeUMWYg 4enZIYXteX+ngFacCFD+GZ0q791O/2cYp8aoVyDWNIAErbw5Xw9ly7Ed75U36xcdWMfU iPZKjX0ccip88Clicgag0BYHbC0IAtqx6PecdBHF3fYaWx/lp1OHrB8XLCzPu6QRqXSl w4Sg== 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:in-reply-to:references; bh=htnAsQ5wKYkT4BNKYf0gtCioUoVegL7Tnjcck0vWFUM=; b=TmYazU8iqZ36t6IkdUDeV1xNETjEmf70T6VBjXvduLsEIPnNZhXQ0K0LE9hCluGDnq h8Fp5+YTl0sdYIus70QfRgOtGfA6tcMOlJhrajkXnlIZKvNwRiT14gdwZxP2VlmBO6WR a4igjUR/NsVXI1PG+piThCEA6odtwOP6wY6x8H8RjY6BvfyzXgZgBSNrc3Lrh2xmOkct YfO9niM5HX6AB6u3zbRgrOIBzkYlf6jbQOPEOkPK/+xbTGMFCumQ/Hdayy64YnKEC/Zx gGIohxTJYVsHopgYaLzBYiwnRRggzVYJFqh79y+KkSy/S8laOPAMaNjVA/jiL/ggDQiS vpOw== X-Gm-Message-State: AN3rC/561q3Un6t+bSv9hyUlZ7rL6HovpVytDQSymawtuLXVx03i2hiq 032Tmgg1EAmq6p+u X-Received: by 10.223.183.6 with SMTP id l6mr10089765wre.42.1493115044024; Tue, 25 Apr 2017 03:10:44 -0700 (PDT) Received: from bidouze.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id 187sm2481832wmt.16.2017.04.25.03.10.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 25 Apr 2017 03:10:43 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Ferruh Yigit Date: Tue, 25 Apr 2017 12:10:30 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: <6b26d933986d18cb525406a9e9f66d6e9180225d.1493114878.git.gaetan.rivet@6wind.com> References: <003e875f-4305-824f-41b3-36ac5effb67c@intel.com> <6b26d933986d18cb525406a9e9f66d6e9180225d.1493114878.git.gaetan.rivet@6wind.com> In-Reply-To: <6b26d933986d18cb525406a9e9f66d6e9180225d.1493114878.git.gaetan.rivet@6wind.com> References: <6b26d933986d18cb525406a9e9f66d6e9180225d.1493114878.git.gaetan.rivet@6wind.com> Subject: [dpdk-dev] [PATCH 3/3] doc: add lsc and rmv interrupt to testpmd user guide 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: Tue, 25 Apr 2017 10:10:45 -0000 Signed-off-by: Gaetan Rivet --- doc/guides/testpmd_app_ug/run_app.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst index df5a0ee..a72c7e3 100644 --- a/doc/guides/testpmd_app_ug/run_app.rst +++ b/doc/guides/testpmd_app_ug/run_app.rst @@ -465,3 +465,11 @@ The commandline options are: * ``--disable-link-check`` Disable check on link status when starting/stopping ports. + +* ``--no-lsc-interrupt`` + + Disable LSC interrupts for all ports, even those supporting it. + +* ``--no-rmv-interrupt`` + + Disable RMV interrupts for all ports, even those supporting it. -- 2.1.4