[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7129: arch/armv7[a|r]: Implement up_affinity_irq

2022-09-19 Thread GitBox
masayuki2009 commented on PR #7129: URL: https://github.com/apache/incubator-nuttx/pull/7129#issuecomment-1251887445 >I wonder the performance difference on the real device. I still have an issue with AR8031 gigabit ethernet PHY. So I can not run the iperf on the real device. --

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7129: arch/armv7[a|r]: Implement up_affinity_irq

2022-09-19 Thread GitBox
xiaoxiang781216 commented on PR #7129: URL: https://github.com/apache/incubator-nuttx/pull/7129#issuecomment-1251862218 > @xiaoxiang781216 > > During testing this PR with sabre-6quad:netknsh_smp on QEMU-6.2, I noticed performance degradation. > I wonder the performance diffe

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7129: arch/armv7[a|r]: Implement up_affinity_irq

2022-09-19 Thread GitBox
xiaoxiang781216 commented on PR #7129: URL: https://github.com/apache/incubator-nuttx/pull/7129#issuecomment-1251860453 @masayuki2009 I refine the implementation, the performance should keep as before now. Could you verify again, thanks. -- This is an automated message from the Apache Git

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7129: arch/armv7[a|r]: Implement up_affinity_irq

2022-09-19 Thread GitBox
masayuki2009 commented on PR #7129: URL: https://github.com/apache/incubator-nuttx/pull/7129#issuecomment-1251850814 @xiaoxiang781216 During testing this PR with sabre-6quad:netknsh_smp on QEMU-6.2, I noticed performance degradation. Without this PR ``` nsh> iperf -s

[incubator-nuttx] branch master updated (d5a1576361 -> a2deaa73c3)

2022-09-19 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/incubator-nuttx.git from d5a1576361 net/wireless: add support for netdev private ioctl add a2deaa73c3 arch: risc-v: Remove FPU

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7137: arch: risc-v: Remove FPU support from qemu-rv

2022-09-19 Thread GitBox
xiaoxiang781216 merged PR #7137: URL: https://github.com/apache/incubator-nuttx/pull/7137 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #7137: arch: risc-v: Enable FPU for qemu-rv only if EXPERIMENTAL=y

2022-09-19 Thread GitBox
xiaoxiang781216 commented on PR #7137: URL: https://github.com/apache/incubator-nuttx/pull/7137#issuecomment-1251718955 why not comment out the option if it doesn't work at all. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7113: armv7-a/r: refact cp15_cache functions

2022-09-19 Thread GitBox
masayuki2009 commented on PR #7113: URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1251712118 >Maybe your resets cmd is not a "cold reset", there is still something remaining ? @GUIDINGLI As long as I can see `./tcl/board/fsl_imx6q_sabresd.cfg` it asserts th

[incubator-nuttx-website] branch asf-site updated: Publishing web: 6758fc5efbbf5ed16c807ccdfb012d94d1db201a docs: d5a157636110ab738ae1c888f97bd3f805d12ebb

2022-09-19 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/incubator-nuttx-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 71c8eca Publishing web

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request, #7137: arch: risc-v: Enable FPU for qemu-rv only if EXPERIMENTAL=y

2022-09-19 Thread GitBox
masayuki2009 opened a new pull request, #7137: URL: https://github.com/apache/incubator-nuttx/pull/7137 ## Summary - Because a context switch issue still exists with FPU, it should be enabled only if EXPERIMENTAL=y ## Impact - None ## Testing - Tested with

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7118: Remove EXPERIMENTAL from some long existent config

2022-09-19 Thread GitBox
masayuki2009 commented on PR #7118: URL: https://github.com/apache/incubator-nuttx/pull/7118#issuecomment-1251676318 @xiaoxiang781216 See https://github.com/apache/incubator-nuttx/pull/6237 -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7118: Remove EXPERIMENTAL from some long existent config

2022-09-19 Thread GitBox
masayuki2009 commented on PR #7118: URL: https://github.com/apache/incubator-nuttx/pull/7118#issuecomment-1251674563 @xiaoxiang781216 I noticed that ostest with `rv-virt:nsh64` fails now. ``` user_main: FPU test Starting task FPU#1 fpu_test: Started task FPU#1 at PID=7

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6318: sched/semaphore: fix priority boost restoration for priority inheritance

2022-09-19 Thread GitBox
davids5 commented on code in PR #6318: URL: https://github.com/apache/incubator-nuttx/pull/6318#discussion_r974494229 ## sched/semaphore/sem_holder.c: ## @@ -489,117 +411,52 @@ static int nxsem_restoreholderprio(FAR struct semholder_s *pholder, nxsem_freeholder(sem, phol

[incubator-nuttx] branch master updated (3aa08e4d78 -> d5a1576361)

2022-09-19 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/incubator-nuttx.git from 3aa08e4d78 documentation: Added Secure Boot and Flash Encryption section to ESP32 add 8b238e0b3d net

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7135: net/wireless: add support for netdev private ioctl

2022-09-19 Thread GitBox
xiaoxiang781216 merged PR #7135: URL: https://github.com/apache/incubator-nuttx/pull/7135 -- 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-unsubs

[incubator-nuttx] branch master updated: documentation: Added Secure Boot and Flash Encryption section to ESP32

2022-09-19 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 3aa08e4d78 documentation: Added Secu

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7136: documentation/esp32: Added Secure Boot and Flash Encryption section

2022-09-19 Thread GitBox
xiaoxiang781216 merged PR #7136: URL: https://github.com/apache/incubator-nuttx/pull/7136 -- 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-unsubs

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7135: net/wireless: add support for netdev private ioctl

2022-09-19 Thread GitBox
anchao commented on code in PR #7135: URL: https://github.com/apache/incubator-nuttx/pull/7135#discussion_r974375329 ## include/nuttx/wireless/wireless.h: ## @@ -150,6 +150,42 @@ #define SIOCSIWPTAPRIO _WLIOC(0x0039) /* Set PTA priority type */ #define SIOCGIWPTAPRIO

[GitHub] [incubator-nuttx] lucasssvaz opened a new pull request, #7136: documentation/esp32: Added Secure Boot and Flash Encryption section

2022-09-19 Thread GitBox
lucasssvaz opened a new pull request, #7136: URL: https://github.com/apache/incubator-nuttx/pull/7136 ## Summary Added instructions on how to enable Secure Boot and Flash Encryption on ESP32 boards. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #7135: net/wireless: add support for netdev private ioctl

2022-09-19 Thread GitBox
gustavonihei commented on code in PR #7135: URL: https://github.com/apache/incubator-nuttx/pull/7135#discussion_r974360437 ## include/nuttx/wireless/wireless.h: ## @@ -150,6 +150,42 @@ #define SIOCSIWPTAPRIO _WLIOC(0x0039) /* Set PTA priority type */ #define SIOCGIWPTAPR

[GitHub] [incubator-nuttx] acassis merged pull request #7118: Remove EXPERIMENTAL from some long existent config

2022-09-19 Thread GitBox
acassis merged PR #7118: URL: https://github.com/apache/incubator-nuttx/pull/7118 -- 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

[incubator-nuttx] 02/02: sched/Kconfig: let PREALLOC_TIMERS depends on !DISABLE_POSIX_TIMERS

2022-09-19 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/incubator-nuttx.git commit af12a552fe77e42dcde376b7aa19811b6b823026 Author: Xiang Xiao AuthorDate: Fri Sep 16 13:11:00 2022 +0800 sc

[incubator-nuttx] branch master updated (afaaa780eb -> af12a552fe)

2022-09-19 Thread acassis
This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git from afaaa780eb mm/ubsan: UBSan option should be turned on if SIM_UBSAN enabled new 8a265e274d Kconfig: Rem

[incubator-nuttx] 01/02: Kconfig: Remove EXPERIMENTAL for features which is been around a long time

2022-09-19 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/incubator-nuttx.git commit 8a265e274dfad8b65d034d824294ec954af8634a Author: Xiang Xiao AuthorDate: Fri Sep 16 13:08:21 2022 +0800 Kc

[GitHub] [incubator-nuttx] GUIDINGLI commented on pull request #7113: armv7-a/r: refact cp15_cache functions

2022-09-19 Thread GitBox
GUIDINGLI commented on PR #7113: URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1250986715 Maybe your resets cmd is not a "cold reset", there is still something remaining ? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7135: net/wireless: add support for netdev private ioctl

2022-09-19 Thread GitBox
anchao commented on code in PR #7135: URL: https://github.com/apache/incubator-nuttx/pull/7135#discussion_r974183261 ## include/nuttx/wireless/bluetooth/bt_ioctl.h: ## @@ -67,10 +67,6 @@ /* Bluetooth network device IOCTL commands. */ -#if !defined(WL_BLUETOOTHCMDS) || WL_BL

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7135: net/wireless: add support for netdev private ioctl

2022-09-19 Thread GitBox
xiaoxiang781216 commented on code in PR #7135: URL: https://github.com/apache/incubator-nuttx/pull/7135#discussion_r974174673 ## include/nuttx/wireless/bluetooth/bt_ioctl.h: ## @@ -67,10 +67,6 @@ /* Bluetooth network device IOCTL commands. */ -#if !defined(WL_BLUETOOTHCMDS)

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7135: net/wireless: add support for netdev private ioctl

2022-09-19 Thread GitBox
anchao opened a new pull request, #7135: URL: https://github.com/apache/incubator-nuttx/pull/7135 ## Summary 1. net/wireless: add support for netdev private ioctl 2. net/wireless: separate command catagory of bt/pktradio from wireless ioctl ``` 1. separate command cata

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7126: watchdog: Support auto monitor keep alive from timer/oneshot lowerhalf

2022-09-19 Thread GitBox
xiaoxiang781216 commented on code in PR #7126: URL: https://github.com/apache/incubator-nuttx/pull/7126#discussion_r974162980 ## drivers/timers/Kconfig: ## @@ -366,13 +366,21 @@ if WATCHDOG_AUTOMONITOR choice prompt "Auto-monitor keepalive by" - default WATCHDOG

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7126: watchdog: Support auto monitor keep alive from timer/oneshot lowerhalf

2022-09-19 Thread GitBox
xiaoxiang781216 commented on code in PR #7126: URL: https://github.com/apache/incubator-nuttx/pull/7126#discussion_r974162758 ## drivers/timers/Kconfig: ## @@ -366,13 +366,21 @@ if WATCHDOG_AUTOMONITOR choice prompt "Auto-monitor keepalive by" - default WATCHDOG

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7126: watchdog: Support auto monitor keep alive from timer/oneshot lowerhalf

2022-09-19 Thread GitBox
xiaoxiang781216 commented on code in PR #7126: URL: https://github.com/apache/incubator-nuttx/pull/7126#discussion_r974162558 ## drivers/timers/Kconfig: ## @@ -366,13 +366,21 @@ if WATCHDOG_AUTOMONITOR choice prompt "Auto-monitor keepalive by" - default WATCHDOG

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7113: armv7-a/r: refact cp15_cache functions

2022-09-19 Thread GitBox
masayuki2009 commented on PR #7113: URL: https://github.com/apache/incubator-nuttx/pull/7113#issuecomment-1250905445 >Just update cp15.h in new version @GUIDINGLI The issue still happens with the latest PR. I think the issue might depend on how to reset the board and what kind o

[GitHub] [incubator-nuttx-apps] Junbo-Zheng opened a new pull request, #1319: apps/nshlib: add uptime command support

2022-09-19 Thread GitBox
Junbo-Zheng opened a new pull request, #1319: URL: https://github.com/apache/incubator-nuttx-apps/pull/1319 ## Summary support uptime command for NuttX Signed-off-by: Junbo Zheng ## Impact N/A ## Testing run uptime command on sim: nsh> nsh>

[GitHub] [incubator-nuttx] acassis commented on a diff in pull request #7126: watchdog: Support auto monitor keep alive from timer/oneshot lowerhalf

2022-09-19 Thread GitBox
acassis commented on code in PR #7126: URL: https://github.com/apache/incubator-nuttx/pull/7126#discussion_r974109681 ## drivers/timers/Kconfig: ## @@ -366,13 +366,21 @@ if WATCHDOG_AUTOMONITOR choice prompt "Auto-monitor keepalive by" - default WATCHDOG_AUTOMON

[incubator-nuttx] branch master updated (282c4104b9 -> afaaa780eb)

2022-09-19 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/incubator-nuttx.git from 282c4104b9 tlsr82/serial: clear uart tx index when uart_reset called. add afaaa780eb mm/ubsan: UBSan

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7134: mm/ubsan: UBSan option should be turned on if SIM_UBSAN enabled

2022-09-19 Thread GitBox
xiaoxiang781216 merged PR #7134: URL: https://github.com/apache/incubator-nuttx/pull/7134 -- 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-unsubs

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7133: tlsr82/serial: clear tx index also when uart_reset called.

2022-09-19 Thread GitBox
xiaoxiang781216 merged PR #7133: URL: https://github.com/apache/incubator-nuttx/pull/7133 -- 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-unsubs

[incubator-nuttx] branch master updated: tlsr82/serial: clear uart tx index when uart_reset called.

2022-09-19 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new 282c4104b9 tlsr82/serial: clear uart

[incubator-nuttx] branch master updated: net/procfs: disable tcp/udp proc node if no stack available

2022-09-19 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/incubator-nuttx.git The following commit(s) were added to refs/heads/master by this push: new f286012c0d net/procfs: disable tcp/u

[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7132: net/procfs: disable tcp/udp proc node if no stack available

2022-09-19 Thread GitBox
xiaoxiang781216 merged PR #7132: URL: https://github.com/apache/incubator-nuttx/pull/7132 -- 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-unsubs

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7134: mm/ubsan: UBSan option should be turned on if SIM_UBSAN enabled

2022-09-19 Thread GitBox
anchao opened a new pull request, #7134: URL: https://github.com/apache/incubator-nuttx/pull/7134 ## Summary mm/ubsan: UBSan option should be turned on if SIM_UBSAN enabled ## Impact N/A ## Testing enable CONFIG_SIM_UBSAN -- This is an automated message f

[GitHub] [incubator-nuttx] CV-Bowen commented on pull request #7133: tlsr82/serial: clear tx index also when uart_reset called.

2022-09-19 Thread GitBox
CV-Bowen commented on PR #7133: URL: https://github.com/apache/incubator-nuttx/pull/7133#issuecomment-1250638997 FLY @LingaoM -- 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