Re: [dpdk-dev] [PATCH v1] test/ring: ring perf test case enhancement

2018-12-20 Thread Honnappa Nagarahalli
> > +Cc Olivier, maintainer of the ring library. > > 20/12/2018 12:33, Gavin Hu: > > From: Joyce Kong > > > > Run ring perf test on all available cores to really verify MPMC operations. > > The old way of running on a pair of cores is not enough for MPMC > > rings. We used this test case for rin

Re: [dpdk-dev] [PATCH v1] test/ring: ring perf test case enhancement

2018-12-20 Thread Thomas Monjalon
+Cc Olivier, maintainer of the ring library. 20/12/2018 12:33, Gavin Hu: > From: Joyce Kong > > Run ring perf test on all available cores to really verify MPMC operations. > The old way of running on a pair of cores is not enough for MPMC rings. We > used this test case for ring optimization and