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

2024-10-17 Thread Ferruh Yigit
On 10/17/2024 11:33 PM, Robin Jarry wrote: > Ferruh Yigit, Oct 18, 2024 at 00:22: >> On 10/17/2024 5:02 PM, Stephen Hemminger wrote: >>> On Thu, 17 Oct 2024 10:33:22 +0200 >>> Robin Jarry wrote: >>> Add more ICMP message types and codes based on RFC 792. Change the namespace prefix from

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

2024-10-17 Thread Robin Jarry
Ferruh Yigit, Oct 18, 2024 at 00:22: On 10/17/2024 5:02 PM, Stephen Hemminger wrote: On Thu, 17 Oct 2024 10:33:22 +0200 Robin Jarry wrote: 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

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

2024-10-17 Thread Ferruh Yigit
On 10/17/2024 5:02 PM, Stephen Hemminger wrote: > On Thu, 17 Oct 2024 10:33:22 +0200 > Robin Jarry wrote: > >> 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. >> >> Signed-of

[PATCH dpdk] 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. Signed-off-by: Robin Jarry --- app/test-pmd/icmpecho.c | 10 +- lib/net/rte_icmp.h | 31 +-