lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1423986327-10069-1-git-send-email-sriharsha.basavapatna@emulex.com> Date: Sun, 15 Feb 2015 13:15:23 +0530 From: Sriharsha Basavapatna <sriharsha.basavapatna@...lex.com> To: <netdev@...r.kernel.org> Subject: [PATCH net-next 0/4] be2net patch-set 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 -- 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