1. 28 May, 2020 2 commits
    • Vu Pham's avatar
      net/mlx5: E-Switch, Refactor eswitch ingress acl codes · 07bab950
      Vu Pham authored
      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: default avatarVu Pham <vuhuong@mellanox.com>
      07bab950
    • Vu Pham's avatar
      net/mlx5: E-Switch, Refactor eswitch egress acl codes · ea651a86
      Vu Pham authored
      Refactor the egress acl codes so that offloads and legacy modes
      can configure specifically their own needs of egress acl table,
      groups and rules. While at it, restructure the eswitch egress
      acl codes into eswitch directory and different files:
      . Acl egress helper functions to acl_helper.c/h
      . Acl egress functions used in offloads mode to acl_egress_ofld.c
      . Acl egress functions used in legacy mode to acl_egress_lgy.c
      
      This patch does not change any functionality.
      Signed-off-by: default avatarVu Pham <vuhuong@mellanox.com>
      Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
      ea651a86
  2. 27 May, 2020 35 commits
  3. 26 May, 2020 3 commits