acassis commented on code in PR #17693:
URL: https://github.com/apache/nuttx/pull/17693#discussion_r2648320096
##########
net/pkt/Kconfig:
##########
@@ -9,6 +9,7 @@ config NET_PKT
bool "Socket packet socket support"
default n
select NETDEV_IFINDEX
+ select NET_READAHEAD
Review Comment:
@HedongGao shouldn't it be possible to use NET_PKT without NET_READAHEAD?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]