crafcat7 opened a new pull request, #15597: URL: https://github.com/apache/nuttx/pull/15597
## Summary In https://github.com/apache/nuttx/pull/13001, I added a new distributed file system in NuttX, which only supports VIRTIO as a data transmission method. In this PR, I implemented a Socket-based transmission method, so that V9FS can access the content on the Host based on the Socket method, which is suitable for more scenarios. I also added the V9FS document to explain how to use it. In short: - mplemented a socket-based v9fs driver - Enhanced Net-related, now TCP supports multi-segment IOV sending - Added V9FS Document ## Impact 1. Enhanced NET related changes, now TCP supports multi-segment IOV mode sending. 2. V9FS supports socket as a transmission medium 3. Added V9FS Document ## Testing Build Host(s): Linux x86 Target(s): qemu Passed local file system related tests -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org