[dpdk-dev] [PATCH v5 0/3] net/ice: support DCF ACL capabiltiy

Zhang, Qi Z qi.z.zhang at intel.com
Tue Oct 20 14:37:05 CEST 2020



> -----Original Message-----
> From: Su, Simei <simei.su at intel.com>
> Sent: Tuesday, October 20, 2020 7:33 PM
> To: Zhang, Qi Z <qi.z.zhang at intel.com>; Yang, Qiming <qiming.yang at intel.com>
> Cc: dev at dpdk.org; Wang, Haiyue <haiyue.wang at intel.com>; Xing, Beilei
> <beilei.xing at intel.com>; Ding, Xuan <xuan.ding at intel.com>; Su, Simei
> <simei.su at intel.com>
> Subject: [PATCH v5 0/3] net/ice: support DCF ACL capabiltiy
> 
> [PATCH v5 1/3] change API from static to non-static.
> [PATCH v5 2/3] get PF VSI map for DCF ACL rule.
> [PATCH v5 3/3] support IPV4/IPV4_UDP/IPV4_TCP/IPV4_SCTP pattern
> 	       and DROP action for DCF ACL.

Acked-by: Qi Zhang <qi.z.zhang at intel.com>

,

Applied to dpdk-next-net-intel after squash patch [1/3] to patch [3/3], 
as it is not much necessary to have separate a patch just for function expose.

Thanks
Qi

> 
> v5:
> * Change acl_rule structure location.
> * Correct error processing in ice_acl_prof_init.
> 
> v4:
> * Add processing for error logic.
> * Fix several bugs.
> 
> v3:
> * Optimize code logic in ice_acl_prof_init and ice_acl_create_filter.
> * Fix several bugs.
> 
> v2:
> * Add release notes.
> * Adjust patch sequence.
> * Refactor ACL design and related structure.
> * Add bitmap mechanism to allocate entry dynamically.
> 
> Simei Su (3):
>   net/ice/base: change API from static to non-static
>   net/ice: get PF VSI map
>   net/ice: support ACL filter in DCF
> 
>  doc/guides/rel_notes/release_20_11.rst |    2 +-
>  drivers/net/ice/base/ice_flow.c        |    2 +-
>  drivers/net/ice/base/ice_flow.h        |    3 +
>  drivers/net/ice/ice_acl_filter.c       | 1011
> ++++++++++++++++++++++++++++++++
>  drivers/net/ice/ice_dcf.c              |    1 +
>  drivers/net/ice/ice_dcf.h              |    1 +
>  drivers/net/ice/ice_dcf_parent.c       |   37 +-
>  drivers/net/ice/ice_ethdev.h           |   17 +
>  drivers/net/ice/ice_generic_flow.c     |    2 +
>  drivers/net/ice/meson.build            |    3 +-
>  10 files changed, 1074 insertions(+), 5 deletions(-)  create mode 100644
> drivers/net/ice/ice_acl_filter.c
> 
> --
> 2.9.5




More information about the dev mailing list