commit | 9863dc9fd8b58cd88f76eab5f18cce3a961b2de1 | [log] [tgz] |
---|---|---|
author | Declan Snyder <declan.snyder@nxp.com> | Mon Nov 11 16:37:14 2024 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Nov 20 15:58:47 2024 -0500 |
tree | 8bda737991a9c036114b6839096aaff0de199703 | |
parent | 91749dfeb325b0d57488556cd369ba7917d5978f [diff] |
drivers: nxp_enet: Add get_config for ipv6 chksum Previously, ipv6 being disabled was a dependency of the hw acceleration of the checksums for the nxp enet driver, because this ethernet has an errata causing icmpv6 checksum to not be supported. Now, there is a new config type in ethernet api for checksum types, so we can re-enable hardware acceleration for ipv6 by implementing this type in the get_config api in this driver. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>