DPDK usage discussions
 help / color / mirror / Atom feed
* rte_ip_frag_table_del_expired_entries gives warning about deprecation - 22.11.5
@ 2024-11-14 10:24 Yasin CANER
  2024-11-14 16:20 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Yasin CANER @ 2024-11-14 10:24 UTC (permalink / raw)
  To: users

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 2977 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: rte_ip_frag_table_del_expired_entries gives warning about deprecation - 22.11.5
  2024-11-14 10:24 rte_ip_frag_table_del_expired_entries gives warning about deprecation - 22.11.5 Yasin CANER
@ 2024-11-14 16:20 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2024-11-14 16:20 UTC (permalink / raw)
  To: Yasin CANER; +Cc: users

On Thu, 14 Nov 2024 13:24:32 +0300
Yasin CANER <yasinncaner@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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-14 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-14 10:24 rte_ip_frag_table_del_expired_entries gives warning about deprecation - 22.11.5 Yasin CANER
2024-11-14 16:20 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).