X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=lib%2Flibrte_eal%2Fcommon%2Feal_private.h;h=798ede553b2170177c6a381742bce8e79e79fd1c;hb=f129008f5aa6c55327d75c9b42292bf70e4e1647;hp=442c6dc487896427113f1f80269712795af56131;hpb=2395332798d0c43ce3ecd625777f14666f4a4b28;p=dpdk.git diff --git a/lib/librte_eal/common/eal_private.h b/lib/librte_eal/common/eal_private.h index 442c6dc487..798ede553b 100644 --- a/lib/librte_eal/common/eal_private.h +++ b/lib/librte_eal/common/eal_private.h @@ -255,9 +255,13 @@ struct rte_bus *rte_bus_find_by_device_name(const char *str); * 0 on success; * (<0) on failure. */ - int rte_mp_channel_init(void); +/** + * Primary/secondary communication cleanup. + */ +void rte_mp_channel_cleanup(void); + /** * @internal * Parse a device string and store its information in an @@ -370,4 +374,11 @@ rte_option_parse(const char *opt); void rte_option_init(void); +/** + * Iterate through the registered options and show the associated + * usage string. + */ +void +rte_option_usage(void); + #endif /* _EAL_PRIVATE_H_ */