[dpdk-dev] [PATCH 4/4] net/vmxnet3: enable lro
2016-08-12 17:58, Yong Wang: > + DEV_RX_OFFLOAD_TCP_LRO; You should update doc/guides/nics/features/vmxnet3.ini accordingly. Thanks
[dpdk-dev] [PATCH 4/4] net/vmxnet3: enable lro
The current implementation of jumbo frame rx can be used for LRO directly without changes. This change enables device LRO if requested. Note that since jumbo frame uses both ring0 and ring1, it cannot be enabled in UPT (VMDirectPath) mode. Signed-off-by: Yong Wang --- drivers/net/vmxnet3/vmxne