From: David S. Miller Date: Thu, 11 Feb 2021 22:25:06 +0000 (-0800) Subject: Merge branch 'qede-netpoll-coalesce' X-Git-Tag: accepted/tizen/unified/20230118.172025~7901^2~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bda2f6faed8ca1bb4b01616d190f9575a0748a0;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'qede-netpoll-coalesce' Bhaskar Upadhaya says: ==================== qede: add netpoll and per-queue coalesce support This is a followup implementation after series https://patchwork.kernel.org/project/netdevbpf/cover/1610701570-29496-1-git-send-email-bupadhaya@marvell.com/ Patch 1: Add net poll controller support to transmit kernel printks over UDP Patch 2: QLogic card support multiple queues and each queue can be configured with respective coalescing parameters, this patch add per queue rx-usecs, tx-usecs coalescing parameters Patch 3: set default per queue rx-usecs, tx-usecs coalescing parameters and preserve coalesce parameters across interface up and down v3: fixed warnings reported by Dan Carpenter v2: comments from jakub - p1: remove poll_controller ndo and add budget 0 support in qede_poll - p3: preserve coalesce parameters across interface up and down =================== Signed-off-by: David S. Miller --- 6bda2f6faed8ca1bb4b01616d190f9575a0748a0