From: David S. Miller Date: Fri, 3 Mar 2017 17:46:54 +0000 (-0800) Subject: Merge branch 'nfp-fixes' X-Git-Tag: v5.15~11726^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3b6157a6ad69941e5a2eba1aa2edf9a53cd28dd;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'nfp-fixes' Jakub Kicinski says: ==================== nfp: RX and XDP buffer fixes Two trivial fixes for code introduced with XDP support. First one corrects the buffer size we populate a register with. The register is designed to be used for scatter transfers which the driver (and most FWs) don't support so it's not critical. The other one for DMA direction is mostly cosmetic, DMA API doesn't seem to care today about the precise direction in sync calls. ==================== Signed-off-by: David S. Miller --- b3b6157a6ad69941e5a2eba1aa2edf9a53cd28dd