Searched hist:e05107e6b74700762e2feda0abd2e74984c24227 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/ti/ |
H A D | davinci_cpdma.h | diff e05107e6b74700762e2feda0abd2e74984c24227 Mon Aug 22 20:18:26 CEST 2016 Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> net: ethernet: ti: cpsw: add multi queue support
The cpsw h/w supports up to 8 tx and 8 rx channels. This patch adds multi-queue support to the driver only, shaper configuration will be added with separate patch series. Default shaper mode, as before, priority mode, but with corrected priority order, 0 - is highest priority, 7 - lowest.
The poll function handles all unprocessed channels, till all of them are free, beginning from hi priority channel.
In dual_emac mode the channels are shared between two network devices, as it's with single-queue default mode.
The statistic for every channel can be read with: $ ethtool -S ethX
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> Reviewed-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | davinci_cpdma.c | diff e05107e6b74700762e2feda0abd2e74984c24227 Mon Aug 22 20:18:26 CEST 2016 Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> net: ethernet: ti: cpsw: add multi queue support
The cpsw h/w supports up to 8 tx and 8 rx channels. This patch adds multi-queue support to the driver only, shaper configuration will be added with separate patch series. Default shaper mode, as before, priority mode, but with corrected priority order, 0 - is highest priority, 7 - lowest.
The poll function handles all unprocessed channels, till all of them are free, beginning from hi priority channel.
In dual_emac mode the channels are shared between two network devices, as it's with single-queue default mode.
The statistic for every channel can be read with: $ ethtool -S ethX
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> Reviewed-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | cpsw.c | diff e05107e6b74700762e2feda0abd2e74984c24227 Mon Aug 22 20:18:26 CEST 2016 Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> net: ethernet: ti: cpsw: add multi queue support
The cpsw h/w supports up to 8 tx and 8 rx channels. This patch adds multi-queue support to the driver only, shaper configuration will be added with separate patch series. Default shaper mode, as before, priority mode, but with corrected priority order, 0 - is highest priority, 7 - lowest.
The poll function handles all unprocessed channels, till all of them are free, beginning from hi priority channel.
In dual_emac mode the channels are shared between two network devices, as it's with single-queue default mode.
The statistic for every channel can be read with: $ ethtool -S ethX
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> Reviewed-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|