Re: [PATCH net-next] tools: ynl-gen: fix parse multi-attr enum attribute

From: Jakub Kicinski
Date: Wed Jul 12 2023 - 12:25:04 EST


On Wed, 12 Jul 2023 09:47:43 +0000 Kubalewski, Arkadiusz wrote:
> >+ if 'enum' in attr_spec:
> >+ decoded = self._decode_enum(rsp, attr_spec)

To be clear - this is just a quick mock up, you'll need to change
the arguments here, obviously. Probably to decoded and attr_spec?