Commits
Calvin Johnson committed 11c4548e49a
staging: fsl_ppfe/eth: calculate PFE_PKT_SIZE with SKB_DATA_ALIGN pfe packet size was calculated without considering skb data alignment and this resulted in jumbo frames crashing kernel when the cacheline size increased from 64 to 128 bytes with commit 97303480753e ("arm64: Increase the max granular size"). Modify pfe packet size caclulation to include skb data alignment of sizeof(struct skb_shared_info). Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>