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

2020-09-17 Thread humin (Connor)
在 2020/9/17 20:49, Ananyev, Konstantin 写道: 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: Che

Re: [dpdk-dev] [PATCH V4 0/3] add FEC support

2020-09-16 Thread humin (Connor)
Hi, all Are there any comment? Thanks Connor 在 2020/9/10 15:24, Min Hu (Connor) 写道: This series add FEC support for ethdev. Min Hu (Connor) (3): ethdev: introduce FEC API net/hns3: support FEC app/testpmd: add FEC command app/test-pmd/cmdline.c | 219 +

Re: [dpdk-dev] [PATCH V4 0/3] add FEC support

2020-09-11 Thread humin (Connor)
Hi, Ajit Khaparde: Forward error correction (FEC) is a bit error correction mode. It adds error correction information to data packets at the transmit end, and uses the error correction information to correct the bit errors generated during data packet transmission at the receive end. This improv