projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44016b3
)
IB/ipoib: Delete unused struct
author
Yuval Shaia
<yuval.shaia@oracle.com>
Sun, 1 Apr 2018 06:22:18 +0000
(09:22 +0300)
committer
Jason Gunthorpe
<jgg@mellanox.com>
Tue, 3 Apr 2018 16:42:40 +0000
(10:42 -0600)
This structure is not needed since the introduction of commit
'
c42687784b9a
("IB/ipoib: Scatter-Gather support in connected mode")'
Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/ulp/ipoib/ipoib.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/ulp/ipoib/ipoib.h
b/drivers/infiniband/ulp/ipoib/ipoib.h
index 8033a006277fd624cdacfc2202e2ef043edb7065..308e0ce49289262696e5b828022aa6f135fe2bcb 100644
(file)
--- a/
drivers/infiniband/ulp/ipoib/ipoib.h
+++ b/
drivers/infiniband/ulp/ipoib/ipoib.h
@@
-193,11
+193,6
@@
struct ipoib_tx_buf {
u64 mapping[MAX_SKB_FRAGS + 1];
};
-struct ipoib_cm_tx_buf {
- struct sk_buff *skb;
- u64 mapping;
-};
-
struct ib_cm_id;
struct ipoib_cm_data {