mbox series

[net,0/3] tsnep: Fixes based on napi.rst

Message ID 20230915210126.74997-1-gerhard@engleder-embedded.com (mailing list archive)
Headers show
Series tsnep: Fixes based on napi.rst | expand

Message

Gerhard Engleder Sept. 15, 2023, 9:01 p.m. UTC
Based on the documentation networking/napi.rst some fixes have been
done. tsnep driver should be in line with this new documentation after
these fixes.

Gerhard Engleder (3):
  tsnep: Fix NAPI scheduling
  tsnep: Fix ethtool channels
  tsnep: Fix NAPI polling with budget 0

 drivers/net/ethernet/engleder/tsnep_ethtool.c |  6 ++----
 drivers/net/ethernet/engleder/tsnep_main.c    | 18 ++++++++++++++----
 2 files changed, 16 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 18, 2023, 9:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 15 Sep 2023 23:01:23 +0200 you wrote:
> Based on the documentation networking/napi.rst some fixes have been
> done. tsnep driver should be in line with this new documentation after
> these fixes.
> 
> Gerhard Engleder (3):
>   tsnep: Fix NAPI scheduling
>   tsnep: Fix ethtool channels
>   tsnep: Fix NAPI polling with budget 0
> 
> [...]

Here is the summary with links:
  - [net,1/3] tsnep: Fix NAPI scheduling
    https://git.kernel.org/netdev/net/c/ea852c17f538
  - [net,2/3] tsnep: Fix ethtool channels
    https://git.kernel.org/netdev/net/c/a7f991953d73
  - [net,3/3] tsnep: Fix NAPI polling with budget 0
    https://git.kernel.org/netdev/net/c/46589db3817b

You are awesome, thank you!