event/dlb: remove useless assignment
Remove nonproductive assignment of qmport->cq_depth. Coverity issue: 363717 Fixes: ee57517 ("event/dlb: add port setup") Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
This commit is contained in:
parent
d98400512a
commit
76a1e914d5
@ -1000,7 +1000,6 @@ dlb_hw_create_ldb_port(struct dlb_eventdev *dlb,
|
||||
/* The credit window is one high water mark of QEs */
|
||||
qm_port->dir_pushcount_at_credit_expiry = 0;
|
||||
qm_port->cached_dir_credits = cfg.dir_credit_high_watermark;
|
||||
qm_port->cq_depth = cfg.cq_depth;
|
||||
/* CQs with depth < 8 use an 8-entry queue, but withhold credits so
|
||||
* the effective depth is smaller.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user