Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: octeontx2: Use napi_alloc_frag_align() to avoid the memory waste
The napi_alloc_frag_align() will guarantee that a correctly align buffer address is returned. So use this function to simplify the buffer alloc and avoid the unnecessary memory waste. Signed-off-by: Kevin Hao <[email protected]> Tested-by: Subbaraya Sundeep <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information