From beb7677031b0a97f1db79161d8eeedc80cd03ac2 Mon Sep 17 00:00:00 2001 From: sjjh <2787214+sjjh@users.noreply.github.com> Date: Wed, 17 May 2023 20:20:08 +0200 Subject: [PATCH] Update performance.rst: typo (#470) dut -> but --- source/troubleshooting/performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/troubleshooting/performance.rst b/source/troubleshooting/performance.rst index 19f24f18..a5e50b73 100644 --- a/source/troubleshooting/performance.rst +++ b/source/troubleshooting/performance.rst @@ -51,7 +51,7 @@ It is possible for a NIC to perform RSS without being able to configure it. Shou should show any drivers exposing the option via a tunable. It is also possible that a driver does not expose this ability to the user, in which case you’d want to look up whether the NIC/driver supports RSS at all using online -datasheets or a simple google search. For example, igb enables RSS by default, dut does not reflect this in any configuration parameter. However, since it uses multiple queues: +datasheets or a simple google search. For example, igb enables RSS by default, but does not reflect this in any configuration parameter. However, since it uses multiple queues: .. code-block::