Re: [dpdk-dev] [PATCH] net/mlx5: fix packet inline on Tx queue wraparound

2019-03-14 Thread Shahaf Shuler
Monday, March 11, 2019 9:58 PM, Yongseok Koh: > Subject: Re: [PATCH] net/mlx5: fix packet inline on Tx queue wraparound > > > > On Mar 10, 2019, at 12:14 AM, Shahaf Shuler > wrote: > > > > Inlining a packet to WQE that cross the WQ wraparound, i.e. the WQE > > starts on the end of the ring and e

Re: [dpdk-dev] [PATCH] net/mlx5: fix packet inline on Tx queue wraparound

2019-03-11 Thread Yongseok Koh
> On Mar 10, 2019, at 12:14 AM, Shahaf Shuler wrote: > > Inlining a packet to WQE that cross the WQ wraparound, i.e. the WQE > starts on the end of the ring and ends on the beginning, is not > supported and blocked by the data path logic. > > However, in case of TSO, an extra inline header is