mbox series

[v2,0/2] net/hns3: add FDIR VLAN match mode runtime config

Message ID 20230627071126.17161-1-liudongdong3@huawei.com (mailing list archive)
Headers
Series net/hns3: add FDIR VLAN match mode runtime config |

Message

Dongdong Liu June 27, 2023, 7:11 a.m. UTC
  This patchset contains two patches:
The first one is to delete duplicate macro definition for hns3.
The second one is to add FDIR VLAN match mode runtime config for hns3

v1->v2:
- Fix the hns3.rst doc build warining.

Huisong Li (2):
  net/hns3: delete duplicate macro definition
  net/hns3: add FDIR VLAN match mode runtime config

 doc/guides/nics/hns3.rst       | 26 +++++++++++++++++++++++++
 drivers/net/hns3/hns3_common.c | 35 ++++++++++++++++++++++++++++++++++
 drivers/net/hns3/hns3_common.h |  2 ++
 drivers/net/hns3/hns3_ethdev.h |  7 -------
 drivers/net/hns3/hns3_fdir.c   | 10 +++++++---
 drivers/net/hns3/hns3_fdir.h   |  8 ++++++++
 6 files changed, 78 insertions(+), 10 deletions(-)

--
2.22.0
  

Comments

Ferruh Yigit June 27, 2023, noon UTC | #1
On 6/27/2023 8:11 AM, Dongdong Liu wrote:
> This patchset contains two patches:
> The first one is to delete duplicate macro definition for hns3.
> The second one is to add FDIR VLAN match mode runtime config for hns3
> 
> v1->v2:
> - Fix the hns3.rst doc build warining.
> 
> Huisong Li (2):
>   net/hns3: delete duplicate macro definition
>   net/hns3: add FDIR VLAN match mode runtime config
>

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