OSDN Git Service

qed: Fix MPA unalign flow in case header is split across two packets.
authorMichal Kalderon <Michal.Kalderon@cavium.com>
Wed, 14 Mar 2018 12:49:27 +0000 (14:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Mar 2018 16:13:50 +0000 (12:13 -0400)
commit933e8c91b9f5a2f504f6da1f069c410449b9f4b9
tree1c0f41b94dcfdb71ed7ed2b5d99b6ef9f65558e3
parentfa6a91e9b907231d2e38ea5ed89c537b3525df3d
qed: Fix MPA unalign flow in case header is split across two packets.

There is a corner case in the MPA unalign flow where a FPDU header is
split over two tcp segments. The length of the first fragment in this
case was not initialized properly and should be '1'

Fixes: c7d1d839 ("qed: Add support for MPA header being split over two tcp packets")

Signed-off-by: Michal Kalderon <Michal.Kalderon@cavium.com>
Signed-off-by: Ariel Elior <Ariel.Elior@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qed/qed_iwarp.c