]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-dma-adjust_head-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Apr 2017 18:35:45 +0000 (14:35 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Apr 2017 18:35:45 +0000 (14:35 -0400)
commitaa23599e166f10eed23a6dece5d580a927e523f9
treee91b5255668df358acb2eda390f902ecd99fce60
parent98538ea77a48b21595e6d047d3eeeb62f09185f3
parent88fb3e4a556f6771b73936a38367a2800d156975
Merge branch 'nfp-dma-adjust_head-fixes'

Jakub Kicinski says:

====================
nfp: DMA flags, adjust head and fixes

This series takes advantage of Alex's DMA_ATTR_SKIP_CPU_SYNC to make
XDP packet modifications "correct" from DMA API point of view.  It
also allows us to parse the metadata before we run XDP at no additional
DMA sync cost.  That way we can get rid of the metadata memcpy, and
remove the last upstream user of bpf_prog->xdp_adjust_head.

David's patch adds a way to read capabilities from the management
firmware.

There are also two net-next fixes.  Patch 4 which fixes what seems to
be a result of a botched rebase on my part.  Patch 5 corrects locking
when state of ethernet ports is being refreshed.

v3: move the sync from alloc func to the actual give to hw func
v2: sync rx buffers before giving them to the card (Alex)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>