[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1424054028-23659-1-git-send-email-sriharsha.basavapatna@emulex.com>
Date: Mon, 16 Feb 2015 08:03:44 +0530
From: Sriharsha Basavapatna <sriharsha.basavapatna@...lex.com>
To: <netdev@...r.kernel.org>
Subject: [PATCH v2 net-next 0/4] be2net patch-set
v1->v2 changes:
Patch 4: fixed minor nits pointed out by Sergei Shtylyov
Hi David,
This patch set contains a few code refactoring changes to make it easy to
support new TX WRB formats in future ASICs. Please consider applying it to
net-next tree.
Patch 1: Refactors chip specific code to setup tx wrb into a separate routine.
Patch 2: Refactors tx enqueue function to remove a bit of duplicate code and
improves wrb setup steps.
Patch 3: Minor refactoring in tx compl to limit CQE accesses to 1 routine.
Patch 4: Adds a few inline functions.
Sriharsha Basavapatna (4):
be2net: Refactor wrb_fill_hdr() routine
be2net: Refactor be_xmit_enqueue() routine
be2net: Minor code cleanup in tx completion process
be2net: Add a few inline functions to test TXQ conditions
drivers/net/ethernet/emulex/benet/be.h | 40 ++++
drivers/net/ethernet/emulex/benet/be_main.c | 294 ++++++++++++++++++----------
2 files changed, 231 insertions(+), 103 deletions(-)
--
2.2.0.65.g9abc44b
--
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