Re: [dpdk-dev] [PATCH] net/mlx5: fix inlining segmented TSO packet

2018-05-10 Thread Yongseok Koh
> On May 10, 2018, at 5:50 PM, Yongseok Koh wrote: > > When a multi-segmented packet is inlined, data can be further inlined even > after the first segment. In case of TSO packet, extra inline data after TSO > header should be carried by an inline DSEG which has 4B inline header > recording the

[dpdk-dev] [PATCH] net/mlx5: fix inlining segmented TSO packet

2018-05-10 Thread Yongseok Koh
When a multi-segmented packet is inlined, data can be further inlined even after the first segment. In case of TSO packet, extra inline data after TSO header should be carried by an inline DSEG which has 4B inline header recording the length of the inline data. If more than one segment is inlined,