On Tue, 2018-12-04 at 12:50 -0800, Cong Wang wrote: > On Tue, Dec 4, 2018 at 11:21 AM Saeed Mahameed > <sae...@dev.mellanox.co.il> wrote: > > we are still working on it. > > No, I give up. > > Sorry for wasting time. Let's save everyone's time by discarding it!! > :)
Hi Cong, sorry to hear that, i will take your patch evaluate and test personally, will do the needed changes and post it later. for now i feel that you don't want csum complete in your servers and we already have the tool for that, just do: ethtool --set-priv-flags <ifname> rx_no_csum_complete on ethtool --show-priv-flags <ifname> Private flags for p5p1: rx_cqe_moder : on tx_cqe_moder : off rx_cqe_compress : off rx_striding_rq : off rx_no_csum_complete: on this will disable csum complete and avoid the csum error for padded short packets. Thanks, Saeed.