commit | cf322c44db17cdcdfbe565605a9ea94d88daf17b | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Thu Mar 14 09:02:26 2019 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Mar 20 10:27:14 2019 -0500 |
tree | 29b335af339efe6ad6c92d8c66484d86f59dac0d | |
parent | 89c4a4a26f784ec10053fee103be17ff1a7df998 [diff] |
net: Switch usage of net_pkt_get_reserve to net_pkt_alloc Some places were still using the old allocator. Using the new one does not change any behavior. This will help to remove the useless data_len attribute in net_pkt which legacy allocator was still setting. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>