app/testpmd: add mempool with external data buffers
[dpdk.git] / app / test-pmd / config.c
index 52f1d9d..9669cbd 100644 (file)
@@ -2422,6 +2422,8 @@ mp_alloc_to_str(uint8_t mode)
                return "xmem";
        case MP_ALLOC_XMEM_HUGE:
                return "xmemhuge";
+       case MP_ALLOC_XBUF:
+               return "xbuf";
        default:
                return "invalid";
        }