Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-11 Thread via GitHub
wengzhe commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1561991037 ## net/nat/ipv6_nat.c: ## @@ -0,0 +1,692 @@ +/ + * net/nat/ipv6_nat.c + * + * Licensed to th

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-11 Thread via GitHub
wengzhe commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1561987012 ## net/nat/nat.c: ## @@ -35,6 +35,22 @@ #ifdef CONFIG_NET_NAT +/ + * Pre-processor Defi

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-11 Thread via GitHub
wengzhe commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1561987012 ## net/nat/nat.c: ## @@ -35,6 +35,22 @@ #ifdef CONFIG_NET_NAT +/ + * Pre-processor Defi

[PR] net: Optimize TCP/UDP port selection [nuttx]

2024-04-11 Thread via GitHub
wengzhe opened a new pull request, #12129: URL: https://github.com/apache/nuttx/pull/12129 ## Summary Optimize TCP/UDP port selection, and fix possibly dead loop. Finish discussion in https://github.com/apache/nuttx/pull/12116#discussion_r1560851977 Note: Linux also uses

Re: [I] Unexpected behaviour with poll and tickless scheduler [nuttx]

2024-04-11 Thread via GitHub
anchao commented on issue #11189: URL: https://github.com/apache/nuttx/issues/11189#issuecomment-2050889148 @g2gps Have you tested this issue on latest master? I can't reproduce on qemu-armv8a:nsh_smp_tickless -- This is an automated message from the Apache Git Service. To respond to the

(nuttx) branch dependabot/pip/Documentation/idna-3.7 deleted (was 2cfc64546f)

2024-04-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/Documentation/idna-3.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git was 2cfc64546f build(deps): bump idna from 3.4 to 3.7 in /Documentation The revisions t

Re: [PR] build(deps): bump idna from 3.4 to 3.7 in /Documentation [nuttx]

2024-04-11 Thread via GitHub
xiaoxiang781216 merged PR #12128: URL: https://github.com/apache/nuttx/pull/12128 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

(nuttx) branch master updated: build(deps): bump idna from 3.4 to 3.7 in /Documentation

2024-04-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new b5f4e1a1ae build(deps): bump idna from 3.4 to

(nuttx) branch dependabot/pip/Documentation/idna-3.7 created (now 2cfc64546f)

2024-04-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/Documentation/idna-3.7 in repository https://gitbox.apache.org/repos/asf/nuttx.git at 2cfc64546f build(deps): bump idna from 3.4 to 3.7 in /Documentation No new revision

[PR] build(deps): bump idna from 3.4 to 3.7 in /Documentation [nuttx]

2024-04-11 Thread via GitHub
dependabot[bot] opened a new pull request, #12128: URL: https://github.com/apache/nuttx/pull/12128 Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from https://github.com/kjd/idna/releases";>idna's releases. v3.7 What's Changed Fix

(nuttx-website) branch asf-site updated: Publishing web: 64ae20e5a4df5e2feedb7e48b9ccd7cbb790aa4f docs: 4eddf84a76715fb0585bd3fd2fc1aff09bba6f0d

2024-04-11 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new fb0ecde1d Publishing web: 64ae20e

Re: [PR] mm/gran: remove size limitation [nuttx]

2024-04-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #12095: URL: https://github.com/apache/nuttx/pull/12095#discussion_r1561310877 ## mm/mm_gran/mm_gran2.c: ## @@ -0,0 +1,138 @@ +/ + * mm/mm_gran/mm_gran2.c Review

Re: [PR] sched/irq: remove scheduling check in csection [nuttx]

2024-04-11 Thread via GitHub
simbit18 commented on PR #12115: URL: https://github.com/apache/nuttx/pull/12115#issuecomment-2049975339 @hujun260 the CI failed due to network instability, you can push the change again. https://github.com/apache/nuttx/actions/runs/8624934069/job/23640783712?pr=12115#step:7:886

(nuttx) 01/04: net/nat: Make some IPv4 NAT functions as common

2024-04-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit f2ff5cee03353acb4acf817a2c1709722c1b4391 Author: Zhe Weng AuthorDate: Mon Mar 18 18:41:38 2024 +0800 net/nat: Mak

(nuttx) 02/04: net/utils: Add net_ipv6_payload to get IPv6 L4 payload

2024-04-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 676826cb7c52250692ba5ea626e0debb4d10d9e7 Author: Zhe Weng AuthorDate: Mon Mar 18 18:22:50 2024 +0800 net/utils: A

(nuttx) 03/04: net/nat: Support IPv6 Masquerading (NAT66)

2024-04-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit f3b34c84c2f970b21881abf397be12969913fbc8 Author: Zhe Weng AuthorDate: Wed Mar 13 17:04:55 2024 +0800 net/nat: Sup

(nuttx) 04/04: net/nat: Optimize port selection

2024-04-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git commit 4eddf84a76715fb0585bd3fd2fc1aff09bba6f0d Author: Zhe Weng AuthorDate: Thu Apr 11 18:28:00 2024 +0800 net/nat: Opt

(nuttx) branch master updated (412d2ce113 -> 4eddf84a76)

2024-04-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git from 412d2ce113 arch/riscv: add T-HEAD CSR mapping new f2ff5cee03 net/nat: Make some IPv4 NAT functions as common

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-11 Thread via GitHub
xiaoxiang781216 merged PR #12116: URL: https://github.com/apache/nuttx/pull/12116 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

(nuttx) branch master updated: arch/riscv: add T-HEAD CSR mapping

2024-04-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 412d2ce113 arch/riscv: add T-HEAD CSR mapping

Re: [PR] sched/mqueue: correct list parameter [nuttx]

