[PATCH net-next 0/2] net: mvpp2: Add txq to CPU mapping
From: Maxime Chevallier <maxime.chevallier@bootlin.com>
Date: 2018-09-24 09:11:13
Hi everyone, This short series adds XPS support to the mvpp2 driver, by mapping txqs and CPUs. This comes with a patch using round-robin scheduling for the HW to pick the next txq to transmit from, instead of the default fixed-priority scheduling. Maxime Chevallier (2): net: mvpp2: support XPS by mapping TX queues to CPUs net: mvpp2: use round-robin scheduling for TX queues on the same CPU drivers/net/ethernet/marvell/mvpp2/mvpp2.h | 1 + drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) -- 2.11.0