]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/config.c
app/testpmd: fix uninitialized members of MPLS
[dpdk.git] / app / test-pmd / config.c
index 52f1d9d928afbe2764054b841f125eb151176d1a..9669cbd4cb8f7634792944fb957e20f645fcc359 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";
        }