aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorMaxime Ripard <[email protected]>2015-09-25 16:09:38 +0000
committerDavid S. Miller <[email protected]>2015-09-29 18:51:41 +0000
commitf864288544802ae68b20da293e1b861230852dba (patch)
tree01e08c005e0d543ba6ed8c00ce396133cdac46a1 /net/switchdev/switchdev.c
parentnet: mvneta: Allow different queues (diff)
downloadkernel-f864288544802ae68b20da293e1b861230852dba.tar.gz
kernel-f864288544802ae68b20da293e1b861230852dba.zip
net: mvneta: Statically assign queues to CPUs
Since the switch to per-CPU interrupts, we lost the ability to set which CPU was going to receive our RX interrupt, which was now only the CPU on which the mvneta_open function was run. We can now assign our queues to their respective CPUs, and make sure only this CPU is going to handle our traffic. This also paves the road to be able to change that at runtime, and later on to support RSS. [[email protected]]: hardened the CPU hotplug support. Signed-off-by: Maxime Ripard <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions