commit cc5db3150e87fe7f7e947bf333b6c1c97f848ecb
Author: Hemanth Puranik <[email protected]>
Date:   Tue Mar 6 08:18:06 2018 +0530

    net: qcom/emac: Use proper free methods during TX
    
    This patch fixes the warning messages/call traces seen if DMA debug is
    enabled, In case of fragmented skb's memory was allocated using
    dma_map_page but freed using dma_unmap_single. This patch modifies buffer
    allocations in TX path to use dma_map_page in all the places and
    dma_unmap_page while freeing the buffers.
    
    Signed-off-by: Hemanth Puranik <[email protected]>
    Acked-by: Timur Tabi <[email protected]>
    Signed-off-by: David S. Miller <[email protected]>

** Summary changed:

- System take long time to read device via Thunderbolt 3 port
+ System takea long time to read device via Thunderbolt 3 port

** Summary changed:

- System takea long time to read device via Thunderbolt 3 port
+ System takes long time to read device via Thunderbolt 3 port

** Tags added: originate-from-1786753 somerville

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788567

Title:
  System takes long time to read device via Thunderbolt 3 port

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1788567/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to