Re: [ovs-dev] [PATCH 1/7] userspace: Add packet_type in dp_packet and flow

2017-03-07 Thread Ben Pfaff
On Sun, Mar 05, 2017 at 11:45:58PM +, Jan Scheurich wrote: > > -Original Message- > > From: Ben Pfaff [mailto:b...@ovn.org] > > Sent: Friday, 03 March, 2017 19:14 > > To: Jan Scheurich <jan.scheur...@ericsson.com> > > Cc: d...@openvswitch.org &

Re: [ovs-dev] [PATCH 1/7] userspace: Add packet_type in dp_packet and flow

2017-03-05 Thread Jan Scheurich
Hi Ben, Thanks for the review. Please find some answers below. Jan > -Original Message- > From: Ben Pfaff [mailto:b...@ovn.org] > Sent: Friday, 03 March, 2017 19:14 > To: Jan Scheurich <jan.scheur...@ericsson.com> > Cc: d...@openvswitch.org > Subject: Re: [ovs-de

[ovs-dev] [PATCH 1/7] userspace: Add packet_type in dp_packet and flow

2017-02-03 Thread Jan Scheurich
This commit adds a packet_type attribute to the structs dp_packet and flow to explicitly carry the type of the packet as preparation for the introduction of the so-called packet type-aware pipeline (PTAP) in OVS. The packet_type is a big-endian 32 bit integer with the encoding as specified in