netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/7] ibmvnic rr patchset
@ 2024-08-06 19:36 Nick Child
  2024-08-06 19:37 ` [PATCH net-next v2 1/7] ibmvnic: Only replenish rx pool when resources are getting low Nick Child
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Nick Child @ 2024-08-06 19:36 UTC (permalink / raw)
  To: netdev; +Cc: bjking1, haren, ricklind, Nick Child

Only change from v1 is a commit message change in the last patch.
In response to Jakubs comment, I added a blurb about non-GSO large
packet performance. Thanks Jakub for requesting this, I hadn't thought
to test that prior. Luckily, I think we are safe since xmit_more
is usually true (even in RR tests) due to the segmented packets. My best
case (and feedback is still welcome) to see if we hit any issues with
expensive checksumming was an 8900 byte RR workload with MTU 9000. Noted
those results in the commit message.

Thanks again,
Nick

v1 - https://lore.kernel.org/netdev/20240801212340.132607-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 | 174 +++++++++++++++++------------
 1 file changed, 102 insertions(+), 72 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-08-07 15:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06 19:36 [PATCH net-next v2 0/7] ibmvnic rr patchset Nick Child
2024-08-06 19:37 ` [PATCH net-next v2 1/7] ibmvnic: Only replenish rx pool when resources are getting low Nick Child
2024-08-06 19:37 ` [PATCH net-next v2 2/7] ibmvnic: Use header len helper functions on tx Nick Child
2024-08-06 19:37 ` [PATCH net-next v2 3/7] ibmvnic: Reduce memcpys in tx descriptor generation Nick Child
2024-08-07 13:16   ` Simon Horman
2024-08-06 19:37 ` [PATCH net-next v2 4/7] ibmvnic: Remove duplicate memory barriers in tx Nick Child
2024-08-06 19:37 ` [PATCH net-next v2 5/7] ibmvnic: Introduce send sub-crq direct Nick Child
2024-08-06 19:37 ` [PATCH net-next v2 6/7] ibmvnic: Only record tx completed bytes once per handler Nick Child
2024-08-06 19:37 ` [PATCH net-next v2 7/7] ibmvnic: Perform tx CSO during send scrq direct Nick Child
2024-08-07 15:08   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).