RE: [PATCH] pipeline: add check against loops

2022-02-14 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon > Sent: Sunday, February 13, 2022 7:49 PM > To: Suresh Narayane, Harshad ; > Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: Re: [PATCH] pipeline: add check against loops > > 01/12/2021 13:21, Cristian Dumitre

Re: [PATCH] pipeline: add check against loops

2022-02-13 Thread Thomas Monjalon
01/12/2021 13:21, Cristian Dumitrescu: > Detect when a jump instruction, either conditional or unconditional, > is jumping to itself, thus creating a loop, which is not allowed in > data plane code. > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Harshad Narayane Applied, thanks.