]> git.droids-corp.org - dpdk.git/blobdiff - app/test-crypto-perf/cperf_test_vectors.h
app/testpmd: fix Tx first with LSC interrupt
[dpdk.git] / app / test-crypto-perf / cperf_test_vectors.h
index e64f1168e50863a35284c05a52c797b3dcb7e008..85955703cb1e958eaccda97cd5d0e9468936f3a0 100644 (file)
@@ -53,9 +53,23 @@ struct cperf_test_vector {
 
        struct {
                uint8_t *data;
-               phys_addr_t phys_addr;
                uint16_t length;
-       } iv;
+       } aead_key;
+
+       struct {
+               uint8_t *data;
+               uint16_t length;
+       } cipher_iv;
+
+       struct {
+               uint8_t *data;
+               uint16_t length;
+       } auth_iv;
+
+       struct {
+               uint8_t *data;
+               uint16_t length;
+       } aead_iv;
 
        struct {
                uint8_t *data;
@@ -79,6 +93,8 @@ struct cperf_test_vector {
                uint32_t auth_length;
                uint32_t cipher_offset;
                uint32_t cipher_length;
+               uint32_t aead_offset;
+               uint32_t aead_length;
        } data;
 };