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.