X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Ftxonly.c;h=b37cae574f06b22f5b915f06c8c123b9fa987483;hb=693f715da45c48ec1ec0fe4ba2f3b5ffd11ba53e;hp=a903d4f952b1e730b961064feba987b3ce54fe42;hpb=6e7caa1ad9d597fed0a49468af25ae6e68b8c443;p=dpdk.git diff --git a/app/test-pmd/txonly.c b/app/test-pmd/txonly.c index a903d4f952..b37cae574f 100644 --- a/app/test-pmd/txonly.c +++ b/app/test-pmd/txonly.c @@ -93,7 +93,7 @@ tx_mbuf_alloc(struct rte_mempool *mp) m = __rte_mbuf_raw_alloc(mp); __rte_mbuf_sanity_check_raw(m, 0); - return (m); + return m; } static void