]> Git Repo - linux.git/commit
tsnep: Fix ethtool channels
authorGerhard Engleder <[email protected]>
Fri, 15 Sep 2023 21:01:25 +0000 (23:01 +0200)
committerDavid S. Miller <[email protected]>
Mon, 18 Sep 2023 09:42:36 +0000 (10:42 +0100)
commita7f991953d73dd50c4c23b5437c0139960e1fad4
tree23fe052b3eb066b636cc419bc38433b504c52110
parentea852c17f5382a0a52041cfbd9a4451ae0fa1a38
tsnep: Fix ethtool channels

According to the NAPI documentation networking/napi.rst, for the ethtool
API a channel is a IRQ/NAPI which services queues of a given type.

tsnep uses a single IRQ/NAPI instance for every TX/RX queue pair.
Therefore, combined channels shall be returned instead of separate tx/rx
channels.

Signed-off-by: Gerhard Engleder <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/engleder/tsnep_ethtool.c
This page took 0.055411 seconds and 4 git commands to generate.