]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'be2net-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Feb 2015 19:07:02 +0000 (14:07 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Feb 2015 19:07:02 +0000 (14:07 -0500)
commit50036ccf3deeb8f0ffd7311a50a8586ae62bc8b1
treedced16a37b682ff635940c45a34a251bfb4b4473
parent69994d17abe90c4ae449dfcefbae9754f92c36bd
parentcf5671e6999829933aa4b9b8eefc7d3b8b85c5cb
Merge branch 'be2net-next'

Sriharsha Basavapatna says:

====================
be2net patch-set

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

Signed-off-by: David S. Miller <davem@davemloft.net>