Enable Large Receive Offload (LRO) on the data path. Change-Id: Ia0dff3ebbfd557f247a14bcff614b9ccc793cb13 CRs-Fixed: 974833
@@ -593,6 +593,10 @@ gEnableFastPath=1
# 1 - enable
TSOEnable=1
+# Enable Large Receive Offload
+# 0 - disable
+# 1 - enable
+LROEnable=1
END
# Note: Configuration parser would not read anything past the END marker