Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. Hace 6 días · >> @@ -817,47 +817,54 @@ static int ravb_rx_gbeth(struct net_device *ndev, int budget, int q)

  2. Hace 5 días · On Fri, May 24, 2024 at 11:46 AM Paul Barker

  3. Hace 5 días · >>> Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>

  4. Hace 5 días · On 29/05/2024 21:52, Sergey Shtylyov wrote: > On 5/28/24 6:03 PM, Paul Barker wrote: >. >> This patch makes multiple changes that can't be separated: >>. >> 1) Allocate plain RX buffers via a page pool instead of allocating. >> SKBs, then use build_skb() when a packet is received. >> 2) For GbEth IP, reduce the RX buffer size to 2kB.

  5. Hace 6 días · Date: Wed, 29 May 2024 20:07:03 +0100: Subject: Re: [net-next PATCH v4 4/7] net: ravb: Refactor GbEth RX code path: From: Paul Barker <>

  6. Hace 6 días · > Ah, napi_complete() also returns a result... maybe this should be reworded

  7. Hace 6 días · On 28/05/2024 17:47, Sergey Shtylyov wrote: > On 5/28/24 7:44 PM, Sergey Shtylyov wrote: > >>> Make use of the busypolling status returned from NAPI complete to decide