seyyidahmed lahmer
seyyidahmed lahmer
Same Clion Version 2017.3 Fedora WorkStation 27
your $(uname -r) < 5.15 you can get around it by adding the following into onic_netdev.c ```c #if LINUX_VERSION_CODE < KERNEL_VERSION(5,15,0) static inline void eth_hw_addr_set(struct net_device *dev, const u8 *addr)...
Hi, The Xilinx QDMA Linux driver from dma_ip_drivers/QDMA/linux-kernel is primarily designed as a generic character device abstraction for data movement; but does not provide a network (netdev) abstraction. This means...