X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mbuf%2Frte_mbuf.c;h=37718d49c1484fb6040e028b3471fcef5f0f28cc;hb=cfe3aeb170b2f6277e6f96173599da51eab0654f;hp=21f6f740465c6a315c55e4e375773410fa70c51d;hpb=d4dca8fe437760ff866cf2aa35a612d7a099862b;p=dpdk.git diff --git a/lib/librte_mbuf/rte_mbuf.c b/lib/librte_mbuf/rte_mbuf.c index 21f6f74046..37718d49c1 100644 --- a/lib/librte_mbuf/rte_mbuf.c +++ b/lib/librte_mbuf/rte_mbuf.c @@ -177,7 +177,6 @@ rte_mbuf_sanity_check(const struct rte_mbuf *m, int is_header) rte_panic("%s\n", reason); } -__rte_experimental int rte_mbuf_check(const struct rte_mbuf *m, int is_header, const char **reason) {