]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/thunderx/nicvf_ethdev.h
bus/vmbus: skip non-network devices
[dpdk.git] / drivers / net / thunderx / nicvf_ethdev.h
index 9af508803f11c256ae4a75e74dfe41f30e26526f..c0bfbf84890e97dc5afb0a11323b624e9fd98288 100644 (file)
@@ -38,8 +38,8 @@
        DEV_TX_OFFLOAD_MULTI_SEGS)
 
 #define NICVF_RX_OFFLOAD_CAPA ( \
+       DEV_RX_OFFLOAD_CHECKSUM    | \
        DEV_RX_OFFLOAD_VLAN_STRIP  | \
-       DEV_RX_OFFLOAD_CRC_STRIP   | \
        DEV_RX_OFFLOAD_JUMBO_FRAME | \
        DEV_RX_OFFLOAD_SCATTER)