Enable Large Receive Offload (LRO) on the data path. Change-Id: I92d16107a5a14957c73b55bf7f7d24c01b28fb2e CRs-Fixed: 974833
@@ -597,6 +597,11 @@ 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