]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_cryptodev.h
test/crypto: increase mbuf data payload size to 4K
[dpdk.git] / app / test / test_cryptodev.h
index 31e278261a2b0c4b59304919366cbd6feb4f3117..1cdd84d01f635417ad51bfbf5779b49e9ba5aadd 100644 (file)
@@ -19,7 +19,7 @@
 #define DEFAULT_NUM_XFORMS              (2)
 #define NUM_MBUFS                       (8191)
 #define MBUF_CACHE_SIZE                 (256)
-#define MBUF_DATAPAYLOAD_SIZE          (2048 + DIGEST_BYTE_LENGTH_SHA512)
+#define MBUF_DATAPAYLOAD_SIZE          (4096 + DIGEST_BYTE_LENGTH_SHA512)
 #define MBUF_SIZE                      (sizeof(struct rte_mbuf) + \
                RTE_PKTMBUF_HEADROOM + MBUF_DATAPAYLOAD_SIZE)