mbox series

[V13,0/3] add FEC support

Message ID 1601023147-57193-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series add FEC support |

Message

humin (Q) Sept. 25, 2020, 8:39 a.m. UTC
  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                   | 223 +++++++++++++++++++
 app/test-pmd/config.c                    |  91 ++++++++
 app/test-pmd/testpmd.h                   |   2 +
 doc/guides/rel_notes/release_20_11.rst   |  10 +
 drivers/net/hns3/hns3_cmd.h              |  19 +-
 drivers/net/hns3/hns3_ethdev.c           | 356 +++++++++++++++++++++++++++++++
 drivers/net/hns3/hns3_ethdev.h           |   1 +
 lib/librte_ethdev/rte_ethdev.c           |  43 ++++
 lib/librte_ethdev/rte_ethdev.h           |  94 ++++++++
 lib/librte_ethdev/rte_ethdev_driver.h    |  80 +++++++
 lib/librte_ethdev/rte_ethdev_version.map |   3 +
 11 files changed, 921 insertions(+), 1 deletion(-)
  

Comments

humin (Q) Sept. 27, 2020, 7:08 a.m. UTC | #1
Hello,
	Are there any suggustions for this set patches ?


在 2020/9/25 16:39, 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                   | 223 +++++++++++++++++++
>   app/test-pmd/config.c                    |  91 ++++++++
>   app/test-pmd/testpmd.h                   |   2 +
>   doc/guides/rel_notes/release_20_11.rst   |  10 +
>   drivers/net/hns3/hns3_cmd.h              |  19 +-
>   drivers/net/hns3/hns3_ethdev.c           | 356 +++++++++++++++++++++++++++++++
>   drivers/net/hns3/hns3_ethdev.h           |   1 +
>   lib/librte_ethdev/rte_ethdev.c           |  43 ++++
>   lib/librte_ethdev/rte_ethdev.h           |  94 ++++++++
>   lib/librte_ethdev/rte_ethdev_driver.h    |  80 +++++++
>   lib/librte_ethdev/rte_ethdev_version.map |   3 +
>   11 files changed, 921 insertions(+), 1 deletion(-)
>
  
Ferruh Yigit Sept. 28, 2020, 10:27 a.m. UTC | #2
On 9/27/2020 8:08 AM, Min Hu (Connor) wrote:
> Hello,
>      Are there any suggustions for this set patches ?
> 
> 
> 在 2020/9/25 16:39, 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                   | 223 +++++++++++++++++++
>>   app/test-pmd/config.c                    |  91 ++++++++
>>   app/test-pmd/testpmd.h                   |   2 +
>>   doc/guides/rel_notes/release_20_11.rst   |  10 +
>>   drivers/net/hns3/hns3_cmd.h              |  19 +-
>>   drivers/net/hns3/hns3_ethdev.c           | 356 +++++++++++++++++++++++++++++++
>>   drivers/net/hns3/hns3_ethdev.h           |   1 +
>>   lib/librte_ethdev/rte_ethdev.c           |  43 ++++
>>   lib/librte_ethdev/rte_ethdev.h           |  94 ++++++++
>>   lib/librte_ethdev/rte_ethdev_driver.h    |  80 +++++++
>>   lib/librte_ethdev/rte_ethdev_version.map |   3 +
>>   11 files changed, 921 insertions(+), 1 deletion(-)
>>

Hi Connor,

Can you please make a new version addressing the minor issues Andrew highlighted 
and including his ack?

Thanks,
ferruh
  
humin (Q) Sept. 28, 2020, 11:11 a.m. UTC | #3
Hi, Ferruh,
	I've send a set of patches named V14, please check it ,thanks.

在 2020/9/28 18:27, Ferruh Yigit 写道:
> On 9/27/2020 8:08 AM, Min Hu (Connor) wrote:
>> Hello,
>>      Are there any suggustions for this set patches ?
>>
>>
>> 在 2020/9/25 16:39, 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                   | 223 +++++++++++++++++++
>>>   app/test-pmd/config.c                    |  91 ++++++++
>>>   app/test-pmd/testpmd.h                   |   2 +
>>>   doc/guides/rel_notes/release_20_11.rst   |  10 +
>>>   drivers/net/hns3/hns3_cmd.h              |  19 +-
>>>   drivers/net/hns3/hns3_ethdev.c           | 356 
>>> +++++++++++++++++++++++++++++++
>>>   drivers/net/hns3/hns3_ethdev.h           |   1 +
>>>   lib/librte_ethdev/rte_ethdev.c           |  43 ++++
>>>   lib/librte_ethdev/rte_ethdev.h           |  94 ++++++++
>>>   lib/librte_ethdev/rte_ethdev_driver.h    |  80 +++++++
>>>   lib/librte_ethdev/rte_ethdev_version.map |   3 +
>>>   11 files changed, 921 insertions(+), 1 deletion(-)
>>>
> 
> Hi Connor,
> 
> Can you please make a new version addressing the minor issues Andrew 
> highlighted and including his ack?
> 
> Thanks,
> ferruh
> .