On Wed, Aug 01, 2012 at 04:01:45PM +0900, Simon Horman wrote:
> In the case of Open Flow 1.2, which is currently the only
> time that OXM is be used, there is a 4 byte header before
> the match which needs to be taken into account when calculating
> the pad length. This complicates nx_match pull and put somewhat.
> 
> This patch takes an approach suggested by Ben Pfaff to separate the
> encoding of the match and the adding of padding and, in the case of OXM,
> a header.
> 
> Signed-off-by: Simon Horman <ho...@verge.net.au>

I queued this up for master with a few minor style changes:

        - There were a few spurious changes, where all that was
          changed was line breaking in function calls (I think that
          earlier versions did make real changes).  I removed these.

        - One comment got a * in the middle of a line, which I
          removed.

        - I removed a couple of spurious extra blank lines.

Thank you!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to