Searched hist:fe8c30b50835436152a4d2319f834acb36b3b659 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_txrx.h | diff fe8c30b50835436152a4d2319f834acb36b3b659 Fri Jul 31 15:15:36 CDT 2020 Shannon Nelson <snelson@pensando.io> ionic: separate interrupt for Tx and Rx
Add the capability to split the Tx queues onto their own interrupts with their own napi contexts. This gives the opportunity for more direct control of Tx interrupt handling, such as CPU affinity and interrupt coalescing, useful for some traffic loads.
v2: use ethtool -L, not a vendor specific priv-flag v3: simplify logging, drop unnecessary "no-change" tests
Reviewed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ionic_ethtool.c | diff fe8c30b50835436152a4d2319f834acb36b3b659 Fri Jul 31 15:15:36 CDT 2020 Shannon Nelson <snelson@pensando.io> ionic: separate interrupt for Tx and Rx
Add the capability to split the Tx queues onto their own interrupts with their own napi contexts. This gives the opportunity for more direct control of Tx interrupt handling, such as CPU affinity and interrupt coalescing, useful for some traffic loads.
v2: use ethtool -L, not a vendor specific priv-flag v3: simplify logging, drop unnecessary "no-change" tests
Reviewed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ionic_lif.h | diff fe8c30b50835436152a4d2319f834acb36b3b659 Fri Jul 31 15:15:36 CDT 2020 Shannon Nelson <snelson@pensando.io> ionic: separate interrupt for Tx and Rx
Add the capability to split the Tx queues onto their own interrupts with their own napi contexts. This gives the opportunity for more direct control of Tx interrupt handling, such as CPU affinity and interrupt coalescing, useful for some traffic loads.
v2: use ethtool -L, not a vendor specific priv-flag v3: simplify logging, drop unnecessary "no-change" tests
Reviewed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ionic_txrx.c | diff fe8c30b50835436152a4d2319f834acb36b3b659 Fri Jul 31 15:15:36 CDT 2020 Shannon Nelson <snelson@pensando.io> ionic: separate interrupt for Tx and Rx
Add the capability to split the Tx queues onto their own interrupts with their own napi contexts. This gives the opportunity for more direct control of Tx interrupt handling, such as CPU affinity and interrupt coalescing, useful for some traffic loads.
v2: use ethtool -L, not a vendor specific priv-flag v3: simplify logging, drop unnecessary "no-change" tests
Reviewed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ionic_lif.c | diff fe8c30b50835436152a4d2319f834acb36b3b659 Fri Jul 31 15:15:36 CDT 2020 Shannon Nelson <snelson@pensando.io> ionic: separate interrupt for Tx and Rx
Add the capability to split the Tx queues onto their own interrupts with their own napi contexts. This gives the opportunity for more direct control of Tx interrupt handling, such as CPU affinity and interrupt coalescing, useful for some traffic loads.
v2: use ethtool -L, not a vendor specific priv-flag v3: simplify logging, drop unnecessary "no-change" tests
Reviewed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
|