[dpdk-dev] [PATCH] eal: register rte_panic user callback

Arnon Warshavsky arnon at qwilt.com
Wed Mar 7 14:23:34 CET 2018


>
> Can we add a compile warning for adding new rte_panic's into code? It's a
> nice tool while debugging, but it probably shouldn't be in any new
> production code.
>

I thought about renaming the current function and calls to something like
deprecated_rte_panic()
, and keep the old API with __rte_deprecated.
Is this kind of API break acceptable?


More information about the dev mailing list