Skip to content

Commit 21d9ffa

Browse files
danieldegrassecarlescufi
authored andcommitted
samples: zperf: enable hardware acceleration for RT1050/RT1060
enable hardware acceleration of ethernet checksum calculation for RT1050 and RT1060 Performance change (as tested with iperf on RT1050) TCP RX: 50.6Mbps->52.4Mbps TCP TX: 49.5Mbps->50.2Mbps Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 0a3bf28 commit 21d9ffa

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Note: HW accleration does not support IPV6
2+
CONFIG_ETH_MCUX_HW_ACCELERATION=y
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Note: HW accleration does not support IPV6
2+
CONFIG_ETH_MCUX_HW_ACCELERATION=y
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright 2022 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Use cortex systick as hardware timer */
8+
&systick {
9+
status = "okay";
10+
};
11+
12+
&gpt_hw_timer {
13+
status = "disabled";
14+
};

0 commit comments

Comments
 (0)