X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fmbuf%2Frte_mbuf_dyn.h;h=29abe8da53cfe6c7755cc14269fc9d50a726e670;hb=295968d1740760337e16b0d7914875c5cac52850;hp=fb03cf1dcf905600203063f87029fd205ef2f3c5;hpb=a136b08c104afdb627b19347f15562e341ee7a1f;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.