commit | 94e89a11b7151c9f8dd8c22007e64bd30ee8b809 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Fri Jun 08 15:35:27 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Nov 30 11:12:13 2018 -0800 |
tree | 45e5b9c2180a1ca6d743a05af152f3a4ced22f69 | |
parent | df07e093ce5e7696705f1408e315432fb9275a58 [diff] |
net/ethernet: Make ethernet allocating its own frag for the header This is currently unoptimized, as all frags are allocated with relevant ll reserve for such header space. However, this is the first step towards getting rid of that ll reserve concept everywhere. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>