RE: [PATCH v2] net/iavf: fix segmentation offload buffer size

2022-02-19 Thread Zhang, Qi Z
> > Subject: [PATCH v2] net/iavf: fix segmentation offload buffer size > > This fix commit ff8b8bcd2ebe, which resulted in incorrect buffer size being > computed for non IPses TSO packets. > > Fixes: ff8b8bcd2ebe ("net/iavf: fix segmentation offload condition") &

[PATCH v2] net/iavf: fix segmentation offload buffer size

2022-02-15 Thread Radu Nicolau
This fix commit ff8b8bcd2ebe, which resulted in incorrect buffer size being computed for non IPses TSO packets. Fixes: ff8b8bcd2ebe ("net/iavf: fix segmentation offload condition") Signed-off-by: Radu Nicolau --- v2: reworked it to fix the initial issue instead of just reverting ff8b8bcd2ebe d