net/cxgbe: fix missing checksum flags and packet type
authorVishal Kulkarni <vishal@chelsio.com>
Wed, 20 Mar 2019 11:48:21 +0000 (17:18 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 21 Mar 2019 19:45:59 +0000 (20:45 +0100)
commitdf68e75a79a4d0f86d0ebea2d43775759e066a2a
tree8f9dffde6629be844859c3023eba3e0494606bb5
parent34020f189a11be94f3ad9f9f74649293338fe912
net/cxgbe: fix missing checksum flags and packet type

Checksum good offload flags are not being set and some of the
packet type flags are missing on received packets. So, rework
Rx path to set proper ol_flags and packet_type in mbufs.

Fixes: 78fc1a716ae8 ("cxgbe: improve Rx performance")
Cc: stable@dpdk.org
Signed-off-by: Vishal Kulkarni <vishal@chelsio.com>
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
drivers/net/cxgbe/sge.c