You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "dvosahlik (via GitHub)" <gi...@apache.org> on 2023/01/27 12:08:34 UTC

[GitHub] [nuttx] dvosahlik opened a new issue, #8290: Sending packet via SocketCAN

dvosahlik opened a new issue, #8290:
URL: https://github.com/apache/nuttx/issues/8290

   The can_sendmsg.c was modified in the commit 0cbbbb92153283f2727dbd2c0077443c7cdda85d
   
   After the modification the dev->d_len is not anymore being set to the length of the can frame. Therefore, the send will not happen through the devif_poll. I suggest to add `dev->d_len = dev->d_sndlen;` on the line 110, just after the call to `devif_send`


-- 
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-unsubscribe@nuttx.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 commented on issue #8290: Sending packet via SocketCAN

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 commented on issue #8290:
URL: https://github.com/apache/nuttx/issues/8290#issuecomment-1406412947

   Could you send a PR?


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] dvosahlik commented on issue #8290: Sending packet via SocketCAN

Posted by "dvosahlik (via GitHub)" <gi...@apache.org>.
dvosahlik commented on issue #8290:
URL: https://github.com/apache/nuttx/issues/8290#issuecomment-1406413942

   Sure, I will do that.


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 closed issue #8290: Sending packet via SocketCAN

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 closed issue #8290: Sending packet via SocketCAN
URL: https://github.com/apache/nuttx/issues/8290


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org