mbox series

[net-next,v3,0/7] ibmvnic: ibmvnic rr patchset

Message ID 20240807211809.1259563-1-nnac123@linux.ibm.com (mailing list archive)
Headers show
Series ibmvnic: ibmvnic rr patchset | expand

Message

Nick Child Aug. 7, 2024, 9:18 p.m. UTC
Hello again!
Thanks Simon and Jakub for the feedback, much appreciated.
I just learned about NIPA so hopefully I will get a local
instance up and won't have to clog the mailing list as much.

Changes since v2:
  - edit kdoc's in patch 3
  - fixup commit message formating in patch 7
Changes since V1:
  - add performance data in patch 7 commit message

v1 - https://lore.kernel.org/netdev/20240801212340.132607-1-nnac123@linux.ibm.com/
v2 - https://lore.kernel.org/netdev/20240806193706.998148-1-nnac123@linux.ibm.com/

Nick Child (7):
  ibmvnic: Only replenish rx pool when resources are getting low
  ibmvnic: Use header len helper functions on tx
  ibmvnic: Reduce memcpys in tx descriptor generation
  ibmvnic: Remove duplicate memory barriers in tx
  ibmvnic: Introduce send sub-crq direct
  ibmvnic: Only record tx completed bytes once per handler
  ibmvnic: Perform tx CSO during send scrq direct

 drivers/net/ethernet/ibm/ibmvnic.c | 183 +++++++++++++++++------------
 1 file changed, 108 insertions(+), 75 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 10, 2024, 5:20 a.m. UTC | #1
Hello:

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

On Wed,  7 Aug 2024 16:18:02 -0500 you wrote:
> Hello again!
> Thanks Simon and Jakub for the feedback, much appreciated.
> I just learned about NIPA so hopefully I will get a local
> instance up and won't have to clog the mailing list as much.
> 
> Changes since v2:
>   - edit kdoc's in patch 3
>   - fixup commit message formating in patch 7
> Changes since V1:
>   - add performance data in patch 7 commit message
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/7] ibmvnic: Only replenish rx pool when resources are getting low
    https://git.kernel.org/netdev/net-next/c/dda10fc801a9
  - [net-next,v3,2/7] ibmvnic: Use header len helper functions on tx
    https://git.kernel.org/netdev/net-next/c/b41b45ecee6b
  - [net-next,v3,3/7] ibmvnic: Reduce memcpys in tx descriptor generation
    https://git.kernel.org/netdev/net-next/c/d95f749a0b5e
  - [net-next,v3,4/7] ibmvnic: Remove duplicate memory barriers in tx
    https://git.kernel.org/netdev/net-next/c/6e7a57581abe
  - [net-next,v3,5/7] ibmvnic: Introduce send sub-crq direct
    https://git.kernel.org/netdev/net-next/c/74839f7a8268
  - [net-next,v3,6/7] ibmvnic: Only record tx completed bytes once per handler
    https://git.kernel.org/netdev/net-next/c/1c33e29245cc
  - [net-next,v3,7/7] ibmvnic: Perform tx CSO during send scrq direct
    https://git.kernel.org/netdev/net-next/c/e633e32b60fd

You are awesome, thank you!