[ovs-dev] Gold dust/Bar

2012-12-29 Thread Mike Amoasie
We are engaged in mechanized mining of gold and precious minerals in the West Africa Sub-Region. In view of your correspondence of interest, this is our Full Corporate Offer (F.C.O) for your perusal and subsequent action. 1. Product : Alluvial Gold Dust 2. Quality: 23+carats 3. Purity

Re: [ovs-dev] [PATCH] openflow: Print LOCAL when in_port is OFPP_LOCAL.

2012-12-29 Thread Ben Pfaff
On Fri, Dec 28, 2012 at 11:20:45AM -0800, Gurucharan Shetty wrote: > Currently, when we add a flow with in_port=65534, we get the > following warning. > > "ofp_util|WARN|referring to port LOCAL as 65534 is deprecated > for compatibility with future versions of OpenFlow." > > But ovs-ofctl, while

Re: [ovs-dev] [PATCHv2 1/4] lib: Add CRC32C Implementation

2012-12-29 Thread Joe Stringer
I've got a version in the works with tests in tests/test-csum.c. Previously I misunderstood the way that the checksum works. I now understand that the constants are in host-byte order, and the result of the computation provides a checksum in the mirrored byte order. This means the calculation will

Re: [ovs-dev] [PATCH 08/18] flow: Split flow_extract

2012-12-29 Thread Simon Horman
On Fri, Dec 28, 2012 at 07:32:05AM +0200, Jarno Rajahalme wrote: > On Dec 27, 2012, at 7:23 , ext Simon Horman wrote: > > --- > > datapath/datapath.c |2 +- > > lib/flow.c | 34 +- > > lib/flow.h |2 ++ > > 3 files changed, 32 insertions(+),

Re: [ovs-dev] [PATCH 13/18] actions: Allow secondary decoding of a flow

2012-12-29 Thread Simon Horman
On Fri, Dec 28, 2012 at 08:23:47AM +0200, Jarno Rajahalme wrote: > > On Dec 27, 2012, at 7:23 , ext Simon Horman wrote: > > > > > +static ovs_be16 > > +actions_allow_l3_extraction(const struct ofpact *ofpacts, size_t > > ofpacts_len) > > +{ > > +const struct ofpact *a; > > + > > +OFPACT