Re: [lng-odp] [API-NEXT PATCH v3 05/19] linux-gen: pool: reimplement pool with ring

2016-11-11 Thread Bill Fischofer
t; *Sent:* Thursday, November 10, 2016 4:28 PM > *To:* Savolainen, Petri (Nokia - FI/Espoo) labs.com> > *Cc:* lng-odp-forward > *Subject:* Re: [lng-odp] [API-NEXT PATCH v3 05/19] linux-gen: pool: > reimplement pool with ring > > > > This series fails bisectability with this p

Re: [lng-odp] [API-NEXT PATCH v3 05/19] linux-gen: pool: reimplement pool with ring

2016-11-11 Thread Savolainen, Petri (Nokia - FI/Espoo)
modified for v3 and I think you did run the test successfully on v2 already. -Petri From: Bill Fischofer [mailto:bill.fischo...@linaro.org] Sent: Thursday, November 10, 2016 4:28 PM To: Savolainen, Petri (Nokia - FI/Espoo) Cc: lng-odp-forward Subject: Re: [lng-odp] [API-NEXT PATCH v3 05/19

Re: [lng-odp] [API-NEXT PATCH v3 05/19] linux-gen: pool: reimplement pool with ring

2016-11-10 Thread Bill Fischofer
This series fails bisectability with this patch: Using patch: 0005-linux-gen-pool-reimplement-pool-with-ring.patch Trying to apply patch Patch applied Building with patch PASS: odp_crypto PASS: odp_pktio_perf SKIP: odp_l2fwd_run.sh PASS: odp_sched_latency_run.sh PASS: odp_scheduling_run.sh =

[lng-odp] [API-NEXT PATCH v3 05/19] linux-gen: pool: reimplement pool with ring

2016-11-10 Thread Petri Savolainen
Used the ring data structure to implement pool. Also buffer structure was simplified to enable future driver interface. Every buffer includes a packet header, so each buffer can be used as a packet head or segment. Segmentation was disabled and segment size was fixed to a large number (64kB) to lim