]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdbba416fefed5d2ba4b80bd5d440ebc3f7aa4459
tree530131f11344c9b2f84245507a2dd69dc27e6d30
parentc5909454c8e2fc527acddb8728052c4d448db38d
parent164f395f412b4a2f200f12bd78ce34653c2a043b
Merge branch 'netsec-driver-improvements'

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>