Skip to content

Commit

Permalink
crypto/scheduler: remove unused internal seqn
Browse files Browse the repository at this point in the history
[ upstream commit 2601dcf ]

This field has been left behind after dropping its use.

Fixes: 8a48e03 ("crypto/scheduler: optimize crypto op ordering")

Signed-off-by: David Marchand <david.marchand@redhat.com>
  • Loading branch information
david-marchand authored and bluca committed Nov 5, 2020
1 parent b50a8c3 commit 89219b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/crypto/scheduler/scheduler_pmd_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ struct scheduler_qp_ctx {
uint32_t max_nb_objs;

struct rte_ring *order_ring;
uint32_t seqn;
} __rte_cache_aligned;


Expand Down

0 comments on commit 89219b8

Please sign in to comment.