[PATCH net-next v2 3/8] net: xilinx: tsn: add endpoint MAC driver skeleton

Jakub Kicinski kuba at kernel.org
Tue Sep 15 17:23:27 PDT 2026


On Wed, 9 Sep 2026 00:49:51 +0530 Srinivas Neeli wrote:
> +	ndev = alloc_netdev(sizeof(*ep), "ep%d", NET_NAME_ENUM, ether_setup);

It's up to user space to name netdevs, this is just an ethernet device,
use the standard name.



More information about the linux-arm-kernel mailing list