Re: [dpdk-dev] [PATCH] examples/eventdev_pipeline: fix 32-bit coremask logic

2020-06-29 Thread Jerin Jacob
On Tue, Jun 16, 2020 at 10:24 PM Harry van Haaren wrote: > > This commit fixes a bug in 32-bit environments when a core mask greater > than 32-bits is requested. The fix is to convert the bitmask logic to > 64 bits, aligning 64 and 32 bit implementations. > > Fixes: adb5d548 ("examples/eventdev_pi

[dpdk-dev] [PATCH] examples/eventdev_pipeline: fix 32-bit coremask logic

2020-06-16 Thread Harry van Haaren
This commit fixes a bug in 32-bit environments when a core mask greater than 32-bits is requested. The fix is to convert the bitmask logic to 64 bits, aligning 64 and 32 bit implementations. Fixes: adb5d548 ("examples/eventdev_pipeline_sw_pmd: add sample app") Cc: sta...@dpdk.org Reported-by: Jun