[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1523739187-20077-1-git-send-email-rafalo@cadence.com>
Date: Sat, 14 Apr 2018 21:53:07 +0100
From: Rafal Ozieblo <rafalo@...ence.com>
To: Nicolas Ferre <nicolas.ferre@...rochip.com>,
<netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: Rafal Ozieblo <rafalo@...ence.com>
Subject: [PATCH 0/3] Receive Side Coalescing for macb driver
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
Powered by blists - more mailing lists