commit | 121e89275471dccbd5b252e40ad6a823fa0527f7 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Tue Dec 12 15:46:49 2017 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Mar 30 16:55:05 2018 -0700 |
tree | 99e162b3f4d25d3bf6aae760ebc064d15d44b8c0 | |
parent | 619a8f2a42f1031cdbd74435b6a9191eb4913139 [diff] |
net/mlx5e: Refactor RQ XDP_TX indication Make the xdp_xmit indication available for Striding RQ by taking it out of the type-specific union. This refactor is a preparation for a downstream patch that adds XDP support over Striding RQ. In addition, use a bitmap instead of a boolean for possible future flags. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>