From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5026245BAE; Wed, 23 Oct 2024 11:41:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5AA504279F; Wed, 23 Oct 2024 11:41:37 +0200 (CEST) Received: from smtp-fw-6002.amazon.com (smtp-fw-6002.amazon.com [52.95.49.90]) by mails.dpdk.org (Postfix) with ESMTP id BB33240ED3 for ; Wed, 23 Oct 2024 11:41:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1729676493; x=1761212493; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=gUtSYrP1iymWI+eZM2sFL2J+kBiS6sPeDfsosjUCUpU=; b=kF12EaMyKus8+LW0hM+4QWioIuMO5ezbSsVBy/6R4Mw5Oebksxqy2VTA 2lIKAu8H9rNs0nPgxUkX87yus1NEdqNBz8YSsZSN0T3XsAc/jYhReCXPn B7kT+ZV4hSl7B605/VyhTxorp8QwrI9aSKdr57QJFgBQvt6RIlinXG87+ 0=; X-IronPort-AV: E=Sophos;i="6.11,225,1725321600"; d="scan'208";a="443187586" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO smtpout.prod.us-east-1.prod.farcaster.email.amazon.dev) ([10.43.8.6]) by smtp-border-fw-6002.iad6.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2024 09:41:31 +0000 Received: from EX19MTAEUB001.ant.amazon.com [10.0.43.254:30622] by smtpin.naws.eu-west-1.prod.farcaster.email.amazon.dev [10.0.1.148:2525] with esmtp (Farcaster) id c0477cc8-2753-4b0f-81ad-d787efa3dc68; Wed, 23 Oct 2024 09:41:29 +0000 (UTC) X-Farcaster-Flow-ID: c0477cc8-2753-4b0f-81ad-d787efa3dc68 Received: from EX19D007EUB001.ant.amazon.com (10.252.51.82) by EX19MTAEUB001.ant.amazon.com (10.252.51.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA) id 15.2.1258.34; Wed, 23 Oct 2024 09:41:29 +0000 Received: from EX19MTAUWB002.ant.amazon.com (10.250.64.231) by EX19D007EUB001.ant.amazon.com (10.252.51.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA) id 15.2.1258.35; Wed, 23 Oct 2024 09:41:28 +0000 Received: from email-imr-corp-prod-iad-all-1b-85daddd1.us-east-1.amazon.com (10.25.36.214) by mail-relay.amazon.com (10.250.64.228) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA) id 15.2.1258.34 via Frontend Transport; Wed, 23 Oct 2024 09:41:28 +0000 Received: from HFA15-CG15235BS.amazon.com (unknown [10.85.143.178]) by email-imr-corp-prod-iad-all-1b-85daddd1.us-east-1.amazon.com (Postfix) with ESMTP id 0906A40605; Wed, 23 Oct 2024 09:41:26 +0000 (UTC) From: To: CC: , Shai Brandes Subject: [PATCH 3/3] net/ena: remove outdated devarg documentation Date: Wed, 23 Oct 2024 12:41:19 +0300 Message-ID: <20241023094119.4299-4-shaibran@amazon.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20241023094119.4299-1-shaibran@amazon.com> References: <20241023094119.4299-1-shaibran@amazon.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org From: Shai Brandes Removed obsolete devarg enforcing normal llq policy, as its logic is now handled by the new `llq_policy` devarg. Signed-off-by: Shai Brandes --- doc/guides/nics/ena.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/guides/nics/ena.rst b/doc/guides/nics/ena.rst index a40f09be09..a34575dc9b 100644 --- a/doc/guides/nics/ena.rst +++ b/doc/guides/nics/ena.rst @@ -120,10 +120,6 @@ Runtime Configuration 3 - Enforce large LLQ policy. - * **normal_llq_hdr** (default 0) - - Enforce normal LLQ policy. - * **miss_txc_to** (default 5) Number of seconds after which the Tx packet will be considered missing. -- 2.17.1