zhhyu7 commented on PR #17465:
URL: https://github.com/apache/nuttx/pull/17465#issuecomment-3632975284

   > I'm confused about what's been removed? Is there no longer a netdev work 
thread? Why? Am I correct in thinking that users can't choose between HPWORK 
and LPWORK queues anymore?
   > 
   > Why not split the commits into multiple PRs? The PR title is misleading 
since this is much more than modifying a Kconfig variable. Can you please 
update it?
   
   @linguini1 As mentioned in the Summary, it is change the configuration from 
defconfig to be specified by the code when the network card is initialized. The 
relevant configuration methods have also been updated in the documentation.
   ```
   dev->rxtype = NETDEV_RX_WORK;
   dev->priority = HPWORK;
   ```
   Now rx direct has been removed from patch chain. Previously, I just wanted 
to synchronously demonstrate how to do the related extension support in the new 
upperhalf.


-- 
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]

Reply via email to