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

2021-10-27 Thread Ferruh Yigit
On 10/21/2021 5:46 AM, 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-c

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

2021-10-20 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