From: David S. Miller Date: Sat, 26 Jan 2019 05:20:35 +0000 (-0800) Subject: Merge tag 'mlx5-updates-2019-01-25' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v5.15~6918^2~426 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee4576fcfe651671de28b8e03cd696a7432d79a4;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'mlx5-updates-2019-01-25' of git://git./linux/kernel/git/saeed/linux Saeed Mahameed says: ==================== mlx5-updates-2019-01-25 This series provides some updates to mlx5 driver, From Tariq, 1) Make sure RX packet header does not cross page boundary To avoid page boundary crossing, use stride size that fits the maximum possible header. Stride is increased form 64B to 256B. 2) CQ struct cleanup: Take CQ decompress fields into a separate structure From Moshe, 3) Expand XPS cpumask to cover all online cpus From Jason Gunthorpe and Tariq: 4) Compilation warning cleanup From Or, 5) Add trace points for flow tables create/destroy From Saeed, 6) Software stats update/folding improvements this also solves a compilation warning on 32bit systems that was reported last release cycle by Arnd and Andrew. ==================== Signed-off-by: David S. Miller --- ee4576fcfe651671de28b8e03cd696a7432d79a4