]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/qat/qat_ec.h
net/txgbe: fix queue statistics mapping
[dpdk.git] / drivers / crypto / qat / qat_ec.h
index c2f3ce93d2efdc86d2231cc3b23466f039053e1c..a310e3f4d3dedf8cc3a2fcfa1e0407d929f39061 100644 (file)
@@ -31,7 +31,7 @@ struct elliptic_curve {
        buffer h;
 };
 
-static struct elliptic_curve __rte_unused curve[] = {
+static struct elliptic_curve curve[] = {
        [SECP256R1] = {
                .name = "secp256r1",
                .bytesize = 32,
@@ -190,7 +190,7 @@ static struct elliptic_curve __rte_unused curve[] = {
        }
 };
 
-static int __rte_unused
+static int
 pick_curve(struct rte_crypto_asym_xform *xform)
 {
        switch (xform->ec.curve_id) {