> -----Original Message-----
> From: dev [mailto:[email protected]] On Behalf Of Ting Xu
> Sent: Wednesday, July 17, 2019 12:12 AM
> To: [email protected]
> Cc: Lu, Wenzhuo <[email protected]>; Wu, Jingjing
> <[email protected]>; Xu, Ting <[email protected]>; [email protected]
> Subject: [dpdk-dev] [PATCH v2] net/iavf: fix driver crash when enable TSO
>
> The iavf driver crashes when forwarding packets with TSO enabled. The reason
> is that the tx context descriptor configuration is not transferred to
> tx-ring. This
> step is added in this patch.
>
> Fixes: 584798f8e8ab ("net/avf: fix unused variables and label")
Above commit does not introduce the problem.
Correct fix line to,
Fixes: a2b29a7733ef ("net/avf: enable basic Rx Tx")
> Cc: [email protected]
>
> Signed-off-by: Ting Xu <[email protected]>
> ---
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi