[PATCH] dts: avoid Scapy MAC resolution in Rx split test
Stephen Hemminger
stephen at networkplumber.org
Thu Jun 11 20:54:21 CEST 2026
On Wed, 10 Jun 2026 20:32:18 +0200
Thomas Monjalon <thomas at monjalon.net> wrote:
> The test gets the Ethernet header length from Scapy with len(Ether()).
>
> When building DTS API documentation, Sphinx imports the test module
> and shows this warning:
> WARNING: MAC address to reach destination not found. Using broadcast.
>
> Use a dummy MAC address so Scapy no longer performs
> destination resolution during import.
>
> Fixes: 01c70544cffd ("dts: add selective Rx tests")
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Thanks, I previously reported this as:
https://bugs.dpdk.org/show_bug.cgi?id=1951
Acked-by: Stephen Hemminger <stephen at networkplumber.org>
More information about the dev
mailing list