[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1406542451-8857-1-git-send-email-amirv@mellanox.com>
Date: Mon, 28 Jul 2014 13:14:09 +0300
From: Amir Vadai <amirv@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: Alexander Duyck <alexander.h.duyck@...el.com>,
netdev@...r.kernel.org, Amir Vadai <amirv@...lanox.com>,
Or Gerlitz <ogerlitz@...lanox.com>,
Yevgeny Petrilin <yevgenyp@...lanox.com>,
Ido Shamay <idos@...lanox.com>
Subject: [PATCH net-next 0/2] Helper to find length of headers in an ethernet frame
Hi,
This patchset is based on the patch suggested by Eric Dumazet to calculate
header length of Ethernet headers using flow_dissector [1].
We have tested it in Mellanox lab, non GRO traffic shows some improvement in
bandwidth when using the patch, and anyway, the right way is to copy the exact
header and not just an arbitrary number of bytes.
Also tested using a built-in function (the orignal patch [2]). Eric's solution
gives the same numbers (even a bit better).
[1] - http://patchwork.ozlabs.org/patch/350413/
[2] - http://patchwork.ozlabs.org/patch/347031/
CC: Alexander Duyck <alexander.h.duyck@...el.com>
Amir Vadai (1):
net/mlx4_en: Copy exact header to SKB linear part
Eric Dumazet (1):
net: Header length compution function
drivers/net/ethernet/mellanox/mlx4/en_rx.c | 13 ++++++++-----
include/linux/skbuff.h | 1 +
net/core/flow_dissector.c | 24 ++++++++++++++++++++++++
3 files changed, 33 insertions(+), 5 deletions(-)
--
1.8.3.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists