net/enic: enable flow API for VF representor
[dpdk.git] / drivers / net / octeontx2 / otx2_lookup.c
index 9dcfc75..10944bc 100644 (file)
@@ -301,6 +301,7 @@ nix_create_rx_ol_flags_array(void *mem)
                            errcode == NIX_RX_PERRCODE_OL4_LEN ||
                            errcode == NIX_RX_PERRCODE_OL4_PORT) {
                                val |= PKT_RX_IP_CKSUM_GOOD;
+                               val |= PKT_RX_L4_CKSUM_BAD;
                                val |= PKT_RX_OUTER_L4_CKSUM_BAD;
                        } else if (errcode == NIX_RX_PERRCODE_IL4_CHK ||
                                   errcode == NIX_RX_PERRCODE_IL4_LEN ||