Re: [PATCH net-next 1/2] net: Take common prefetch code structure into a function

2019-05-08 Thread Tariq Toukan
On 5/7/2019 1:08 PM, Jesper Dangaard Brouer wrote: > On Mon, 6 May 2019 16:51:57 -0700 > Jakub Kicinski wrote: > >> On Sun, 5 May 2019 13:36:06 +0300, Tariq Toukan wrote: >>> Many device drivers use the same prefetch code structure to >>> deal with small L1 cacheline size. >>> Take this code i

Re: [PATCH net-next 1/2] net: Take common prefetch code structure into a function

2019-05-07 Thread Jesper Dangaard Brouer
On Mon, 6 May 2019 16:51:57 -0700 Jakub Kicinski wrote: > On Sun, 5 May 2019 13:36:06 +0300, Tariq Toukan wrote: > > Many device drivers use the same prefetch code structure to > > deal with small L1 cacheline size. > > Take this code into a function and call it from the drivers. > > > > Sugges

Re: [PATCH net-next 1/2] net: Take common prefetch code structure into a function

2019-05-06 Thread Jakub Kicinski
On Sun, 5 May 2019 13:36:06 +0300, Tariq Toukan wrote: > Many device drivers use the same prefetch code structure to > deal with small L1 cacheline size. > Take this code into a function and call it from the drivers. > > Suggested-by: Jakub Kicinski > Signed-off-by: Tariq Toukan > Reviewed-by:

[PATCH net-next 1/2] net: Take common prefetch code structure into a function

2019-05-05 Thread Tariq Toukan
Many device drivers use the same prefetch code structure to deal with small L1 cacheline size. Take this code into a function and call it from the drivers. Suggested-by: Jakub Kicinski Signed-off-by: Tariq Toukan Reviewed-by: Saeed Mahameed Cc: Jesper Dangaard Brouer --- drivers/net/ethernet/