nuttx/boards/risc-v/esp32c3/esp32c3-devkit
chao an 61563d6004 risc-v/es32c3: improve passthrough performance by iob offload
Use iob offload model to improve passthrough performance

1. Use iob buffer instead of reserved packet buffer
2. Enable TCP/UDP buffer mode

-------------------------------------------------
|  Protocol      | Server | Client |            |
|-----------------------------------------------|
|  TCP           |    7   |    12  |  Mbits/sec |
|  TCP(Offload)  |   17   |    11  |  Mbits/sec |
|  UDP           |   10   |    16  |  Mbits/sec |
|  UDP(Offload)  |   43   |    28  |  Mbits/sec |
-------------------------------------------------

Signed-off-by: chao an <anchao@xiaomi.com>
2022-12-11 16:19:20 +08:00
..
configs risc-v/es32c3: improve passthrough performance by iob offload 2022-12-11 16:19:20 +08:00
include arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
scripts risc-v/esp32c3: Refactor and rename linker scripts 2022-12-09 11:19:27 +08:00
src risc-v/esp32c3: Add ROMFS files into .gitignore 2022-12-09 23:35:08 +08:00
Kconfig risc-v/esp32c3: Move files shared between boards into a common folder 2022-12-09 11:19:27 +08:00