From cd3411088f6bb4393d79c50b5f7eef3f11a83435 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 00:31:33 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../linux/files/disable_hw_checksum_offload.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-kernel/linux/files/disable_hw_checksum_offload.patch (limited to 'recipes-kernel/linux/files/disable_hw_checksum_offload.patch') diff --git a/recipes-kernel/linux/files/disable_hw_checksum_offload.patch b/recipes-kernel/linux/files/disable_hw_checksum_offload.patch new file mode 100644 index 0000000..4b318c1 --- /dev/null +++ b/recipes-kernel/linux/files/disable_hw_checksum_offload.patch @@ -0,0 +1,19 @@ +Temporarily disable HW checksum offload + +Signed-off-by: Tudor Florea +Upstream-Status: Pending + + +diff --git a/arch/arm/boot/dts/k2hk-evm.dts b/arch/arm/boot/dts/k2hk-evm.dts +index 16cf335..7dc9665 100644 +--- a/arch/arm/boot/dts/k2hk-evm.dts ++++ b/arch/arm/boot/dts/k2hk-evm.dts +@@ -2521,7 +2521,7 @@ + }; + pa: pa@2000000 { + label = "keystone-pa"; +- checksum-offload = <1>; /* 1 - HW offload */ ++ checksum-offload = <2>; + txhook-order = <10>; + txhook-softcsum = <40>; + rxhook-order = <10>; -- cgit v1.2.3-54-g00ecf