commit | 07bab9502641dff9c3c864162270d12c6dd0e834 | [log] [tgz] |
---|---|---|
author | Vu Pham <vuhuong@mellanox.com> | Fri Mar 27 23:12:22 2020 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed May 27 18:13:47 2020 -0700 |
tree | f5b3fb980604ff123a795a3cb31f9d1db77d0609 | |
parent | ea651a86d46895a8b342664db66c3dee3412ad34 [diff] |
net/mlx5: E-Switch, Refactor eswitch ingress acl codes Restructure the eswitch ingress acl codes into eswitch directory and different files: . Acl ingress helper functions to acl_helper.c/h . Acl ingress functions used in offloads mode to acl_ingress_ofld.c . Acl ingress functions used in legacy mode to acl_ingress_lgy.c This patch does not change any functionality. Signed-off-by: Vu Pham <vuhuong@mellanox.com>