This is my first attempt at patch submission, so please bear with me. Mostly
wanted to get this code out to the community for constructive criticism.
This patch adds set-field operations for nd_target, nd_sll, and nd_tll fields
using nicra extensions and OpenFlow 1.2 protocol. Unit tests are i
This patch adds set-field operations for nd_target, nd_sll, and nd_tll fields
using Nicira extensions and OpenFlow 1.2 protocol. Unit tests are included.
This version performs all ND set-field processing in userspace. All ND
set-field functions pass functional testing, including ICMPv6 checksu
This patch adds set-field operations for nd_target, nd_sll, and nd_tll fields,
with and without masks, using Nicira extensions and OpenFlow 1.2 protocol. Unit
tests are included.
This version performs all ND set-field processing in userspace. All ND
set-field functions pass functional testing,
This patch adds set-field operations for nd_target, nd_sll, and nd_tll fields,
with and without masks, using Nicira extensions and OpenFlow 1.2 protocol.
This version defines protocol structures in packets.h to support messages
aligned on 16-bit boundaries. It eliminates the clang alignment war
I see this same error, Stephen -- the test gets caught in an infinite while
loop where the atomic reader waits for an atomic writer that is not running
(maybe terminated or failed to spawn). I see the error when building on Ubuntu
14.10 and CentOS 7. I do not see it on CentOS 6.6.
I also se
e, just "apt-get install
clang"). Probably 3.5. I was only using clang to check for warnings not
produced by gcc, though. I use gcc normally.
Regards,
Randy Sharo
____
From: Ben Pfaff [b...@nicira.com]
Sent: Monday, December 29, 2014 3:39 PM
To:
ugh. I use gcc normally.
Regards,
Randy Sharo
____
From: Ben Pfaff [b...@nicira.com]
Sent: Monday, December 29, 2014 3:39 PM
To: Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200
Cc: dev@openvswitch.org
Subject: Re: [ovs-dev] '27: test atomic operations