netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] be2net patch-set
@ 2015-02-15  7:45 Sriharsha Basavapatna
  2015-02-15  7:45 ` [PATCH net-next 1/4] be2net: Refactor wrb_fill_hdr() routine Sriharsha Basavapatna
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sriharsha Basavapatna @ 2015-02-15  7:45 UTC (permalink / raw)
  To: netdev

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 | 295 ++++++++++++++++++----------
 2 files changed, 232 insertions(+), 103 deletions(-)

-- 
2.2.0.65.g9abc44b

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

end of thread, other threads:[~2015-02-15 12:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-15  7:45 [PATCH net-next 0/4] be2net patch-set Sriharsha Basavapatna
2015-02-15  7:45 ` [PATCH net-next 1/4] be2net: Refactor wrb_fill_hdr() routine Sriharsha Basavapatna
2015-02-15  7:45 ` [PATCH net-next 2/4] be2net: Refactor be_xmit_enqueue() routine Sriharsha Basavapatna
2015-02-15  7:45 ` [PATCH net-next 3/4] be2net: Minor code cleanup in tx completion process Sriharsha Basavapatna
2015-02-15  7:45 ` [PATCH net-next 4/4] be2net: Add a few inline functions to test TXQ conditions Sriharsha Basavapatna
2015-02-15 12:37   ` Sergei Shtylyov

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).