Re: [PATCH] dts: add ICMP to packet filter config

2025-04-17 Thread Patrick Robb
On Tue, Apr 15, 2025 at 5:51 AM Luca Vizzarro wrote: > NICs like the Intel E810-C often produce ICMP packets. These packets > are stray and can interfere with testing. Therefore, add an ICMP > filtering option in the packet filter. > Okay, this sounds harmless. But, is Paul okay with this approa

[PATCH] dts: add ICMP to packet filter config

2025-04-15 Thread Luca Vizzarro
NICs like the Intel E810-C often produce ICMP packets. These packets are stray and can interfere with testing. Therefore, add an ICMP filtering option in the packet filter. Moreover, use Scapy constants for the header values. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- Hi ther