Re: [PR] net/pkt: Support binding to devices other than ETH [nuttx]

2024-02-22 Thread via GitHub
xiaoxiang781216 merged PR #11744: URL: https://github.com/apache/nuttx/pull/11744 -- 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:

Re: [PR] net/pkt: Support binding to devices other than ETH [nuttx]

2024-02-22 Thread via GitHub
wengzhe commented on PR #11744: URL: https://github.com/apache/nuttx/pull/11744#issuecomment-1960664725 > Hi @wengzhe I approved the PR, but I think we need at least so minimum documentation about it: https://nuttx.apache.org/docs/latest/components/net/index.html @acassis Thanks for

Re: [PR] net/pkt: Support binding to devices other than ETH [nuttx]

2024-02-22 Thread via GitHub
acassis commented on PR #11744: URL: https://github.com/apache/nuttx/pull/11744#issuecomment-1959448395 Hi @wengzhe I approved the PR, but I think we need at least so minimum documentation about it: https://nuttx.apache.org/docs/latest/components/net/index.html -- This is an automated

[PR] net/pkt: Support binding to devices other than ETH [nuttx]

2024-02-22 Thread via GitHub
wengzhe opened a new pull request, #11744: URL: https://github.com/apache/nuttx/pull/11744 ## Summary We're using the `sll_ifindex` inside `struct sockaddr_ll` to bind device, so we don't need to translate it into mac address, we can just match the index, which also let us bind to