commit | bff65b6330fc5be1614c4b2e5f9704608a1e487b | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Wed Jun 27 15:06:18 2018 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Dec 14 14:16:37 2018 +0100 |
tree | 1044cd0df3b5e750cee66dfa703a80f1cda3653e | |
parent | 152924057d251e707c08f4f5cb13d3f9fc93460d [diff] |
net/ethernet: Let's remove the use for ll reserve There is no need to reserve any space for each frag, as the l2 will allocate a frag for the ethernet header, arp will do the same. This is one step further to removing the concept of ll reserve. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>