diff options
author | Roger Quadros <rogerq@kernel.org> | 2024-09-10 12:23:58 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-09-13 10:48:59 +0100 |
commit | da70d184a8c330d6945ed98f39265dada61850a0 (patch) | |
tree | 425f3da29cf03fe5e94a7bbc6ac85706e08b8ef5 /scripts/gdb/linux/interrupts.py | |
parent | 52fa3b6532ec6f3a1e39bf869b304d3560dd983b (diff) |
net: ethernet: ti: am65-cpsw: Introduce multi queue Rx
am65-cpsw can support up to 8 queues at Rx.
Use a macro AM65_CPSW_MAX_RX_QUEUES to indicate that.
As there is only one DMA channel for RX traffic, the
8 queues come as 8 flows in that channel.
By default, we will start with 1 flow as defined by the
macro AM65_CPSW_DEFAULT_RX_CHN_FLOWS.
User can change the number of flows by ethtool like so
'ethtool -L ethx rx <N>'
All traffic will still come on flow 0. To get traffic on
different flows the Classifiers will need to be set up.
Signed-off-by: Roger Quadros <rogerq@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions