Hi, This patch series adds the following. Free VI interface during remove, flush SGE ec routine, rename t4_link_start to t4_link_l1cfg since it only does l1 configuration, set mac addr from when we can't contact firmware for debug purpose, set pcie completion timeout and use fw interface to access TP_PIO_XXX registers
This patch series has been created against net-next tree and includes patches on cxgb4 driver. We have included all the maintainers of respective drivers. Kindly review the change and let us know in case of any review comments. Thanks Hariprasad Shenai (6): cxgb4: Free Virtual Interfaces in remove routine cxgb4: Add sge ec context flush service cxgb4: Rename t4_link_start() to t4_link_l1cfg cxgb4: Set mac addr from vpd, when we can't contact firmware cxgb4: program pci completion timeout cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR,DATA} register first drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 38 +++- drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c | 4 +- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 35 +++- drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 225 ++++++++++++++++++--- drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h | 6 +- 5 files changed, 257 insertions(+), 51 deletions(-) -- 2.3.4 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html