1. 01 Jul, 2019 7 commits
  2. 26 Jun, 2019 13 commits
  3. 24 Jun, 2019 1 commit
  4. 16 Jun, 2019 2 commits
  5. 13 Jun, 2019 16 commits
  6. 31 May, 2019 1 commit
    • Parav Pandit's avatar
      {IB,net}/mlx5: Constify rep ops functions pointers · 8693115a
      Parav Pandit authored
      Currently for every representor type and for every single vport,
      representer function pointers copy is stored even though they don't
      change from one to other vport.
      
      Additionally priv data entry for the rep is not passed during
      registration, but its copied. It is used (set and cleared) by the user
      of the reps.
      
      As we want to scale vports, to simplify and also to split constants
      from data,
      
      1. Rename mlx5_eswitch_rep_if to mlx5_eswitch_rep_ops as to match _ops
      prefix with other standard netdev, ibdev ops.
      2. Constify the IB and Ethernet rep ops structure.
      3. Instead of storing copy of all rep function pointers, store copy
      per eswitch rep type.
      4. Split data and function pointers to mlx5_eswitch_rep_ops and
      mlx5_eswitch_rep_data.
      Signed-off-by: default avatarParav Pandit <parav@mellanox.com>
      Reviewed-by: default avatarMark Bloch <markb@mellanox.com>
      Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
      8693115a