[PATCH 01/13] net/sxe: add base driver directory and doc

Stephen Hemminger stephen at networkplumber.org
Sat Apr 26 17:57:44 CEST 2025


On Thu, 24 Apr 2025 19:36:40 -0700
Jie Liu <liujie5 at linkdatatechnology.com> wrote:

> From: JieLiu <liujie5 at linkdatatechnology.com>
> 
> Adding a minimum maintainable directory structure for the
> network driver and request maintenance of the sxe driver.
> 
> Signed-off-by: Jie Liu <liujie5 at linkdatatechnology.com>
> ---

The build failures are because current main branch detects usage
of Variable Length Array (VLA) in drivers. VLA's don't work on Windows.

Best to just modify the code to have a fixed size buffer and process
in chunks.


More information about the dev mailing list