mbox series

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

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

Message

Dongdong Liu June 29, 2023, 1:21 p.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

v2->v3:
-  Use double backquotes for values of the devargs and fix spelling errors.

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 29, 2023, 3:53 p.m. UTC | #1
On 6/29/2023 2:21 PM, 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
> 
> v2->v3:
> -  Use double backquotes for values of the devargs and fix spelling errors.
> 
> 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.