diff options
author | David S. Miller | 2016-06-19 10:47:33 -0700 |
---|---|---|
committer | David S. Miller | 2016-06-19 10:47:33 -0700 |
commit | ab522fd68bc78f3f81f6c553f785dae3462859fa (patch) | |
tree | d559678692eb8783680bd20faf45f8009e6bd74e /include/linux/qed/qed_eth_if.h | |
parent | 5c3da57d70f1ef1d9b60900b84a74d77a9cf0774 (diff) | |
parent | b639f197210d37905a6018ae4297659eb3f48f8f (diff) |
Merge branch 'qed-fixes'
Yuval Mintz says:
====================
qed*: Fixes series
This series contains several small fixes to driver behavior
[4th patch is the only one containing a 'fatal' fix, but the error
is only theoretical for qede; if would require another protocol
driver yet unsubmitted to reach it].
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/qed/qed_eth_if.h')
-rw-r--r-- | include/linux/qed/qed_eth_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/qed/qed_eth_if.h b/include/linux/qed/qed_eth_if.h index 6ae8cb4a61d3..6c876a63558d 100644 --- a/include/linux/qed/qed_eth_if.h +++ b/include/linux/qed/qed_eth_if.h @@ -49,6 +49,7 @@ struct qed_start_vport_params { bool drop_ttl0; u8 vport_id; u16 mtu; + bool clear_stats; }; struct qed_stop_rxq_params { |