[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180103.134437.1331978804063112439.davem@davemloft.net>
Date: Wed, 03 Jan 2018 13:44:37 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: nhorman@...driver.com
Cc: netdev@...r.kernel.org, tedheadster@...il.com, nhorman@...hat.com,
klassert@...hematik.tu-chemnitz.de
Subject: Re: [PATCHv3] 3c59x: fix missing dma_mapping_error check and bad
ring refill logic
From: Neil Horman <nhorman@...driver.com>
Date: Wed, 3 Jan 2018 13:09:23 -0500
> A few spots in 3c59x missed calls to dma_mapping_error checks, casuing
> WARN_ONS to trigger. Clean those up. While we're at it, refactor the
> refill code a bit so that if skb allocation or dma mapping fails, we
> recycle the existing buffer. This prevents holes in the rx ring, and
> makes for much simpler logic
>
> Note: This is compile only tested. Ted, if you could run this and
> confirm that it continues to work properly, I would appreciate it, as I
> currently don't have access to this hardware
>
> Signed-off-by: Neil Horman <nhorman@...hat.com>
> CC: Steffen Klassert <klassert@...hematik.tu-chemnitz.de>
> CC: "David S. Miller" <davem@...emloft.net>
> Reported-by: tedheadster@...il.com
>
> ---
> Change notes:
>
> v2)
> * Fixed tx path to free skb on mapping error
> * Refactored rx path to recycle skbs on allocation/mapping error
> * Used refactoring to remove oom timer and dirty_rx index
>
> v3)
> * Removed unused variable that was causing a warning
Applied.
Powered by blists - more mailing lists