diff options
| author | David S. Miller <davem@davemloft.net> | 2017-04-04 05:16:38 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2017-04-04 05:16:38 +0300 |
| commit | f38b37669731632fbee1ea2bd91f39877555bce4 (patch) | |
| tree | 145c16efd429fda35b7646c89df8ed2edd290ae2 /include | |
| parent | c8b5d129ee293bcf972e7279ac996bb8a138505c (diff) | |
| parent | f9dc4d1f0d6f75c102ee13c0a939d9ae880a3c1e (diff) | |
| download | linux-f38b37669731632fbee1ea2bd91f39877555bce4.tar.xz | |
Merge branch 'qed-QM-ILT-changes'
Yuval Mintz says:
====================
qed: QM & ILT changes
This series introduces several changes and improvements to existing
queue manager and ILT configurations done during initialization.
Notice some of the patches are actually future fixes, I.e., bugs that
can't be triggered with exisiting driver but are needed for some future
functionality.
Patch #1 refactors the configuration of the hardware's queue manager,
which is quite messy today. This contains most of the bulk [code-wise]
in the series.
Patch #2, #3 fix Timers related ILT configurations that are yet to
affect qed in existing scenarios.
Patch #4 reduces needless ILT lines wasted for RoCE configurations.
Patch #5 allows RoCE partitions to manage with less memory regions
[important, e.g., for Multi-function parititions with RoCE support].
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/qed/qed_if.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h index 8e0065c52857..625f80f08f91 100644 --- a/include/linux/qed/qed_if.h +++ b/include/linux/qed/qed_if.h @@ -263,7 +263,6 @@ struct qed_rdma_pf_params { * the doorbell BAR). */ u32 min_dpis; /* number of requested DPIs */ - u32 num_mrs; /* number of requested memory regions */ u32 num_qps; /* number of requested Queue Pairs */ u32 num_srqs; /* number of requested SRQ */ u8 roce_edpm_mode; /* see QED_ROCE_EDPM_MODE_ENABLE */ |
