netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Receive Side Coalescing for macb driver
@ 2018-04-14 20:53 Rafal Ozieblo
  2018-04-14 20:53 ` [PATCH 1/3] net: macb: Add support for rsc capable hardware Rafal Ozieblo
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Rafal Ozieblo @ 2018-04-14 20:53 UTC (permalink / raw)
  To: Nicolas Ferre, netdev, linux-kernel; +Cc: Rafal Ozieblo

This patch series adds support for receive side coalescing
for Cadence GEM driver. Receive segmentation coalescing
is a mechanism to reduce CPU overhead. This is done by
coalescing received TCP message segments together into
a single large message. This means that when the message
is complete the CPU only has to process the single header
and act upon the one data payload.

Rafal Ozieblo (3):
  net: macb: Add support for rsc capable hardware
  net: macb: Add support for header data spliting
  net: macb: Receive Side Coalescing (RSC) feature added.

 drivers/net/ethernet/cadence/macb.h      |  21 +++
 drivers/net/ethernet/cadence/macb_main.c | 227 ++++++++++++++++++++++++++-----
 2 files changed, 212 insertions(+), 36 deletions(-)

-- 
2.4.5

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

end of thread, other threads:[~2018-04-17 13:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-14 20:53 [PATCH 0/3] Receive Side Coalescing for macb driver Rafal Ozieblo
2018-04-14 20:53 ` [PATCH 1/3] net: macb: Add support for rsc capable hardware Rafal Ozieblo
2018-04-14 20:54 ` [PATCH 2/3] net: macb: Add support for header data spliting Rafal Ozieblo
2018-04-14 20:55 ` [PATCH 3/3] net: macb: Receive Side Coalescing (RSC) feature added Rafal Ozieblo
2018-04-16 15:08 ` [PATCH 0/3] Receive Side Coalescing for macb driver David Miller
2018-04-17  8:59   ` Rafal Ozieblo
2018-04-17 13:53     ` 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).