Re: [PATCH net-next] net: systemport: Remove need for DMA descriptor

2019-04-22 Thread David Miller
From: Florian Fainelli Date: Mon, 22 Apr 2019 09:46:44 -0700 > All we do is write the length/status and address bits to a DMA > descriptor only to write its contents into on-chip registers right > after, eliminate this unnecessary step. > > Signed-off-by: Florian Fainelli Applied, thanks.

Re: [PATCH net-next] net: systemport: Remove need for DMA descriptor

2019-04-22 Thread Jakub Kicinski
On Mon, 22 Apr 2019 09:46:44 -0700, Florian Fainelli wrote: > All we do is write the length/status and address bits to a DMA > descriptor only to write its contents into on-chip registers right > after, eliminate this unnecessary step. > > Signed-off-by: Florian Fainelli Reviewed-by: Jakub Kicin

[PATCH net-next] net: systemport: Remove need for DMA descriptor

2019-04-22 Thread Florian Fainelli
All we do is write the length/status and address bits to a DMA descriptor only to write its contents into on-chip registers right after, eliminate this unnecessary step. Signed-off-by: Florian Fainelli --- drivers/net/ethernet/broadcom/bcmsysport.c | 56 +++--- drivers/net/ethern