mbox series

[5.10.y,cip,00/11] Backport ravb driver improvements

Message ID 20240729143011.1920068-1-paul.barker.ct@bp.renesas.com (mailing list archive)
Headers show
Series Backport ravb driver improvements | expand

Message

Paul Barker July 29, 2024, 2:30 p.m. UTC
This series includes all relevant fixes, tidy-ups and other improvements
to the ravb driver present in Linux v6.10. This keeps the CIP 5.10
series aligned with the backports made for CIP 6.1.

Niklas Söderlund (7):
  ravb: Group descriptor types used in Rx ring
  ravb: Make it clear the information relates to maximum frame size
  ravb: Create helper to allocate skb and align it
  ravb: Use the max frame size from hardware info for RZ/G2L
  ravb: Move maximum Rx descriptor data usage to info struct
  ravb: Unify Rx ring maintenance code paths
  ravb: Correct buffer size to map for R-Car Rx

Paul Barker (4):
  net: ravb: Always process TX descriptor ring
  net: ravb: Always update error counters
  net: ravb: Count packets instead of descriptors in R-Car RX path
  net: ravb: Allow RX loop to move past DMA mapping errors

 drivers/net/ethernet/renesas/ravb.h      |  20 +-
 drivers/net/ethernet/renesas/ravb_main.c | 272 +++++++++--------------
 2 files changed, 114 insertions(+), 178 deletions(-)

Comments

Pavel Machek July 31, 2024, 7:59 a.m. UTC | #1
Hi!

> This series includes all relevant fixes, tidy-ups and other improvements
> to the ravb driver present in Linux v6.10. This keeps the CIP 5.10
> series aligned with the backports made for CIP 6.1.

I can apply this if it passes testing and there are no other comments.

Best regards,
                                                                Pavel
Pavel Machek Aug. 1, 2024, 11:26 a.m. UTC | #2
Hi!

> > This series includes all relevant fixes, tidy-ups and other improvements
> > to the ravb driver present in Linux v6.10. This keeps the CIP 5.10
> > series aligned with the backports made for CIP 6.1.
> 
> I can apply this if it passes testing and there are no other
> comments.

Thank you, applied.

Best regards,
                                                                Pavel