[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230725101642.267248-1-arkadiusz.kubalewski@intel.com>
Date: Tue, 25 Jul 2023 12:16:40 +0200
From: Arkadiusz Kubalewski <arkadiusz.kubalewski@...el.com>
To: kuba@...nel.org,
donald.hunter@...il.com,
netdev@...r.kernel.org,
davem@...emloft.net,
pabeni@...hat.com,
edumazet@...gle.com
Cc: simon.horman@...igine.com,
Arkadiusz Kubalewski <arkadiusz.kubalewski@...el.com>
Subject: [PATCH net-next v4 0/2] tools: ynl-gen: fix parse multi-attr enum attribute
Fix the issues with parsing enums in ynl.py script.
v4->v5:
- fix indent issue in _decode_binary()
v3->v4:
- decoding 'enum-as-flag' starts from 0 instead of enum's start-value
- move back usage of _decode_enum() back to _decode_binary()
- fix typo in commit message
v2->v3:
- Restore i iterator helper for decoding 'enum-as-flag' attributes in
_decode_enum(..) function.
- Fix _decode_enum(..) usage in case of binary & struct type attributes
by moving it to as_struct() funtion while calling _decode_enum(..) for
individual struct members.
v1->v2:
Initially this was one patch, but review shown there is need to fix also
leftover issues with indexing in _decode_enum(..) function
("tools: ynl-gen: fix enum index in _decode_enum(..)").
*** BLURB HERE ***
Arkadiusz Kubalewski (2):
tools: ynl-gen: fix enum index in _decode_enum(..)
tools: ynl-gen: fix parse multi-attr enum attribute
tools/net/ynl/lib/ynl.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
--
2.38.1
Powered by blists - more mailing lists