Re: [dpdk-dev] [PATCH] net/mlx5: fix concurrent use of Tx offloads

2019-01-28 Thread Yongseok Koh
> On Jan 28, 2019, at 10:49 PM, Dekel Peled wrote: > > Original patch implemented the use of match_metadata offload in the > different burst functions. > The concurrent use of match_metadata and multi_segs offloads was > not handled. > > This patch updates function txq_scatter_v(), to pass metad

[dpdk-dev] [PATCH] net/mlx5: fix concurrent use of Tx offloads

2019-01-28 Thread Dekel Peled
Original patch implemented the use of match_metadata offload in the different burst functions. The concurrent use of match_metadata and multi_segs offloads was not handled. This patch updates function txq_scatter_v(), to pass metadata value from mbuf to wqe, when indicated by offload flags. Fixes