mbox series

[net-next,v4,0/2] tg3: Link IRQs, NAPIs, and queues

Message ID 20241009175509.31753-1-jdamato@fastly.com (mailing list archive)
Headers show
Series tg3: Link IRQs, NAPIs, and queues | expand

Message

Joe Damato Oct. 9, 2024, 5:55 p.m. UTC
Greetings:

Welcome to v4, now an actual submission instead of an RFC.

This follows from a previous RFC (wherein I botched the subject lines of
all the messages) [1].

I've taken Michael Chan's suggestion on modifying patch 2 and I've
updated the commit messages of both patches to test and show the output
for the default 1 TX 4 RX queues and the 4 TX and 4 RX queues cases.

Reviewers: please check the commit messages carefully to ensure the
output is correct (or on your own systems to verify, if you like). I am
not a tg3 expert and it's possible that I got something wrong.

Thanks,
Joe

[1]: https://lore.kernel.org/all/20241005145717.302575-3-jdamato@fastly.com/T/

v4:
  - Upgraded from RFC to official submission
  - Patch 1:
    - Updated commit message to test more cases, no code or functional
      changes, so I retained the Reviewed-by
  - Patch 2:
    - Switched the if ... else if ... to two ifs as per Michael Chan's
      suggestion when tg3 uses combined tx and rx queues
    - Updated commit message to test more cases, including combined tx
      and rx queues

rfcv3:
  - Patch 1:
    - Line wrap to 80 characters, no functional changes
    - Added Pavan Chebbi's Reviewed-by
  - Patch 2:
    - changed tg3_napi_enable and tg3_napi_disable to use running
      counters to number the queues as there is no explicit queue index
      assigned in tg3

Joe Damato (2):
  tg3: Link IRQs to NAPI instances
  tg3: Link queues to NAPIs

 drivers/net/ethernet/broadcom/tg3.c | 47 ++++++++++++++++++++++++-----
 1 file changed, 40 insertions(+), 7 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 11, 2024, 1:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed,  9 Oct 2024 17:55:07 +0000 you wrote:
> Greetings:
> 
> Welcome to v4, now an actual submission instead of an RFC.
> 
> This follows from a previous RFC (wherein I botched the subject lines of
> all the messages) [1].
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/2] tg3: Link IRQs to NAPI instances
    https://git.kernel.org/netdev/net-next/c/25118cce6627
  - [net-next,v4,2/2] tg3: Link queues to NAPIs
    https://git.kernel.org/netdev/net-next/c/aec5514d739f

You are awesome, thank you!