1. 30 11月, 2018 5 次提交
  2. 27 11月, 2018 3 次提交
  3. 23 11月, 2018 4 次提交
  4. 22 11月, 2018 4 次提交
  5. 21 11月, 2018 2 次提交
  6. 13 11月, 2018 2 次提交
  7. 09 11月, 2018 2 次提交
  8. 07 11月, 2018 1 次提交
  9. 27 10月, 2018 1 次提交
  10. 19 10月, 2018 1 次提交
    • T
      net/mlx5: Refactor fragmented buffer struct fields and init flow · 4972e6fa
      Tariq Toukan 提交于
      Take struct mlx5_frag_buf out of mlx5_frag_buf_ctrl, as it is not
      needed to manage and control the datapath of the fragmented buffers API.
      
      struct mlx5_frag_buf contains control info to manage the allocation
      and de-allocation of the fragmented buffer.
      Its fields are not relevant for datapath, so here I take them out of the
      struct mlx5_frag_buf_ctrl, except for the fragments array itself.
      
      In addition, modified mlx5_fill_fbc to initialise the frags pointers
      as well. This implies that the buffer must be allocated before the
      function is called.
      
      A set of type-specific *_get_byte_size() functions are replaced by
      a generic one.
      Signed-off-by: NTariq Toukan <tariqt@mellanox.com>
      Signed-off-by: NSaeed Mahameed <saeedm@mellanox.com>
      4972e6fa
  11. 18 10月, 2018 2 次提交
  12. 17 10月, 2018 8 次提交
  13. 16 10月, 2018 5 次提交