RE: [PATCH dpdk v2] net: add more icmp types and code

2024-10-17 Thread Morten Brørup
> From: Robin Jarry [mailto:rja...@redhat.com] > Sent: Friday, 18 October 2024 00.42 > > Add more ICMP message types and codes based on RFC 792. Change the > namespace prefix from RTE_IP_ICMP_ to RTE_ICMP_ to allow > differentiation > between types and codes. > > Do not include deprecated message

[PATCH dpdk v2] net: add more icmp types and code

2024-10-17 Thread Robin Jarry
Add more ICMP message types and codes based on RFC 792. Change the namespace prefix from RTE_IP_ICMP_ to RTE_ICMP_ to allow differentiation between types and codes. Do not include deprecated message types as described in RFC 6918. Link: https://www.rfc-editor.org/rfc/rfc792 Link: https://www.rfc-