Re: [dpdk-dev] [PATCH v2 09/13] net/mlx5: add ICMP protocol number definition

2020-09-22 Thread Ophir Munk
-dev] [PATCH v2 09/13] net/mlx5: add ICMP protocol > number definition > > > From: Ophir Munk > > > > Some Windows distributions do not include ICMP protocol definitions > > IPPROTO_ICMP and IPPROTO_ICMPV6. This commit defines them if > needed. > > It is al

Re: [dpdk-dev] [PATCH v2 09/13] net/mlx5: add ICMP protocol number definition

2020-09-22 Thread Thomas Monjalon
> From: Ophir Munk > > Some Windows distributions do not include ICMP protocol definitions > IPPROTO_ICMP and IPPROTO_ICMPV6. This commit defines them if needed. It is already defined (recently) in lib/librte_eal/windows/include/netinet/in.h I will drop this patch while pulling next-net.

[dpdk-dev] [PATCH v2 09/13] net/mlx5: add ICMP protocol number definition

2020-08-25 Thread Ophir Munk
From: Ophir Munk Some Windows distributions do not include ICMP protocol definitions IPPROTO_ICMP and IPPROTO_ICMPV6. This commit defines them if needed. Signed-off-by: Ophir Munk Acked-by: Matan Azrad --- drivers/net/mlx5/mlx5_flow.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a