Re: [PATCH net-next v2 3/8] net: xilinx: tsn: add endpoint MAC driver skeleton
From: Jakub Kicinski
Date: Tue Sep 15 2026 - 20:23:47 EST
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.