libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()
authorVarun Prakash <varun@chelsio.com>
Tue, 13 Sep 2016 15:53:56 +0000 (21:23 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2016 00:49:19 +0000 (20:49 -0400)
commit85e42b044e8dda0acb60c645d089f4a19e0136d3
tree53a00ead818733e187b4e67c3c0a66d58c6a40a1
parent2679d040412df847d390a3a8f0f224a7c91f7fae
libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()

Add cxgb_get_4tuple() in libcxgb_cm.c to remove
it's duplicate definitions from cxgb4/cm.c and
cxgbit/cxgbit_cm.c.

Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/infiniband/hw/cxgb4/Kconfig
drivers/infiniband/hw/cxgb4/Makefile
drivers/infiniband/hw/cxgb4/cm.c
drivers/net/ethernet/chelsio/libcxgb/Makefile
drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c [new file with mode: 0644]
drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.h [new file with mode: 0644]
drivers/target/iscsi/cxgbit/cxgbit_cm.c