On 08/03/2017 6:17 PM, Eric Dumazet wrote:
Instead of fetching dma address from rx_desc->data[0].addr, prefer using frags[0].dma + frags[0].page_offset to avoid a potential cache line miss. Signed-off-by: Eric Dumazet <[email protected]> --- drivers/net/ethernet/mellanox/mlx4/en_rx.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)
Acked-by: Tariq Toukan <[email protected]> Thanks.
