Re: [PATCH v9 4/5] net/enetfec: add Rx/Tx support

2021-11-10 Thread Ferruh Yigit
On 11/10/2021 7:48 AM, Apeksha Gupta wrote: This patch adds burst enqueue and dequeue operations to the enetfec PMD. Loopback mode is also added, compile time flag 'ENETFEC_LOOPBACK' is used to enable this feature. By default loopback mode is disabled. Basic features added like promiscuous enable

[dpdk-dev] [PATCH v9 4/5] net/enetfec: add Rx/Tx support

2021-11-09 Thread Apeksha Gupta
This patch adds burst enqueue and dequeue operations to the enetfec PMD. Loopback mode is also added, compile time flag 'ENETFEC_LOOPBACK' is used to enable this feature. By default loopback mode is disabled. Basic features added like promiscuous enable, basic stats. Signed-off-by: Sachin Saxena