pkarashchenko opened a new pull request #5251: URL: https://github.com/apache/incubator-nuttx/pull/5251
## Summary The network stack does not have any information about memory that stores the Ethernet (TCP/IP) packet, so in order to generate proper code that takes care all the alignment issues we need to use "packed" types. Equip all Ethernet packet based types with `begin_packed_struct` / `end_packed_struct` ## Impact Ethernet based networking sub-system ## Testing Pass CI -- 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]
