]> git.droids-corp.org - dpdk.git/blobdiff - lib/mbuf/rte_mbuf_dyn.h
raw/cnxk_bphy: keep leading zero in device name
[dpdk.git] / lib / mbuf / rte_mbuf_dyn.h
index fb03cf1dcf905600203063f87029fd205ef2f3c5..29abe8da53cfe6c7755cc14269fc9d50a726e670 100644 (file)
@@ -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.