commit | 7cf6f811b72aced0c48e1065fe059d604ef6363d | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Sun Jul 14 17:50:51 2019 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Aug 01 12:33:31 2019 -0700 |
tree | fbb8a9111bdb17d7deca0d6dcdf1064c96288f5f | |
parent | 6c085a8aab5183d8658c9a692bcfda3e24195b7a [diff] |
net/mlx5e: XDP, Slight enhancement for WQE fetch function Instead of passing an output param, let function return the WQE pointer. In addition, pass &pi so it gets its value in the function, and save the redundant assignment that comes after it. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>