[PATCH v4 00/23] et/sxe2: added Linkdata sxe2 ethernet driver

Stephen Hemminger stephen at networkplumber.org
Fri Jun 19 22:58:11 CEST 2026


On Fri, 19 Jun 2026 16:01:56 +0800
liujie5 at linkdatatechnology.com wrote:

> From: Jie Liu <liujie5 at linkdatatechnology.com>
> 
> This patch set implements core functionality for the SXE2 PMD,
> including basic driver framework, data path setup, and advanced
> offload features (VLAN, RSS,TM, PTP etc.).


Looking over the driver overall, I noticed you are adding cflags for -g.
This is not necessary, meson supports this via -Dbuildtype=debug or -Dbuildtype=debugoptimized

Remove this in meson.build
cflags += ['-g']


More information about the dev mailing list