[dpdk-dev] [PATCH] net/ice: fix outher chksum on cvl unknown

2020-11-02 Thread Murphy Yang
Currently, driver does not supports parse UDP outer checksum flag of tunneled packets. When execute 'csum set outer-udp hw 0' and 'csum parse-tunnel on 0' commands to enable hardware UDP outer checksum. This patch supports parse UDP outer checksum flag of tunneled packets. Fixes: dbf3c0e77a22 ("n

[dpdk-dev] [PATCH] net/ice: fix outher chksum on cvl unknown

2020-10-14 Thread murphy yang
From: murphy When set 'csum set outer-udp hw 0' ,support for ICE_RX_FLEX_DESC_STATUS0_XSUM_EUDPE_S,mark the packet PKT_RX_OUTER_L4_CKSUM_BAD or PKT_RX_OUTER_L4_CKSUM_GOOD Fixes: dbf3c0e77a22 ("net/ice: handle Rx flex descriptor") Signed-off-by: murphy --- drivers/net/ice/ice_rxtx.c | 5 +