v01d opened a new issue #3380:
URL: https://github.com/apache/incubator-nuttx/issues/3380
```
Description: Every network driver performs the first level of packet
decoding.
It examines the packet header and calls ipv4_input(),
ipv6_input().
icmp_input(), etc. as appropriate. This is a maintenance
problem
because it means that any changes to the network input
interfaces
affects all drivers.
A better, more maintainable solution would use a single
net_input()
function that would receive all incoming packets. This
function
would then perform that common packet decoding logic that is
currently implemented in every network driver.
Status: Open
Priority: Low. Really just as aesthetic maintainability issue.
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]