]> git.droids-corp.org - dpdk.git/commitdiff
crypto/scheduler: remove unused internal seqn
authorDavid Marchand <david.marchand@redhat.com>
Wed, 28 Oct 2020 12:20:06 +0000 (13:20 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 31 Oct 2020 21:14:28 +0000 (22:14 +0100)
This field has been left behind after dropping its use.

Fixes: 8a48e039432b ("crypto/scheduler: optimize crypto op ordering")
Signed-off-by: David Marchand <david.marchand@redhat.com>
drivers/crypto/scheduler/scheduler_pmd_private.h

index adb4eb06321a1c5fe94411a659e0a3c186438baa..4d33b9ab44d28dfa9300115d26372ced12db6a7d 100644 (file)
@@ -59,7 +59,6 @@ struct scheduler_qp_ctx {
        uint32_t max_nb_objs;
 
        struct rte_ring *order_ring;
-       uint32_t seqn;
 } __rte_cache_aligned;