On 11/14/17 9:18 AM, Jiri Pirko wrote:
> @@ -192,6 +194,8 @@ struct devlink_dpipe_table {
> const char *name;
> bool counters_enabled;
> bool counter_control_extern;
> + u64 resource_id;
> + bool resource_valid;
from a space perspective, please reverse the order
>
From: Arkadi Sharshevsky
The hardware processes which are modeled via dpipe commonly use some
internal hardware resources. Such relation can improve the understanding
of hardware limitations.
Signed-off-by: Arkadi Sharshevsky
Signed-off-by: Jiri Pirko
---
include/net/devlink.h| 13 +++