* Query the RSS CPU associated with an RSS bucket. */
| 344 | * Query the RSS CPU associated with an RSS bucket. |
| 345 | */ |
| 346 | u_int |
| 347 | rss_getcpu(u_int bucket) |
| 348 | { |
| 349 | |
| 350 | return (rss_table[bucket].rte_cpu); |
| 351 | } |
| 352 | |
| 353 | /* |
| 354 | * netisr CPU affinity lookup given just the hash and hashtype. |
no outgoing calls
no test coverage detected