[PATCH] dts: avoid Scapy MAC resolution in Rx split test

Thomas Monjalon thomas at monjalon.net
Tue Jun 16 11:53:31 CEST 2026


11/06/2026 20:54, Stephen Hemminger:
> 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

OK, added the tag in the commit log.

> Acked-by: Stephen Hemminger <stephen at networkplumber.org>

Applied




More information about the dev mailing list