Skip to content

Commit

Permalink
mvebu: dts: enable IP checksum with jumbo frames for Armada 38x on Port0
Browse files Browse the repository at this point in the history
The Ethernet controller found in the Armada 38x SoC's family support
TCP/IP checksumming with frame sizes larger than 1600 bytes, however
only on port 0.

This commit enables it by setting 'tx-csum-limit' to 9800B in
'ethernet@70000' node.

Signed-off-by: Marcin Wojtas <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
wojtas-marcin authored and davem330 committed Dec 3, 2015
1 parent 9110ee0 commit c4a2500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/armada-38x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@
reg = <0x70000 0x4000>;
interrupts-extended = <&mpic 8>;
clocks = <&gateclk 4>;
tx-csum-limit = <9800>;
status = "disabled";
};

Expand Down

0 comments on commit c4a2500

Please sign in to comment.