Hi, This patch series adds the following. Adds debugfs entry to inject freelist starvation and some function and argument cleanup
This patch series has been created against net-next tree and includes patches on cxgb4 and cxgb4vf 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 V2: Skipping patch "cxgb4: Add support for loopback between VI of same port". This needs some major code change, since module param is not recommended. Hariprasad Shenai (2): cxgb4: Add debugfs facility to inject FL starvation cxgb4/cxgb4vf: function and argument name cleanup drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 5 +- drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 58 ++++++++++++- drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool.c | 16 ++-- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 98 +++++++++++++--------- drivers/net/ethernet/chelsio/cxgb4/sge.c | 35 ++++---- drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 22 ++--- drivers/net/ethernet/chelsio/cxgb4vf/sge.c | 4 +- drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common.h | 10 +-- drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c | 12 +-- 9 files changed, 170 insertions(+), 90 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