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

2021-11-04 Thread Ferruh Yigit
On 11/3/2021 7:20 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 non-ca

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

2021-11-03 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