Re: [PATCH v11 0/5] drivers/net: add NXP ENETFEC driver

2021-11-25 Thread Ferruh Yigit
On 11/15/2021 3:05 PM, Ferruh Yigit wrote: On 11/15/2021 7:19 AM, Apeksha Gupta wrote: This patch series introduce the enetfec driver, ENETFEC (Fast Ethernet Controller) is a network poll mode driver for the inbuilt NIC found in the NXP i.MX 8M Mini SoC. An overview of the enetfec driver with p

Re: [PATCH v11 0/5] drivers/net: add NXP ENETFEC driver

2021-11-15 Thread Ferruh Yigit
On 11/15/2021 7:19 AM, Apeksha Gupta wrote: This patch series introduce the enetfec driver, ENETFEC (Fast Ethernet Controller) is a network poll mode driver for the inbuilt NIC found in the NXP i.MX 8M Mini SoC. An overview of the enetfec driver with probe and remove are in patch 1. Patch 2 desi

Re: [PATCH v11 0/5] drivers/net: add NXP ENETFEC driver

2021-11-15 Thread Ferruh Yigit
On 11/15/2021 7:19 AM, Apeksha Gupta wrote: This patch series introduce the enetfec driver, ENETFEC (Fast Ethernet Controller) is a network poll mode driver for the inbuilt NIC found in the NXP i.MX 8M Mini SoC. An overview of the enetfec driver with probe and remove are in patch 1. Patch 2 desi

[PATCH v11 0/5] drivers/net: add NXP ENETFEC driver

2021-11-14 Thread Apeksha Gupta
This patch series introduce the enetfec driver, ENETFEC (Fast Ethernet Controller) is a network poll mode driver for the inbuilt NIC found in the NXP i.MX 8M Mini SoC. An overview of the enetfec driver with probe and remove are in patch 1. Patch 2 design UIO interface so that user space directly c