On Mon, Sep 30, 2019 at 01:10:48PM +0530, Potnuri Bharat Teja wrote: > pass_accept_req() is using the same skb for handling accept request and > sending accept reply to HW. Here req and rpl structures are pointing to > same skb->data which is over written by INIT_TP_WR() and leads to > accessing corrupt req fields in accept_cr() while checking for ECN flags. > Reordered code in accept_cr() to fetch correct req fields. > > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> This needs a fixes line Jason