96 Commits

Author SHA1 Message Date
jiangheng12
4e5a5f0349 reduce cpu usage when send 2023-03-10 19:40:18 +08:00
openeuler-ci-bot
a6a489498c
!240 cleancode: improve lwipopts.h readability
From: @LemmyHuang 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2023-03-09 08:38:29 +00:00
Lemmy Huang
04dd2b870c cleancode: improve lwipopts.h readability
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
2023-03-09 16:08:25 +08:00
openeuler-ci-bot
a1e16c7208
!225 lwip_fnctl only suport F_SETFL,F_GETFL, other opt return 0 for compitable
From: @jiangheng12 
Reviewed-by: @kircher 
Signed-off-by: @kircher
2023-02-23 02:52:52 +00:00
jiangheng12
0ce5c99f1e lwip_fnctl only suport F_SETFL,F_GETFL, other opt return 0 for compitable 2023-02-22 20:54:03 +08:00
openeuler-ci-bot
d1ddfbd2b1
!220 lwip add need_tso_send
From: @kircher 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2023-02-21 07:22:36 +00:00
kircher
7363b06ff8 lwip add need_tso_send 2023-02-21 15:11:11 +08:00
openeuler-ci-bot
fc5efeb670
!214 lwip reuse ip port
From: @kircher 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2023-02-15 09:17:52 +00:00
kircher
50427565f1 lwip add reuse ip port 2023-02-15 10:17:28 +08:00
openeuler-ci-bot
2e2b4549b8
!207 fix TSO snd_nxt incorrectly update
From: @kircher 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2023-02-11 13:05:36 +00:00
kircher
39a1542416 fix TSO snd_nxt incorrectly update 2023-02-11 20:33:16 +08:00
openeuler-ci-bot
71c7e60482
!201 expand recv mbox size
From: @wu-changsheng 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2022-12-30 08:04:59 +00:00
wu-changsheng
8af4c656e2 expand recv mbox size 2022-12-30 15:37:08 +08:00
openeuler-ci-bot
4a59ce95bf
!195 move pcb_if to ip_pcb to let listen pcb can use it
From: @jiangheng12 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-12-28 14:11:58 +00:00
jiangheng
19aadd1a8c move pcb_if to ip_pcb to let listen pcb can use it 2022-12-28 22:06:20 +08:00
openeuler-ci-bot
0ba5acbf5a
!189 reduce struct pbuf size
From: @wu-changsheng 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2022-12-21 15:13:45 +00:00
wu-changsheng
314e4a3cfc reduce struct pbuf size 2022-12-21 22:53:09 +08:00
openeuler-ci-bot
017770dc0e
!184 do not update cwnd when send dataack
From: @kircher 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-12-21 10:25:37 +00:00
kircher
d0e5d8cd5e do not update cwnd when send dataack 2022-12-21 17:52:28 +08:00
openeuler-ci-bot
f9ba979b71
!177 fix dataack is always lower than 256
From: @kircher 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-12-20 11:34:43 +00:00
kircher
95e74662b2 fix the ackdata is always lower than 256 2022-12-20 19:00:20 +08:00
openeuler-ci-bot
609cedce1e
!171 add dataack when recv too many acks with data
From: @kircher 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-12-20 09:05:14 +00:00
kircher
0670e75e85 add dataack when recv too many acks with data 2022-12-20 16:40:07 +08:00
openeuler-ci-bot
dcb9801b1a
!165 add variable in struct sock
From: @wu-changsheng 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2022-12-20 07:09:13 +00:00
wu-changsheng
eb5787602e add-variable-in-struct-sock 2022-12-20 14:54:04 +08:00
openeuler-ci-bot
050f9f062d
!161 [sync] PR-160: skip unnecessary tcp_route
From: @openeuler-sync-bot 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-12-19 13:43:17 +00:00
kircher
a0cdcb345c skip unnecessary tcp_route
(cherry picked from commit a83de6e66b1b5fa574f52cc025e49874c92a75f7)
2022-12-19 20:50:54 +08:00
openeuler-ci-bot
656907fedf
!153 expand rcv wnd and prefetch
From: @wu-changsheng 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2022-12-18 12:52:07 +00:00
wu-changsheng
31044a243f expand rcv wnd and prefetch 2022-12-18 20:05:31 +08:00
openeuler-ci-bot
46d06416c5
!148 optimite pcb unsent and unacked list, fast rexmit all pkts
From: @wu-changsheng 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2022-12-13 15:38:21 +00:00
wu-changsheng
fb86dde53d optimite pcb unsent and unacked list, rexmit all pkts 2022-12-13 23:32:19 +08:00
openeuler-ci-bot
757b549354
!141 add huge snd_buf
From: @compile_success 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-12-07 01:47:25 +00:00
compile_success
5f2a576530 add huge snd_buf 2022-12-06 14:56:48 +00:00
openeuler-ci-bot
87ae734a9a
!127 optimize app thread write buff block
From: @wu-changsheng 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2022-12-03 14:52:45 +00:00
wu-changsheng
e96b1377ed optimize app thread write buff block 2022-12-03 21:41:46 +08:00
openeuler-ci-bot
db01da208d
!124 remove lwip-2.1.3.tar.gz
From: @jiangheng12 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-12-01 13:57:29 +00:00
jiangheng
f2df60ddf0 remove lwip-2.1.3.tar.gz 2022-12-01 17:29:53 +08:00
openeuler-ci-bot
40355fe1d0
!121 replace lwip-2.1.3.tar.gz to lwip-2.1.3.zip
From: @jiangheng12 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-11-26 06:09:34 +00:00
jiangheng
8bcae80ebf replace lwip-2.1.3.tar.gz to lwip-2.1.3.zip 2022-11-26 11:43:54 +08:00
openeuler-ci-bot
d695affc83
!116 enable ARP QUEUE to avoid packet dropped
From: @jiangheng12 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-11-23 02:17:36 +00:00
jiangheng
724272545f enable ARP QUEUE to avoid packet dropped 2022-11-23 09:43:18 +08:00
openeuler-ci-bot
b641ac234d
!115 [sync] PR-113: add fs secure compilation option
From: @openeuler-sync-bot 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-10-25 10:46:53 +00:00
jiangheng
dbc5253127 add fs secure compilation option
(cherry picked from commit d65310e767919ac930e32006167d3f04c906be16)
2022-10-25 10:06:22 +08:00
openeuler-ci-bot
894332b3b6
!110 [sync] PR-108: writev and readv
From: @openeuler-sync-bot 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-10-20 03:05:55 +00:00
compile_success
d001d009e5 add writev and readv
(cherry picked from commit 1f528c7c68371f8fc30cb2a3b1578dcff5e6a498)
2022-10-20 10:39:00 +08:00
openeuler-ci-bot
e369848592
!106 [sync] PR-103: add epoll_create1 and accept4
From: @openeuler-sync-bot 
Reviewed-by: @wu-changsheng 
Signed-off-by: @wu-changsheng
2022-10-19 14:16:27 +00:00
compile_success
e899201dd2 add epoll_create1 and accetp4
(cherry picked from commit 38c2a39300ce3e17d384f1503ced505f41d86c52)
2022-10-19 22:00:53 +08:00
openeuler-ci-bot
20a3aff52c
!97 申请socket失败时,清理sock资源
From: @wu-changsheng 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2022-10-11 14:09:05 +00:00
wu-changsheng
c34dcb43f1 alloc socket fail clean sock 2022-10-11 21:50:01 +08:00
openeuler-ci-bot
075b47b6d7
!92 修复优于free pbuf导致的丢失报文数据
From: @wu-changsheng 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
2022-10-06 13:18:56 +00:00