Re: [dpdk-dev] [PATCH 3/4] drivers/net/enetfec: queue configuration

2021-07-03 Thread Sachin Saxena (OSS)
On 30-Apr-21 10:04 AM, Apeksha Gupta wrote: This patch added RX/TX queue configuration setup operations. added -> adds On packet Rx the respective BD Ring status bit is set which is then Suggestion:  Rx -> reception used for packet processing. Signed-off-by: Sachin Saxena Signed-off-by:

Re: [dpdk-dev] [PATCH 3/4] drivers/net/enetfec: queue configuration

2021-06-08 Thread Andrew Rybchenko
Summary is incorrect. "net/enetfec: support queue configuration" ? On 4/30/21 7:34 AM, Apeksha Gupta wrote: > This patch added RX/TX queue configuration setup operations. RX -> Rx, TX -> Tx > On packet Rx the respective BD Ring status bit is set which is then > used for packet processing. > > S

[dpdk-dev] [PATCH 3/4] drivers/net/enetfec: queue configuration

2021-04-29 Thread Apeksha Gupta
This patch added RX/TX queue configuration setup operations. On packet Rx 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 | 223 ++ 1 fi