RE: [PATCH iwl-next,v1 0/3] Add Default Rx Queue Setting for igc driver
From: Song, Yoong Siang <hidden>
Date: 2024-07-31 07:41:53
Also in:
bpf, intel-wired-lan, linux-doc, lkml
From: Song, Yoong Siang <hidden>
Date: 2024-07-31 07:41:53
Also in:
bpf, intel-wired-lan, linux-doc, lkml
On Tuesday, July 30, 2024 10:55 PM, Jakub Kicinski [off-list ref] wrote:
On Tue, 30 Jul 2024 09:22:12 +0800 Song Yoong Siang wrote:quoted
This patch set introduces the support to configure default Rx queue duringruntime.quoted
A new sysfs attribute "default_rx_queue" has been added, allowing users tocheckquoted
and modify the default Rx queue.Why the extra uAPI.. a wildcard rule directing traffic to the "default" queue should do.
Hi Jakub Kicinski, Regarding your suggestion of implementing a "wildcard rule," are you suggesting the use of an ethtool command similar to the following? ethtool -U <iface name> flow-type ether action <default queue> I have a concern that users might be not aware that this nfc rule is having lowest priority, as the default queue would only take effect when no other filtering rules match. Do you see this as a potential issue? If not, I am willing to proceed with exploring the ethtool options you've mentioned. Thank you for your guidance. Regards Siang