Re: [dpdk-dev] [PATCH] pipeline: fix multiple emit pattern detection

2020-11-15 Thread David Marchand
On Thu, Nov 12, 2020 at 3:50 PM Cristian Dumitrescu wrote: > > Fix the detection of instruction pattern with multiple emits followed > by TX. Once detected, this is one of the instruction patterns that is > internally replaced with a single optimized instruction, as long as > none of the instructi

[dpdk-dev] [PATCH] pipeline: fix multiple emit pattern detection

2020-11-12 Thread Cristian Dumitrescu
Fix the detection of instruction pattern with multiple emits followed by TX. Once detected, this is one of the instruction patterns that is internally replaced with a single optimized instruction, as long as none of the instructions to be replaced is referenced by a jump instruction. The fix enforc