commit | ff9c852f91d14d11a35514dda495999cfdb41a7a | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Mon Feb 06 13:14:34 2017 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Mon Mar 27 15:08:14 2017 +0300 |
tree | f9846ec9f604f085d2a77cad264eebafed6f0276 | |
parent | be4891af77226d5909be11ab4297434cfd8c391d [diff] |
net/mlx5e: Introduce mlx5e_channels Have a dedicated "channels" handler that will serve as channels (RQs/SQs/etc..) holder to help with separating channels/parameters operations, for the downstream fail-safe configuration flow, where we will create a new instance of mlx5e_channels with the new requested parameters and switch to the new channels on the fly. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Reviewed-by: Tariq Toukan <tariqt@mellanox.com>