Searched refs:RSS (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/Documentation/networking/ |
D | scaling.txt | 13 RSS: Receive Side Scaling 20 RSS: Receive Side Scaling 29 generally known as “Receive-side Scaling” (RSS). The goal of RSS and 34 The filter used in RSS is typically a hash function over the network 37 implementation of RSS uses a 128-entry indirection table where each entry 48 ==== RSS Configuration 53 num_queues. A typical RSS configuration would be to have one receive queue 58 The indirection table of an RSS device, which resolves a queue by masked 66 == RSS IRQ Configuration 82 RSS should be enabled when latency is a concern or whenever receive [all …]
|
D | 00-INDEX | 190 - Explanation of network scaling techniques: RSS, RPS, RFS, aRFS, XPS.
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats-struct.txt | 140 /* Accumulated RSS usage in duration of a task, in MBytes-usecs. 146 __u64 coremem; /* accumulated RSS usage in MB-usec */ 153 /* High watermark of RSS usage in duration of a task, in KBytes. */ 154 __u64 hiwater_rss; /* High-watermark of RSS usage */
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 97 for memory control. The first RSS controller was posted by Balbir Singh[2] 99 RSS controller. At OLS, at the resource management BoF, everyone suggested 100 that we handle both page cache and RSS together. Another request was raised 102 at version 6; it combines both mapped (RSS) and unmapped Page 169 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted. 173 RSS pages are accounted at page_fault unless they've already been accounted 178 An RSS page is unaccounted when it's fully unmapped. A PageCache page is 179 unaccounted when it's removed from radix-tree. Even if RSS pages are fully 401 caches, RSS and Active pages/Inactive pages are shown. 492 anon page(RSS) or cache page(Page Cache) to the cgroup. [all …]
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 217 #define RSS "Rss:" macro 257 if (!strstr(line, RSS)) { in is_vma_lock_on_fault() 264 value = line + strlen(RSS); in is_vma_lock_on_fault()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_res.c | 108 ENIC_SETTING(enic, RSS) ? "yes" : "no", in enic_get_vnic_config()
|
D | enic_main.c | 2121 u8 rss_enable = ENIC_SETTING(enic, RSS) && (enic->rq_count > 1); in enic_set_rss_nic_cfg() 2207 if (ENIC_SETTING(enic, RSS) && in enic_set_intr_mode() 2739 if (ENIC_SETTING(enic, RSS)) in enic_probe()
|
/linux-4.4.14/Documentation/sysctl/ |
D | net.txt | 158 RSS (Receive Side Scaling) enabled drivers use a 40 bytes host key that is 174 RSS hash key:
|
D | vm.txt | 83 For overcommit 'guess', we can sum resident set sizes (RSS). 87 and add the sum of their RSS.
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 205 For making accounting scalable, RSS related information are handled in an 441 (size), the amount of the mapping that is currently resident in RAM (RSS), the 459 hugetlbfs page which is *not* counted in "RSS" or "PSS" field for historical
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 323 and RSS) can be leveraged to provide better service.
|