commit | ea3886cab76f1026a5db988fa6fad997e98f3a32 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Mon Jul 10 12:52:36 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Mar 30 16:16:17 2018 -0700 |
tree | 618f777b231ae9ff7f9a85ac1dd0850638f5a3d9 | |
parent | e4d86a4a58b436fca0ce084ea453cc0ec8c39bb4 [diff] |
net/mlx5e: Use inline MTTs in UMR WQEs When modifying the page mapping of a HW memory region (via a UMR post), post the new values inlined in WQE, instead of using a data pointer. This is a micro-optimization, inline UMR WQEs of different rings scale better in HW. In addition, this obsoletes a few control flows and helps delete ~50 LOC. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>