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 |
|
Gustavo Henrique Nihei
|
1ced1e9f35
|
risc-v/esp32c3: Move files shared between boards into a common folder
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
|
2022-12-09 11:19:27 +08:00 |
|
YAMAMOTO Takashi
|
864f43b562
|
esp32*: Disable CONFIG_RAW_BINARY
Because it uses the same filename as esp32 Config.mk. (nuttx.bin)
|
2022-05-27 13:41:51 +03:00 |
|
Ville Juven
|
5800dd2af5
|
boards/xxx: Remove CONFIG_SCHED_ATEXIT/ONEXIT from all defconfigs
|
2022-05-25 15:28:43 +08:00 |
|
Gustavo Henrique Nihei
|
18d74dbea0
|
risc-v/esp32c3: Fix leak of semaphores created by Wi-Fi kernel thread
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
|
2022-05-25 09:46:30 +09:00 |
|
Gustavo Henrique Nihei
|
b2d77c0e9c
|
Revert "risc-v/esp32c3: Use onexit to free thread private semaphore"
This reverts commit f5eaf82c93 .
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
|
2022-05-25 09:46:30 +09:00 |
|
ligd
|
412d030149
|
boards: move USERMAIN_XX out of INIT_ENTRYPOINT
Signed-off-by: ligd <liguiding1@xiaomi.com>
|
2021-12-24 08:23:30 -06:00 |
|
Dong Heng
|
f5eaf82c93
|
risc-v/esp32c3: Use onexit to free thread private semaphore
|
2021-07-12 09:38:21 -03:00 |
|
xiewenxiang
|
8b96edc3a5
|
riscv/esp32c3: Add esp32c3 BLE driver
|
2021-06-28 23:14:30 -05:00 |
|
YAMAMOTO Takashi
|
c20ed229b1
|
refresh configs
|
2021-06-03 10:05:33 -05:00 |
|
chenwen
|
91eb70b5ef
|
risc-v/esp32c3: Support ESP32-C3 wireless ioctl cmd
|
2021-03-30 12:29:11 -05:00 |
|
Jiuzhu Dong
|
59eb4fa8d6
|
fs: delete NFILE_DESCRIPTORS for allocating dynamically
Change-Id: Id06d215063796d222b9792d25ab2d6742167729f
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
|
2021-03-17 06:46:42 -07:00 |
|
Dong Heng
|
458caf2732
|
riscv/esp32c3: Add ESP32-C3 WLAN netcard driver
|
2021-03-16 10:42:32 -03:00 |
|