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

2021-10-27 Thread Ferruh Yigit
On 10/21/2021 5:46 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 <...> +/* Supported Rx

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

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