Hi All, I have a small doubt, can we share a data structure between multiple logical cores in DPDK without locking? I have tested it by sharing a small structure with two variable and incrementing them in all logical cores. It ran smooth I didn't get any issue. But I doubt if we can run it for long time with some huge data structure having many elements getting accessed by multiple logical cores. Can anyone please clarify this.
Thanks and regards, Hemasai.