[3/3] net/ena: remove outdated devarg documentation

Message ID 20241023094119.4299-4-shaibran@amazon.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series net/ena: ena release 2.11.0 |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/github-robot: build success github build: passed
ci/intel-Functional success Functional PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-marvell-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-unit-arm64-testing pending Testing pending
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-sample-apps-testing success Testing PASS

Commit Message

Brandes, Shai Oct. 23, 2024, 9:41 a.m. UTC
From: Shai Brandes <shaibran@amazon.com>

Removed obsolete devarg enforcing normal llq policy,
as its logic is now handled by the new `llq_policy` devarg.

Signed-off-by: Shai Brandes <shaibran@amazon.com>
---
 doc/guides/nics/ena.rst | 4 ----
 1 file changed, 4 deletions(-)
  

Comments

Ferruh Yigit Oct. 30, 2024, 2:59 a.m. UTC | #1
On 10/23/2024 10:41 AM, shaibran@amazon.com wrote:
> From: Shai Brandes <shaibran@amazon.com>
> 
> Removed obsolete devarg enforcing normal llq policy,
> as its logic is now handled by the new `llq_policy` devarg.
> 
> Signed-off-by: Shai Brandes <shaibran@amazon.com>
> 

Fixes: d7918d19d25e ("net/ena: restructure LLQ policy user setting")
  

Patch

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.