On 4/30/2021 5:34 AM, Apeksha Gupta wrote: > This patch series introduce the enetfec ethernet driver, > ENET fec (Fast Ethernet Controller) is a network poll mode driver for > the inbuilt NIC found in the NXP imx8mmevk Soc. > > An overview of the enetfec driver with probe and remove are in patch 1. > Patch 2 design UIO so that user space directly communicate with a > hardware device. UIO interface mmap the Register & BD memory in DPDK > which is allocated in kernel and this gives access to non-cacheble > memory for BD. > > Patch 3 adds the RX/TX queue configuration setup operations. > Patch 4 adds enqueue and dequeue support. Also adds some basic features > like promiscuous enable, basic stats. > > > Apeksha Gupta (4): > drivers/net/enetfec: Introduce NXP ENETFEC driver > drivers/net/enetfec: UIO support added > drivers/net/enetfec: queue configuration > drivers/net/enetfec: add enqueue and dequeue support >
Hi Apeksha, Hemant, It is a little late for v21.05, lets consider this driver for next release. Meanwhile reviews can continue on it.