> -----Original Message-----
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ting Xu
> Sent: Wednesday, July 17, 2019 12:12 AM
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo <wenzhuo...@intel.com>; Wu, Jingjing
> <jingjing...@intel.com>; Xu, Ting <ting...@intel.com>; sta...@dpdk.org
> 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: sta...@dpdk.org
>
> Signed-off-by: Ting Xu <ting...@intel.com>
> ---
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi