Re: [dpdk-dev] [PATCH v3 2/5] net/enetfec: add UIO support

2021-09-23 Thread Ferruh Yigit
On 9/9/2021 9:43 PM, Apeksha Gupta wrote: > Implemented the fec-uio driver in kernel. enetfec PMD uses > UIO interface to interact with "fec-uio" driver implemented in > kernel for PHY initialisation and for mapping the allocated memory > of register & BD from kernel to DPDK which gives access to >

[dpdk-dev] [PATCH v3 2/5] net/enetfec: add UIO support

2021-09-09 Thread Apeksha Gupta
Implemented the fec-uio driver in kernel. enetfec PMD uses UIO interface to interact with "fec-uio" driver implemented in kernel for PHY initialisation and for mapping the allocated memory of register & BD from kernel to DPDK which gives access to non-cacheable memory for BD. Signed-off-by: Sachin