]> git.baikalelectronics.ru Git - kernel.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)
commit0d7e2f90512bf52dd55753bc03d46cb705fa80c9
treedced16a37b682ff635940c45a34a251bfb4b4473
parentc82dd497ad454a369f013c078513697c471f0761
parent8ec0866caef5e4c79366251d24dc0e2f7b1901c7
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>