[dpdk-stable] [dpdk-dev] [PATCH] net/netvsc: fix seg fault during transmit

Ferruh Yigit ferruh.yigit at intel.com
Thu Jul 30 19:31:52 CEST 2020


On 7/30/2020 4:13 PM, Stephen Hemminger wrote:
> On Wed, 29 Jul 2020 09:58:44 -0400
> Chas Williams <3chas3 at gmail.com> wrote:
> 
>> Commit cc0251813277 ("net/netvsc: split send buffers from Tx
>> descriptors") changed the way that transmit descriptors are
>> allocated. They come from a single pool instead of being
>> individually attached to each mbuf. To find the IOVA, you need
>> to calculate the offset from the base of the pool.
>>
>> Fixes: cc0251813277 ("net/netvsc: split send buffers from Tx descriptors")
>> Cc: stable at dpdk.org
>>
>> Signed-off-by: Chas Williams <3chas3 at gmail.com>
> 
> Acked-by: Stephen Hemminger <stephen at networkplumber.org>
> 

Applied to dpdk-next-net/master, thanks.


More information about the stable mailing list