]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branch 'netsec-driver-improvements'
authorDavid S. Miller <davem@davemloft.net>
Sat, 11 Aug 2018 19:11:36 +0000 (12:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Aug 2018 19:11:36 +0000 (12:11 -0700)
Ilias Apalodimas says:

====================
netsec driver improvements

This patchset introduces some improvements on socionext netsec driver.
 - patch 1/2, avoids unneeded MMIO reads on the Rx path
 - patch 2/2, is adjusting the numbers of descriptors used

Changes since v1:
 - Move dma_rmb() to protect descriptor accesses until the device
 has updated the NETSEC_RX_PKT_OWN_FIELD bit
====================

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

Trivial merge