Dekel Peled f10409b766 ethdev: allow action with any config object type
In current implementation, an action which requires parameters
must accept them enclosed in a structure.
Some actions require a single, trivial type parameter, but it still
must be enclosed in a structure.
This obligation results in multiple, action-specific structures, each
containing a single trivial type parameter.

This patch introduces a new approach, allowing an action configuration
object of any type, trivial or a structure.

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2019-07-05 01:52:01 +02:00
..
2019-06-17 12:35:54 +03:00
2018-05-12 00:38:19 +02:00
2019-05-02 01:33:14 +02:00
2019-05-04 23:39:23 +02:00
2018-04-11 23:40:40 +02:00
2018-12-19 01:25:56 +01:00
2018-04-23 01:47:59 +02:00
2019-05-02 01:33:14 +02:00
2019-01-20 13:08:50 +01:00
2018-11-26 20:19:24 +01:00