Re: [dpdk-dev] [PATCH v9 3/5] net/enetfec: support queue configuration

2021-11-10 Thread Ferruh Yigit
On 11/10/2021 7:48 AM, Apeksha Gupta wrote: This patch adds Rx/Tx queue configuration setup operations. On packet reception the respective BD Ring status bit is set which is then used for packet processing. Signed-off-by: Sachin Saxena Signed-off-by: Apeksha Gupta <...> + + rte_write

[dpdk-dev] [PATCH v9 3/5] net/enetfec: support queue configuration

2021-11-09 Thread Apeksha Gupta
This patch adds Rx/Tx queue configuration setup operations. On packet reception the respective BD Ring status bit is set which is then used for packet processing. Signed-off-by: Sachin Saxena Signed-off-by: Apeksha Gupta --- drivers/net/enetfec/enet_ethdev.c | 222 +-