[dpdk-dev] [PATCH v2] ip_pipeline: fix false cacheline sharing among threads

2016-06-14 Thread Thomas Monjalon
2016-06-12 13:42, Jasvinder Singh: > In ip_pipeline app, the structure app_thread_data needs to be aligned to > the cache line boundary as threads on different cpu cores are accessing > fields of the app->thread_data and having this structure not aligned on > cacheline boundary leads to false cache

[dpdk-dev] [PATCH v2] ip_pipeline: fix false cacheline sharing among threads

2016-06-12 Thread Jasvinder Singh
In ip_pipeline app, the structure app_thread_data needs to be aligned to the cache line boundary as threads on different cpu cores are accessing fields of the app->thread_data and having this structure not aligned on cacheline boundary leads to false cacheline sharing. Fixes: 7f64b9c004aa ("exampl