Re: [dpdk-dev] [PATCH] net/enic: fix the size check in Tx prepare handler

2018-11-13 Thread Ferruh Yigit
On 11/13/2018 3:38 PM, Hyong Youb Kim wrote: > The current code wrongly assumes that packets are non-TSO and ends up > rejecting large TSO packets. Check non-TSO and TSO max packet sizes > separately. > > Fixes: 5a12c387405a ("net/enic: check maximum packet size in Tx prepare > handler") > Cc: st

[dpdk-dev] [PATCH] net/enic: fix the size check in Tx prepare handler

2018-11-13 Thread Hyong Youb Kim
The current code wrongly assumes that packets are non-TSO and ends up rejecting large TSO packets. Check non-TSO and TSO max packet sizes separately. Fixes: 5a12c387405a ("net/enic: check maximum packet size in Tx prepare handler") Cc: sta...@dpdk.org Signed-off-by: Hyong Youb Kim Reviewed-by: