X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fbbdev%2Frte_bbdev_pmd.h;h=3da7a2bdf52ddf5194462dcef65f371e507b7d5f;hb=6e858b4d9244cf53505589673755ab18ac2a4a83;hp=237e3361d7e5c89227cc1688b04db40eb8647c32;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/bbdev/rte_bbdev_pmd.h b/lib/bbdev/rte_bbdev_pmd.h index 237e3361d7..3da7a2bdf5 100644 --- a/lib/bbdev/rte_bbdev_pmd.h +++ b/lib/bbdev/rte_bbdev_pmd.h @@ -10,9 +10,6 @@ * * Wireless base band driver-facing APIs. * - * @warning - * @b EXPERIMENTAL: this API may change without prior notice - * * This API provides the mechanism for device drivers to register with the * bbdev interface. User applications should not use this API. */ @@ -43,7 +40,6 @@ extern "C" { * @return * - Slot in the rte_bbdev array for a new device; */ -__rte_experimental struct rte_bbdev * rte_bbdev_allocate(const char *name); @@ -56,7 +52,6 @@ rte_bbdev_allocate(const char *name); * @return * - 0 on success, negative on error */ -__rte_experimental int rte_bbdev_release(struct rte_bbdev *bbdev); @@ -71,12 +66,11 @@ rte_bbdev_release(struct rte_bbdev *bbdev); * - NULL otherwise * */ -__rte_experimental struct rte_bbdev * rte_bbdev_get_named_dev(const char *name); /** - * Definitions of all functions exported by a driver through the the generic + * Definitions of all functions exported by a driver through the generic * structure of type *rte_bbdev_ops* supplied in the *rte_bbdev* structure * associated with a device. */ @@ -190,7 +184,6 @@ struct rte_bbdev_ops { * @param ret_param * To pass data back to user application. */ -__rte_experimental void rte_bbdev_pmd_callback_process(struct rte_bbdev *dev, enum rte_bbdev_event_type event, void *ret_param);