On Thu, 14 Nov 2024 13:24:32 +0300 Yasin CANER <yasinnca...@gmail.com> wrote:
> Hello Team, > I am currently using DPDK version 22.11.5 and have encountered a > deprecation warning for the rte_ip_frag_table_del_expired_entries function. > Could you please advise on the recommended method for deleting expired > entries in the fragmentation table? > Additionally, if it is still safe to use this function, is it acceptable to > call it every 5 seconds? > Thank you for your assistance. > > > https://doc.dpdk.org/guides/prog_guide/ip_fragment_reassembly_lib.html > > https://doc.dpdk.org/api/rte__ip__frag_8h.html#acb22ee9956900b57d4d8ac75c70abe4d > > Best regards. > > ___ > > Yasin CANER See release notes for 21.11 for when it changed. https://doc.dpdk.org/guides-22.11/rel_notes/release_21_11.html ip_frag: All macros updated to have RTE_IP_FRAG_ prefix. Obsolete macros are kept for compatibility. DPDK components updated to use new names. Experimental function rte_frag_table_del_expired_entries() was renamed to rte_ip_frag_table_del_expired_entries() to comply with other public API naming convention.