From 50746d0dc7db5cb49bfd6ab9e5942ecdea694734 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Thu, 10 Nov 2016 21:20:11 +0200 Subject: mlx5 reduce the number of packets Signed-off-by: Hanoh Haim --- src/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug.cpp') diff --git a/src/debug.cpp b/src/debug.cpp index 3a9cd506..86ed0df0 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -341,7 +341,7 @@ int CTrexDebug::verify_hw_rules(bool recv_all) { rte_mbuf_t *m = NULL; CPhyEthIF * lp; rte_mbuf_t * rx_pkts[32]; - int sent_num = 20; + int sent_num = 8; /* reduce the size, there are driver that can handle only burst of 8 in QUEUE 0 */ int ret = 0; for (int pkt_num = 0; pkt_num < sizeof(test_pkts) / sizeof (test_pkts[0]); pkt_num++) { -- cgit 1.2.3-korg