Searched hist:"64825827 ae3a53e01fc9bb9483b1a2ed7cb2b657" (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/infiniband/hw/mlx5/ |
H A D | counters.h | 64825827ae3a53e01fc9bb9483b1a2ed7cb2b657 Thu Jul 02 10:18:06 CEST 2020 Leon Romanovsky <leonro@mellanox.com> RDMA/mlx5: Separate counters from main.c
There are number of counters types supported in mlx5_ib: HW counters, congestion counters, Q-counters and flow counters. Almost all supporting code was placed in main.c that made almost impossible to maintain the code anymore. Let's create separate code namespace for the counters to easy future generalization effort.
Link: https://lore.kernel.org/r/20200702081809.423482-4-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | qp.h | diff 64825827ae3a53e01fc9bb9483b1a2ed7cb2b657 Thu Jul 02 10:18:06 CEST 2020 Leon Romanovsky <leonro@mellanox.com> RDMA/mlx5: Separate counters from main.c
There are number of counters types supported in mlx5_ib: HW counters, congestion counters, Q-counters and flow counters. Almost all supporting code was placed in main.c that made almost impossible to maintain the code anymore. Let's create separate code namespace for the counters to easy future generalization effort.
Link: https://lore.kernel.org/r/20200702081809.423482-4-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | counters.c | 64825827ae3a53e01fc9bb9483b1a2ed7cb2b657 Thu Jul 02 10:18:06 CEST 2020 Leon Romanovsky <leonro@mellanox.com> RDMA/mlx5: Separate counters from main.c
There are number of counters types supported in mlx5_ib: HW counters, congestion counters, Q-counters and flow counters. Almost all supporting code was placed in main.c that made almost impossible to maintain the code anymore. Let's create separate code namespace for the counters to easy future generalization effort.
Link: https://lore.kernel.org/r/20200702081809.423482-4-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | Makefile | diff 64825827ae3a53e01fc9bb9483b1a2ed7cb2b657 Thu Jul 02 10:18:06 CEST 2020 Leon Romanovsky <leonro@mellanox.com> RDMA/mlx5: Separate counters from main.c
There are number of counters types supported in mlx5_ib: HW counters, congestion counters, Q-counters and flow counters. Almost all supporting code was placed in main.c that made almost impossible to maintain the code anymore. Let's create separate code namespace for the counters to easy future generalization effort.
Link: https://lore.kernel.org/r/20200702081809.423482-4-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | cmd.h | diff 64825827ae3a53e01fc9bb9483b1a2ed7cb2b657 Thu Jul 02 10:18:06 CEST 2020 Leon Romanovsky <leonro@mellanox.com> RDMA/mlx5: Separate counters from main.c
There are number of counters types supported in mlx5_ib: HW counters, congestion counters, Q-counters and flow counters. Almost all supporting code was placed in main.c that made almost impossible to maintain the code anymore. Let's create separate code namespace for the counters to easy future generalization effort.
Link: https://lore.kernel.org/r/20200702081809.423482-4-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | cmd.c | diff 64825827ae3a53e01fc9bb9483b1a2ed7cb2b657 Thu Jul 02 10:18:06 CEST 2020 Leon Romanovsky <leonro@mellanox.com> RDMA/mlx5: Separate counters from main.c
There are number of counters types supported in mlx5_ib: HW counters, congestion counters, Q-counters and flow counters. Almost all supporting code was placed in main.c that made almost impossible to maintain the code anymore. Let's create separate code namespace for the counters to easy future generalization effort.
Link: https://lore.kernel.org/r/20200702081809.423482-4-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | qp.c | diff 64825827ae3a53e01fc9bb9483b1a2ed7cb2b657 Thu Jul 02 10:18:06 CEST 2020 Leon Romanovsky <leonro@mellanox.com> RDMA/mlx5: Separate counters from main.c
There are number of counters types supported in mlx5_ib: HW counters, congestion counters, Q-counters and flow counters. Almost all supporting code was placed in main.c that made almost impossible to maintain the code anymore. Let's create separate code namespace for the counters to easy future generalization effort.
Link: https://lore.kernel.org/r/20200702081809.423482-4-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | main.c | diff 64825827ae3a53e01fc9bb9483b1a2ed7cb2b657 Thu Jul 02 10:18:06 CEST 2020 Leon Romanovsky <leonro@mellanox.com> RDMA/mlx5: Separate counters from main.c
There are number of counters types supported in mlx5_ib: HW counters, congestion counters, Q-counters and flow counters. Almost all supporting code was placed in main.c that made almost impossible to maintain the code anymore. Let's create separate code namespace for the counters to easy future generalization effort.
Link: https://lore.kernel.org/r/20200702081809.423482-4-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|