[dpdk-dev] [PATCH v5] ip_frag: add namespace
Thomas Monjalon
thomas at monjalon.net
Wed Nov 17 10:25:22 CET 2021
09/11/2021 13:32, Konstantin Ananyev:
> Update public macros to have RTE_IP_FRAG_ prefix.
> Update DPDK components to use new names.
> Keep obsolete macro for compatibility reasons.
> Renamed experimental function ``rte_frag_table_del_expired_entries``to
> ``rte_ip_frag_table_del_expired_entries`` to comply with other public
> API naming convention.
>
> Signed-off-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
Applied, thanks.
I've fixed few doxygen formatting.
Note: we still have some config macros with a different namespace:
config/rte_config.h:#define RTE_LIBRTE_IP_FRAG_MAX_FRAG 8
config/rte_config.h:#undef RTE_LIBRTE_IP_FRAG_TBL_STAT
More information about the dev
mailing list