| /linux-6.15/Documentation/networking/ |
| H A D | scaling.rst | 17 - RSS: Receive Side Scaling 24 RSS: Receive Side Scaling 33 generally known as “Receive-side Scaling” (RSS). The goal of RSS and 38 The filter used in RSS is typically a hash function over the network 67 The result is then fed to the underlying RSS algorithm. 75 RSS Configuration 95 RSS IRQ Configuration 130 Dedicated RSS contexts 140 To create an additional RSS context use:: 143 New RSS context is 1 [all …]
|
| H A D | iou-zcrx.rst | 38 RSS section in NIC HW Requirements 41 In addition to flow steering above, RSS is required to steer all other non-zero 60 Carve out half of the HW Rx queues for zero copy using RSS::
|
| H A D | devmem.rst | 79 Header split, flow steering, & RSS are required features for devmem TCP. 84 Flow steering & RSS are used to ensure that only flows targeting devmem land on 96 Configure RSS to steer all traffic away from the target RX queue (queue 15 in
|
| H A D | ethtool-netlink.rst | 232 ``ETHTOOL_MSG_RSS_GET`` get RSS settings 283 ``ETHTOOL_MSG_RSS_GET_REPLY`` RSS settings 1903 RSS context of an interface similar to ``ETHTOOL_GRSSH`` ioctl request. 1913 ``ETHTOOL_A_RSS_CONTEXT`` specifies which RSS context number to query, 1925 ``ETHTOOL_A_RSS_HFUNC`` u32 RSS hash func 1928 ``ETHTOOL_A_RSS_INPUT_XFRM`` u32 RSS input data transformation 1933 ETHTOOL_A_RSS_INDIR attribute returns RSS indirection table where each byte 1936 transformation applied to the input protocol fields before given to the RSS
|
| H A D | multi-pf-netdev.rst | 125 traffic to other PFs, via cross-vhca steering capabilities. Still maintain a single default RSS tab…
|
| H A D | ila.rst | 25 optimizations in the network, such as ECMP, RSS, GRO, GSO, etc., just work.
|
| /linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2_internal.h | 87 #define HW_ATL2_ACTION(ACTION, RSS, INDEX, VALID) \ argument 89 (((RSS) & 0x1U) << 7) | \
|
| /linux-6.15/Documentation/accounting/ |
| H A D | taskstats-struct.rst | 153 /* Accumulated RSS usage in duration of a task, in MBytes-usecs. 159 __u64 coremem; /* accumulated RSS usage in MB-usec */ 166 /* High watermark of RSS usage in duration of a task, in KBytes. */ 167 __u64 hiwater_rss; /* High-watermark of RSS usage */
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/freescale/ |
| H A D | dpaa.rst | 157 ethtool. Also, rx-flow-hash and rx-hashing was added. The addition of RSS 189 By default the DPAA Ethernet driver enables RSS, making use of the 193 When RSS is disabled, all traffic received by a certain interface is 201 certain interface when RSS is not enabled. 203 To implement RSS, the DPAA Ethernet driver allocates an extra set of 212 RSS can be turned off for a certain interface using ethtool, i.e.::
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | mlock2-tests.c | 91 #define RSS "Rss:" macro 141 vma_rss = get_value_for_name(addr, RSS); in is_vma_lock_on_fault() 161 vma_rss = get_value_for_name(addr, RSS); in lock_check()
|
| /linux-6.15/Documentation/admin-guide/cgroup-v1/ |
| H A D | memory.rst | 136 of the RSS controller. At OLS, at the resource management BoF, everyone 139 at version 6; it combines both mapped (RSS) and unmapped Page 212 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted. 221 An RSS page is unaccounted when it's fully unmapped. A PageCache page is 222 unaccounted when it's removed from xarray. Even if RSS pages are fully 461 caches, RSS and Active pages/Inactive pages are shown. 942 .. [2] Singh, Balbir. Memory Controller (RSS Control), 946 .. [4] Emelianov, Pavel. RSS controller based on process cgroups (v2) 948 .. [5] Emelianov, Pavel. RSS controller based on process cgroups (v3) 954 8. Singh, Balbir. RSS controller v2 test results (lmbench), [all …]
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/ |
| H A D | Kconfig | 28 , NPA stack pages etc in NDC. Also locks down NIX SQ/CQ/RQ/RSS and
|
| /linux-6.15/drivers/net/ethernet/qualcomm/ |
| H A D | Kconfig | 61 low power, Receive-Side Scaling (RSS), and IEEE 1588-2008
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/aquantia/ |
| H A D | atlantic.rst | 355 RSS for UDP 358 Currently, NIC does not support RSS for fragmented IP packets, which leads to 359 incorrect working of RSS for fragmented UDP traffic. To disable RSS for UDP the
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/amazon/ |
| H A D | ena.rst | 31 checksum offload. Receive-side scaling (RSS) is supported for multi-core 254 RSS chapter 257 - The ENA device supports RSS that allows flexible Rx traffic 262 - The driver configures RSS settings using the AQ SetFeature command
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/huawei/ |
| H A D | hinic.rst | 21 TCP Transmit Segmentation Offload(TSO), Receive-Side Scaling(RSS) and
|
| /linux-6.15/Documentation/bpf/ |
| H A D | map_cpumap.rst | 14 An example use-case for this map type is software based Receive Side Scaling (RSS).
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/marvell/ |
| H A D | octeontx2.rst | 94 - Defines receive side scaling (RSS) algorithms. 111 Supports ethtool for configuring links, RSS, queue count, queue size, 152 5. RQ may be selected by RSS or by configuring MCAM rule with a RQ number.
|
| /linux-6.15/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_res.c | 102 ENIC_SETTING(enic, RSS) ? "yes" : "no", in enic_get_vnic_config()
|
| H A D | enic_main.c | 2088 u8 rss_enable = ENIC_SETTING(enic, RSS) && (enic->rq_count > 1); in enic_set_rss_nic_cfg() 2283 if (!ENIC_SETTING(enic, RSS)) in enic_adjust_resources() 2854 if (ENIC_SETTING(enic, RSS)) in enic_probe()
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 83 - Receive Side Scaling (RSS) 482 33) Enables Receive Side Scaling (RSS) feature::
|
| /linux-6.15/Documentation/admin-guide/sysctl/ |
| H A D | net.rst | 297 RSS (Receive Side Scaling) enabled drivers use a 40 bytes host key that is 318 RSS hash key:
|
| H A D | vm.rst | 102 For overcommit 'guess', we can sum resident set sizes (RSS). 106 and add the sum of their RSS.
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | iavf.rst | 108 - Receive Side Scaling (RSS) with 64 entry indirection table and key,
|
| H A D | i40e.rst | 446 RSS Hash Flow 449 more options for Receive Side Scaling (RSS) hash byte configuration.
|