> -----Original Message-----
> From: Thomas Monjalon <[email protected]>
> Sent: Wednesday, March 24, 2021 9:07 AM
> To: Dumitrescu, Cristian <[email protected]>
> Cc: [email protected]; [email protected]; Khangar, Churchill
> <[email protected]>
> Subject: Re: [dpdk-stable] [PATCH] pipeline: fix translation for mailbox
> fields
>
> 19/03/2021 15:36, Cristian Dumitrescu:
> > Fix to make the translation of extern object & function mailbox fields
> > (e.ext_obj.field and f.ext_func.field) work for the add/sub, shl/shr,
> > jmplt/jmpgt instructions.
>
> I think it deserves it bit more explanations.
>
> > Fixes: baf7999303d0 ("pipeline: introduce SWX add instruction")
> > Fixes: c88c62943818 ("pipeline: introduce SWX subtract instruction")
> > Fixes: b09ba6d0a3c2 ("pipeline: introduce SWX SHL instruction")
> > Fixes: e0f51638b715 ("pipeline: introduce SWX SHR instruction")
> > Fixes: b3947e25bed4 ("pipeline: introduce SWX jump and return
> instructions")
>
>
Thanks, Thomas, this is a relatively low level issue, so I found it difficult
to explain in just a few words, but I will give it another shot in v2 that I am
going to send now.