X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fmbuf%2Frte_mbuf_dyn.h;h=29abe8da53cfe6c7755cc14269fc9d50a726e670;hb=6d72dce7ed683fe0f9d8670edddb381eb20184b0;hp=fb03cf1dcf905600203063f87029fd205ef2f3c5;hpb=7ddade3555d0d992974c9b5bad525691b9a10783;p=dpdk.git diff --git a/lib/mbuf/rte_mbuf_dyn.h b/lib/mbuf/rte_mbuf_dyn.h index fb03cf1dcf..29abe8da53 100644 --- a/lib/mbuf/rte_mbuf_dyn.h +++ b/lib/mbuf/rte_mbuf_dyn.h @@ -37,7 +37,7 @@ * of the dynamic field to be registered: * const struct rte_mbuf_dynfield rte_dynfield_my_feature = { ... }; * - The application initializes the PMD, and asks for this feature - * at port initialization by passing DEV_RX_OFFLOAD_MY_FEATURE in + * at port initialization by passing RTE_ETH_RX_OFFLOAD_MY_FEATURE in * rxconf. This will make the PMD to register the field by calling * rte_mbuf_dynfield_register(&rte_dynfield_my_feature). The PMD * stores the returned offset.