From: David S. Miller Date: Wed, 30 Nov 2016 19:32:06 +0000 (-0500) Subject: Merge branch 'qed-XDP-support' X-Git-Tag: v4.14-rc1~1973^2~144 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=348bfec21f52030b5f8df9d9dacf85b6253418d3;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'qed-XDP-support' Yuval Mintz says: ==================== qed*: Add XDP support This patch series is intended to add XDP to the qede driver, although it contains quite a bit of cleanups, refactorings and infrastructure changes as well. The content of this series can be roughly divided into: - Datapath improvements - mostly focused on having the datapath utilize parameters which can be more tightly contained in cachelines. Patches #1, #2, #8, #9 belong to this group. - Refactoring - done mostly in favour of XDP. Patches #3, #4, #5, #9. - Infrastructure changes - done in favour of XDP. Paches #6 and #7 belong to this category [#7 being by far the biggest patch in the series]. - Actual XDP support - last two patches [#10, #11]. ==================== Signed-off-by: David S. Miller --- 348bfec21f52030b5f8df9d9dacf85b6253418d3