[lng-odp] ODP Compilation for Cavium Octeon 6645

2014-09-15 Thread Prashant Upadhyaya
Hi, I was trying to compile ODP (v0.2) for octeon and ran into the following compilation issue - /tmp/ccH0X8h8.s: Assembler messages: /tmp/ccH0X8h8.s:44: Error: opcode not supported on this processor: octeon (mips64r2) `lai $2,($4)' It seems the error comes from the file odp_atomic.h which has

Re: [lng-odp] [PATCH v2 1/2] Shared memory reserve flag

2014-09-15 Thread Maxim Uvarov
On 09/08/2014 09:30 AM, Bala Manoharan wrote: Hi, A Few queries from my side, * ODP_SHM_PROC: In this case we need a mechanism to allow ODP process to be able to do a lookup of shared memory created by process outside of ODP. Current odp_shm_lookup only checks shm created by ODP process. I

[lng-odp] [PATCH] exampe/ipsec: set exec bit on run_*.sh

2014-09-15 Thread Anders Roxell
Signed-off-by: Anders Roxell --- example/ipsec/run_ah_in.sh| 0 example/ipsec/run_ah_out.sh | 0 example/ipsec/run_both_in.sh | 0 example/ipsec/run_both_out.sh | 0 example/ipsec/run_esp_in.sh | 0 example/ipsec/run_esp_out.sh | 0 example/ipsec/run_live.sh | 0 example/ipsec/run_r

Re: [lng-odp] [PATCHv7 0/4] IPsec example application

2014-09-15 Thread Taras Kondratiuk
On 09/13/2014 02:27 PM, Maxim Uvarov wrote: > On 09/13/2014 12:50 PM, Taras Kondratiuk wrote: >> On 09/13/2014 12:01 AM, Maxim Uvarov wrote: >>> Patch was merged, thanks Robbie and everybody! >> >> Great! >> Could you please consider merging Keystone2 Crypto series to fix broken >> IPsec build for

Re: [lng-odp] LCU14:ODP discussions after lunch today?

2014-09-15 Thread Bill Fischofer
This afternoon's discussions are for detailed 4Q14 work planning. Tomorrow's are more looking at ODP v2.0. Bill On Mon, Sep 15, 2014 at 11:38 AM, Marshall Guillory < marshall.guill...@linaro.org> wrote: > The agenda is ODP work planning for Q4 so feel free to join us. Come > prepared to roll up

Re: [lng-odp] LCU14:ODP discussions after lunch today?

2014-09-15 Thread Marshall Guillory
The agenda is ODP work planning for Q4 so feel free to join us. Come prepared to roll up your sleeves and pitch in! :-) -- Sincerely, Marshall Guillory Technical Program Enabler, Scrum master Linaro Networking Group (LNG) Engineering Group M: +1.405.609.4491 IRC: marshallg Skype: hingedthinke

Re: [lng-odp] LCU14:ODP discussions after lunch today?

2014-09-15 Thread Gilad Ben Yossef
Is the planning session strictly LNG specific or open to none Linaro member ODP stakeholders? Thanks Gilad Marshall Guillory wrote: ODP Project UPdate from Bill is at 1210pm in Grand Peninsula C, and ODP planning session is from 2pm - 5pm, most likely held in the LNG Room. I will add you t

Re: [lng-odp] LCU14:ODP discussions after lunch today?

2014-09-15 Thread Marshall Guillory
Added Blake. We have a short LNG all hands staff meet at 2pm, so ODP discussions will likely start ~215pm. -- Sincerely, Marshall Guillory Technical Program Enabler, Scrum master Linaro Networking Group (LNG) Engineering Group M: +1.405.609.4491 IRC: marshallg Skype: hingedthinker E: marshall

Re: [lng-odp] LCU14:ODP discussions after lunch today?

2014-09-15 Thread Robbie King (robking)
Got it, thanks. Copying Blake as well. From: Marshall Guillory Sent: Sep 15, 2014 11:11 AM To: Robbie King (robking) Cc: lng-odp@lists.linaro.org Subject: Re: [lng-odp] LCU14:ODP discussions after lunch today? ODP Project UPdate from Bill is at 1210pm in Grand Peninsula C, and ODP planning s

Re: [lng-odp] LCU14:ODP discussions after lunch today?

2014-09-15 Thread Marshall Guillory
ODP Project UPdate from Bill is at 1210pm in Grand Peninsula C, and ODP planning session is from 2pm - 5pm, most likely held in the LNG Room. I will add you to the invite, sorry. -- Sincerely, Marshall Guillory Technical Program Enabler, Scrum master Linaro Networking Group (LNG) Engineering Gr

[lng-odp] LCU14:ODP discussions after lunch today?

2014-09-15 Thread Robbie King (robking)
Thought I remembered discussions about afternoon sessions. Thanks, Robbie ___ lng-odp mailing list lng-odp@lists.linaro.org http://lists.linaro.org/mailman/listinfo/lng-odp

[lng-odp] [lng][ODP PATCH 0/2] linux-dpdk rework

2014-09-15 Thread Ciprian Barbu
This patch series fixes a number of issues that I discovered trying to use odp-dpdk with openvswitch. For starters the Makefile.am in linux-dpdk did not intall the correct files. Then there were a lot of problems in the API implementation that made them unusable by any external application. Thin

[lng-odp] [lng][ODP PATCH 1/2] linux-dpdk: Fixed the installed include files

2014-09-15 Thread Ciprian Barbu
Signed-off-by: Ciprian Barbu --- platform/linux-dpdk/Makefile.am | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/platform/linux-dpdk/Makefile.am b/platform/linux-dpdk/Makefile.am index a59435f..1eabd9f 100644 --- a/platform/linux-dpdk/Makefile.am +++ b/platform/linux-d

[lng-odp] [lng][ODP PATCH 2/2] linux-dpdk: Rework buffer management

2014-09-15 Thread Ciprian Barbu
Signed-off-by: Ciprian Barbu --- platform/linux-dpdk/Makefile.am| 2 +- platform/linux-dpdk/include/api/odp_buffer.h | 2 +- platform/linux-dpdk/include/api/odp_buffer_pool.h | 2 +- platform/linux-dpdk/include/api/odp_packet.h | 17 + platform/linux-dpdk/i