[ovs-dev] [ PATCH 1/1 ] datapath, lib: Set-field actions for IPv6 ND fields (nd_target, nd_sll, and nd_tll)

2014-11-14 Thread Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200
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

[ovs-dev] [PATCH v2 1/1] datapath: Set-field actions for IPv6 ND fields (nd_target, nd_sll, and nd_tll)

2014-11-17 Thread Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200
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

[ovs-dev] [PATCH v3 1/1] lib: Set-field actions for IPv6 ND fields (nd_target, nd_sll, and nd_tll)

2014-12-01 Thread Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200
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,

[ovs-dev] [PATCH v4 1/1] lib: Set-field actions for IPv6 ND fields (nd_target, nd_sll, and nd_tll)

2014-12-23 Thread Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200
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

Re: [ovs-dev] '27: test atomic operations' unit test hanging

2014-12-23 Thread Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200
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

Re: [ovs-dev] '27: test atomic operations' unit test hanging

2014-12-29 Thread Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200
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:

Re: [ovs-dev] '27: test atomic operations' unit test hanging

2015-01-02 Thread Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200
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&#x