commit | 432609a4cdfb1c3e3a58e6e37b3501e42bfc50ab | [log] [tgz] |
---|---|---|
author | Gal Pressman <galp@mellanox.com> | Wed Jun 14 11:52:33 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Jun 16 00:19:02 2017 +0300 |
tree | 17ab73f9df9c837904cb563dce7493cba67d6e82 | |
parent | 0883b4f456f691a54df7a9ae5607ade456fa7b97 [diff] |
net/mlx5e: Move and optimize query out of buffer function Move "query queue counter out of buffer" helper function out of qp.c to en_main.c, since mlx5e netdev driver is the only one to use it. Also allocate the output buffer on the stack instead of the heap, to reduce number of heap allocs on update_stats work. Signed-off-by: Gal Pressman <galp@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Cc: kernel-team@fb.com