Re: [dpdk-dev] [PATCH V15 1/3] ethdev: introduce FEC API

2020-09-30 Thread Andrew Rybchenko
On 9/29/20 4:03 AM, Min Hu (Connor) wrote: > This patch adds Forward error correction(FEC) support for ethdev. > Introduce APIs which support query and config FEC information in > hardware. > > Signed-off-by: Min Hu (Connor) > Reviewed-by: Wei Hu (Xavier) > Reviewed-by: Chengwen Feng > Reviewed

Re: [dpdk-dev] [PATCH V15 1/3] ethdev: introduce FEC API

2020-09-30 Thread Thomas Monjalon
29/09/2020 10:44, Min Hu (Connor): > Hi, all, > Are there any suggestions for this set of patches? > I wish this patch can be merged into 20.11,and this > is urget. Please gives reply to me, thanks. We all have urgent tasks to complete. Please help by reviewing some other patches

Re: [dpdk-dev] [PATCH V15 1/3] ethdev: introduce FEC API

2020-09-29 Thread Min Hu (Connor)
Hi, all, Are there any suggestions for this set of patches? I wish this patch can be merged into V20.11,and this is urgent. I only have one day to handle the patches, because from 10/1 to 10/8 we will be on holiday. Please give reply to me, thanks. 在 2020/9/29 16:44

Re: [dpdk-dev] [PATCH V15 1/3] ethdev: introduce FEC API

2020-09-29 Thread Min Hu (Connor)
Thank Ajit. Hi, all, Are there any suggestions for this set of patches? I wish this patch can be merged into 20.11,and this is urget. Please gives reply to me, thanks. 在 2020/9/29 12:18, Ajit Khaparde 写道: On Mon, Sep 28, 2020 at 6:06 PM Min Hu (Connor)

Re: [dpdk-dev] [PATCH V15 1/3] ethdev: introduce FEC API

2020-09-29 Thread Ajit Khaparde
On Mon, Sep 28, 2020 at 6:06 PM Min Hu (Connor) wrote: > This patch adds Forward error correction(FEC) support for ethdev. > Introduce APIs which support query and config FEC information in > hardware. > > Signed-off-by: Min Hu (Connor) > Reviewed-by: Wei Hu (Xavier) > Reviewed-by: Chengwen Fen

[dpdk-dev] [PATCH V15 1/3] ethdev: introduce FEC API

2020-09-28 Thread Min Hu (Connor)
This patch adds Forward error correction(FEC) support for ethdev. Introduce APIs which support query and config FEC information in hardware. Signed-off-by: Min Hu (Connor) Reviewed-by: Wei Hu (Xavier) Reviewed-by: Chengwen Feng Reviewed-by: Chengchang Tang Acked-by: Andrew Rybchenko --- v14->