mbox series

[0/2] net/hns3: add some features for hns3 pmd

Message ID 20230421095322.30374-1-liudongdong3@huawei.com (mailing list archive)
Headers
Series net/hns3: add some features for hns3 pmd |

Message

Dongdong Liu April 21, 2023, 9:53 a.m. UTC
  This patchset is to add some features for hns3 pmd.

Chengwen Feng (1):
  net/hns3: support dump media type

Dongdong Liu (1):
  net/hns3: simplify for hardware csum offloading

 drivers/net/hns3/hns3_cmd.c    |  3 ++
 drivers/net/hns3/hns3_cmd.h    |  1 +
 drivers/net/hns3/hns3_dump.c   |  3 ++
 drivers/net/hns3/hns3_ethdev.c |  2 +-
 drivers/net/hns3/hns3_ethdev.h |  3 ++
 drivers/net/hns3/hns3_rxtx.c   | 52 +++++++++++++++++++++++++++++++++-
 drivers/net/hns3/hns3_rxtx.h   | 12 +++++++-
 7 files changed, 73 insertions(+), 3 deletions(-)

--
2.22.0
  

Comments

Dongdong Liu May 16, 2023, 11:15 a.m. UTC | #1
Kindly ping.

Thanks,
Dongdong

On 2023/4/21 17:53, Dongdong Liu wrote:
> This patchset is to add some features for hns3 pmd.
>
> Chengwen Feng (1):
>   net/hns3: support dump media type
>
> Dongdong Liu (1):
>   net/hns3: simplify for hardware csum offloading
>
>  drivers/net/hns3/hns3_cmd.c    |  3 ++
>  drivers/net/hns3/hns3_cmd.h    |  1 +
>  drivers/net/hns3/hns3_dump.c   |  3 ++
>  drivers/net/hns3/hns3_ethdev.c |  2 +-
>  drivers/net/hns3/hns3_ethdev.h |  3 ++
>  drivers/net/hns3/hns3_rxtx.c   | 52 +++++++++++++++++++++++++++++++++-
>  drivers/net/hns3/hns3_rxtx.h   | 12 +++++++-
>  7 files changed, 73 insertions(+), 3 deletions(-)
>
> --
> 2.22.0
>
> .
>
  
Ferruh Yigit May 17, 2023, 9:36 p.m. UTC | #2
On 4/21/2023 10:53 AM, Dongdong Liu wrote:
> This patchset is to add some features for hns3 pmd.
> 
> Chengwen Feng (1):
>   net/hns3: support dump media type
> 
> Dongdong Liu (1):
>   net/hns3: simplify for hardware csum offloading

Series applied to dpdk-next-net/main, thanks.