2024-04-11 Thread via GitHub
xiaoxiang781216 merged PR #12126: URL: https://github.com/apache/nuttx/pull/12126 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] arch/riscv: add T-HEAD CSR mapping [nuttx]

2024-04-11 Thread via GitHub
xiaoxiang781216 merged PR #12125: URL: https://github.com/apache/nuttx/pull/12125 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

(nuttx) branch master updated: sched/mqueue: correct list parameter

2024-04-11 Thread xiaoxiang
This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 23e9489345 sched/mqueue: correct list paramete

Re: [I] When i use cmake to build sim:libcxxtest, it display undefined reference to `NXpthread_setspecific' [nuttx]

2024-04-11 Thread via GitHub
raiden00pl commented on issue #12127: URL: https://github.com/apache/nuttx/issues/12127#issuecomment-2049725709 you have to set CONFIG_TLS_NELEM > 0 . It's strange that this problem doesn't occur for make. -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] arch/riscv: add T-HEAD CSR mapping [nuttx]

2024-04-11 Thread via GitHub
pkarashchenko commented on PR #12125: URL: https://github.com/apache/nuttx/pull/12125#issuecomment-2049711373 I'm not an expert here. Probably we should do this if possible -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] arch/riscv: add T-HEAD CSR mapping [nuttx]

2024-04-11 Thread via GitHub
acassis commented on PR #12125: URL: https://github.com/apache/nuttx/pull/12125#issuecomment-2049709230 @pkarashchenko I think we should change our CI to retry connecting when these instability issues occur -- This is an automated message from the Apache Git Service. To respond to the me

(nuttx) branch master updated: add drivertest test cases on sim for CI

2024-04-11 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git The following commit(s) were added to refs/heads/master by this push: new 9a4afbcb62 add drivertest test cases on sim for

Re: [PR] add drivertest test cases on sim for CI [nuttx]

2024-04-11 Thread via GitHub
acassis merged PR #12119: URL: https://github.com/apache/nuttx/pull/12119 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

[I] When i use cmake to build sim:libcxxtest, it display undefined reference to `NXpthread_setspecific' [nuttx]

2024-04-11 Thread via GitHub
shikoumuzi opened a new issue, #12127: URL: https://github.com/apache/nuttx/issues/12127 when i use cmake -B build -DBOARD_CONFIG=sim:libcxxtest it can not compile ![image](https://github.com/apache/nuttx/assets/98224466/88565164-17aa-45ef-af28-9a1c96895559) but when i use make to b

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-11 Thread via GitHub
anchao commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1560897283 ## net/nat/nat.c: ## @@ -35,6 +35,22 @@ #ifdef CONFIG_NET_NAT +/ + * Pre-processor Defin

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-11 Thread via GitHub
wengzhe commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1560893592 ## net/nat/nat.c: ## @@ -35,6 +35,22 @@ #ifdef CONFIG_NET_NAT +/ + * Pre-processor Defi

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-11 Thread via GitHub
anchao commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1560880897 ## net/nat/ipv6_nat.c: ## @@ -0,0 +1,692 @@ +/ + * net/nat/ipv6_nat.c + * + * Licensed to the

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-11 Thread via GitHub
anchao commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1560851977 ## net/nat/nat.c: ## @@ -35,6 +35,22 @@ #ifdef CONFIG_NET_NAT +/ + * Pre-processor Defin

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-11 Thread via GitHub
wengzhe commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1560807634 ## net/nat/nat.c: ## @@ -0,0 +1,341 @@ +/ + * net/nat/nat.c + * + * Licensed to the Apache S

Re: [PR] net/nat: Support IPv6 Masquerading (NAT66) [nuttx]

2024-04-11 Thread via GitHub
wengzhe commented on code in PR #12116: URL: https://github.com/apache/nuttx/pull/12116#discussion_r1560692752 ## net/nat/ipv6_nat_entry.c: ## @@ -0,0 +1,439 @@ +/ + * net/nat/ipv6_nat_entry.c + * + * Li

Re: [PR] arch/riscv: add T-HEAD CSR mapping [nuttx]

2024-04-11 Thread via GitHub
inochisa commented on PR #12125: URL: https://github.com/apache/nuttx/pull/12125#issuecomment-2049236872 @pkarashchenko Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] mm/gran: remove allocation size limitation [nuttx]

2024-04-11 Thread via GitHub
yf13 commented on PR #12095: URL: https://github.com/apache/nuttx/pull/12095#issuecomment-2049235779 > Thank for testing, let's improve gran in place. @xiaoxiang781216 replacement is done. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] arch/riscv: add T-HEAD CSR mapping [nuttx]

2024-04-11 Thread via GitHub
pkarashchenko commented on PR #12125: URL: https://github.com/apache/nuttx/pull/12125#issuecomment-2049235201 I restarted CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] mm/gran: remove allocation size limitation [nuttx]

2024-04-11 Thread via GitHub
yf13 commented on PR #12095: URL: https://github.com/apache/nuttx/pull/12095#issuecomment-2049234236 @xiaoxiang781216 the replacement is done, please review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] arch/riscv: add T-HEAD CSR mapping [nuttx]

2024-04-11 Thread via GitHub
simbit18 commented on PR #12125: URL: https://github.com/apache/nuttx/pull/12125#issuecomment-2049223518 @inochisa the CI failed due to network instability, you can push the change again. https://github.com/apache/nuttx/actions/runs/8641783421/job/23691936554?pr=12125#step:7:1832

[PR] sched/mqueue: correct list parameter [nuttx]

2024-04-11 Thread via GitHub
anchao opened a new pull request, #12126: URL: https://github.com/apache/nuttx/pull/12126 ## Summary sched/mqueue: correct list parameter 1. correct list parameter 2. move global data to bss Signed-off-by: chao an ## Impact N/A ## Testing