commit | c14a5c896f4baaf6c5f7fc0bb950c8d64443db88 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Tue Nov 27 20:16:42 2018 +0100 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Feb 01 14:34:38 2019 +0200 |
tree | c5eff344d1dd6f9a072ffcf8edf8abc639f6dbac | |
parent | 999b3740b8f14822b82ecc61156442782aad51de [diff] |
drivers/ethernet: Use new net_pkt API for sending and receiving Use the new API where relevant. Only sam_gmac is left aside for now. This simplifies a lot the code as the caller should only care about allocating net_pkt and its buffer once, and thus will not need to mess with "frags" etc... Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>