Commits
Camelia Groza committed 2b2bf9ef39b
sdk_dpaa: ls1043a errata: update and optimize the restrictions An skb is in no danger of triggering the errata under the following conditions: - the paged data doesn't cross a 4K page boundary OR the linear data is aligned to 256 bytes when crossing a 4K page boundary - the linear and the paged data are 16 byte aligned - the paged data is a multiple of 16 bytes in size Optimize the detection for each skb that might trigger the errata. Parse the skb twice, at most, and realign it only once. Signed-off-by: Camelia Groza <camelia.groza@nxp.com>