Re: [PATCH v11 3/5] net/enetfec: support queue configuration

2021-11-15 Thread Ferruh Yigit
On 11/15/2021 10:24 AM, Ferruh Yigit wrote: On 11/15/2021 10:11 AM, Ferruh Yigit wrote: On 11/15/2021 7:19 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.

Re: [PATCH v11 3/5] net/enetfec: support queue configuration

2021-11-15 Thread Ferruh Yigit
On 11/15/2021 10:11 AM, Ferruh Yigit wrote: On 11/15/2021 7:19 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:

Re: [PATCH v11 3/5] net/enetfec: support queue configuration

2021-11-15 Thread Ferruh Yigit
On 11/15/2021 7:19 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 Acked-by: Hemant Agrawal I pu

[PATCH v11 3/5] net/enetfec: support queue configuration

2021-11-14 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 Acked-by: Hemant Agrawal --- drivers/net/enetfec/enet_ethdev.c | 220