[Intel-wired-lan] [next PATCH S26 03/12] i40e: fix bug in dma sync
Bowers, AndrewX
andrewx.bowers at intel.com
Thu Jan 7 22:37:58 UTC 2016
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Deepthi Kavalur
> Sent: Monday, January 04, 2016 10:33 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [next PATCH S26 03/12] i40e: fix bug in dma sync
>
> From: Jesse Brandeburg <jesse.brandeburg at intel.com>
>
> Driver was using an offset based off a dma handle while mapping and
> unmapping using sync_single_range_for[cpu|device], where it should be
> using dma handle (returned from alloc_coherent) and the offset of the
> memory to be sync'd.
>
> Signed-off-by: Jesse Brandeburg <jesse.brandeburg at intel.com>
> Reviewed-by: Nelson, Shannon <shannon.nelson at intel.com>
> Reviewed-by: Williams, Mitch A <mitch.a.williams at intel.com>
> Change-ID: I208256565b1595ff0e9171ab852de06b997917c6
> ---
> Testing-Hints:
> Test traffic, test with DMA API debugging enabled.
>
> drivers/net/ethernet/intel/i40e/i40e_txrx.c | 8 ++++----
> drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 8 ++++----
> 2 files changed, 8 insertions(+), 8 deletions(-)
Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
Patch code changes correctly applied, no dma errors recorded
More information about the Intel-wired-lan
mailing list