This series does a major overhaul of the LL2 logic in qed. The single biggest change done here is in #5 where we're changing the API qed provides for LL2 [both internally in case of storage and externally in case of RoCE] to become callback-based to allow cleaner scalability in preperation to the future iWARP submission which would aadd additional flavors of LL2. It's also the only patch in series to modify !qed logic [qedr]. Patches prior to that mostly deal with refactoring LL2 code, encapsulating varaious parameters into structure and re-ordering of LL2 code. The latter patches add some small missing bits of LL2 ffunctionality. Dave, Please consider applying this series to `net-next'. Thanks, Yuval Michal Kalderon (1): qed*: LL2 callback operations Yuval Mintz (7): qed: LL2 to use packed information for tx qed: Revise ll2 Rx completion qed: Cleaner seperation of LL2 inputs qed: LL2 code relocations qed: No need for LL2 frags indication qed: Call rx_release_cb() when flushing LL2 qed: collect GSI port statistics drivers/infiniband/hw/qedr/main.c | 6 +- drivers/infiniband/hw/qedr/qedr.h | 2 + drivers/infiniband/hw/qedr/qedr_cm.c | 238 ++++++-- drivers/net/ethernet/qlogic/qed/qed.h | 1 - drivers/net/ethernet/qlogic/qed/qed_ll2.c | 882 +++++++++++++++-------------- drivers/net/ethernet/qlogic/qed/qed_ll2.h | 113 +--- drivers/net/ethernet/qlogic/qed/qed_roce.c | 295 +--------- drivers/net/ethernet/qlogic/qed/qed_roce.h | 43 -- include/linux/qed/qed_ll2_if.h | 126 +++++ include/linux/qed/qed_roce_if.h | 80 +-- 10 files changed, 842 insertions(+), 944 deletions(-) -- 2.9.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html