netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next, PATCH 0/2 v2] netsec driver improvements
@ 2018-08-10  6:12 Ilias Apalodimas
  2018-08-10  6:12 ` [net-next, PATCH 1/2 v2] net: socionext: Use descriptor info instead of MMIO reads on Rx Ilias Apalodimas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ilias Apalodimas @ 2018-08-10  6:12 UTC (permalink / raw)
  To: netdev, jaswinder.singh
  Cc: ard.biesheuvel, masami.hiramatsu, arnd, Ilias Apalodimas

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

Ilias Apalodimas (2):
  net: socionext: Use descriptor info instead of MMIO reads on Rx
  net: socionext: Increase descriptors to 256

 drivers/net/ethernet/socionext/netsec.c | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-11 22:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-10  6:12 [net-next, PATCH 0/2 v2] netsec driver improvements Ilias Apalodimas
2018-08-10  6:12 ` [net-next, PATCH 1/2 v2] net: socionext: Use descriptor info instead of MMIO reads on Rx Ilias Apalodimas
2018-08-10  6:12 ` [net-next, PATCH 2/2 v2] net: socionext: Increase descriptors to 256 Ilias Apalodimas
2018-08-11 19:11 ` [net-next, PATCH 0/2 v2] netsec driver improvements David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).