Commits
Camelia Groza committed cb94caa2e2b
sdk_dpaa: enable Jumbo frame support on LS1043A Due to the A010022 errata restrictions, Jumbo frames on LS1043A require two conditions to be met: - on TX, the data is stored in a contiguous buffer of up to 9600 bytes - the data is aligned to 256 bytes The conditions are met by realigning all outgoing frames to 256 bytes. Also, compound pages of varying orders are allocated to accommodate the outgoing contiguous buffers. Signed-off-by: Camelia Groza <camelia.groza@nxp.com>