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:
e9e1e97
)
ibmvnic: Remove unused TSO resources in TX pool structure
author
Thomas Falcon
<
[email protected]
>
Sat, 17 Mar 2018 01:00:31 +0000
(20:00 -0500)
committer
David S. Miller
<
[email protected]
>
Sun, 18 Mar 2018 00:12:39 +0000
(20:12 -0400)
Finally, remove the TSO-specific fields in the TX pool
strcutures. These are no longer needed with the introduction
of separate buffer pools for TSO transmissions.
Signed-off-by: Thomas Falcon <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/ibm/ibmvnic.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/ibm/ibmvnic.h
b/drivers/net/ethernet/ibm/ibmvnic.h
index 566927e2974a0db9478927d6934fc62fbbaa982c..89efe700eafe796667147b58bbe617cc57761722 100644
(file)
--- a/
drivers/net/ethernet/ibm/ibmvnic.h
+++ b/
drivers/net/ethernet/ibm/ibmvnic.h
@@
-919,8
+919,6
@@
struct ibmvnic_tx_pool {
int consumer_index;
int producer_index;
struct ibmvnic_long_term_buff long_term_buff;
- struct ibmvnic_long_term_buff tso_ltb;
- int tso_index;
int num_buffers;
int buf_size;
};