mbox series

[net-next,0/2] MACB NAPI improvements

Message ID 20220429223122.3642255-1-robert.hancock@calian.com (mailing list archive)
Headers show
Series MACB NAPI improvements | expand

Message

Robert Hancock April 29, 2022, 10:31 p.m. UTC
Simplify the logic in the Cadence MACB/GEM driver for determining
when to reschedule NAPI processing, and update it to use NAPI for the
TX path as well as the RX path.

Robert Hancock (2):
  net: macb: simplify/cleanup NAPI reschedule checking
  net: macb: use NAPI for TX completion path

 drivers/net/ethernet/cadence/macb.h      |   1 +
 drivers/net/ethernet/cadence/macb_main.c | 193 ++++++++++++-----------
 2 files changed, 106 insertions(+), 88 deletions(-)

Comments

Robert Hancock May 5, 2022, 5:56 p.m. UTC | #1
On Fri, 2022-04-29 at 16:31 -0600, Robert Hancock wrote:
> Simplify the logic in the Cadence MACB/GEM driver for determining
> when to reschedule NAPI processing, and update it to use NAPI for the
> TX path as well as the RX path.
> 
> Robert Hancock (2):
>   net: macb: simplify/cleanup NAPI reschedule checking
>   net: macb: use NAPI for TX completion path
> 
>  drivers/net/ethernet/cadence/macb.h      |   1 +
>  drivers/net/ethernet/cadence/macb_main.c | 193 ++++++++++++-----------
>  2 files changed, 106 insertions(+), 88 deletions(-)
> 

Looks like this patchset is marked as Changes Requested in Patchwork, there was
some discussion but nothing that seemed like there was a conclusion that any
changes were needed. If anyone would like to see changes in another spin,
please let me know.