Files
android_kernel_fxtec_sm6115/include/net
Tariq Toukan 1786a50ef7 UPSTREAM: net/sock: Add kernel config SOCK_RX_QUEUE_MAPPING
Use a new config SOCK_RX_QUEUE_MAPPING to compile-in the socket
RX queue field and logic, instead of the XPS config.
This breaks dependency in XPS, and allows selecting it from non-XPS
use cases, as we do in the next patch.

In addition, use the new flag to wrap the logic in sk_rx_queue_get()
and protect access to the sk_rx_queue_mapping field, while keeping
the function exposed unconditionally, just like sk_rx_queue_set()
and sk_rx_queue_clear().

Change-Id: Ifbca6beb04713e9ae61098e911be006701df76fc
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Maxim Mikityanskiy <maximmi@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2026-05-31 11:15:47 +01:00
..
2025-02-07 03:34:25 +01:00
2026-03-20 13:38:05 -04:00