Re: [ovs-dev] [PATCH 08/10] openvswithch.h: Clarify use of key attributes.

2014-04-09 Thread Ben Pfaff
On Tue, Apr 08, 2014 at 04:38:50PM -0700, Jarno Rajahalme wrote: > Key attributes relating to actual packet headers are ignored for > OVS_PACKET_CMD_EXECUTE as the header key attributes are retrieved > from the packet itself. > > Signed-off-by: Jarno Rajahalme There is a typo in the subject. -

Re: [ovs-dev] [PATCH 08/10] openvswithch.h: Clarify use of key attributes.

2014-04-09 Thread Thomas Graf
On 04/09/2014 01:38 AM, Jarno Rajahalme wrote: Key attributes relating to actual packet headers are ignored for OVS_PACKET_CMD_EXECUTE as the header key attributes are retrieved from the packet itself. Signed-off-by: Jarno Rajahalme LGTM Acked-by: Thomas Graf __

[ovs-dev] [PATCH 08/10] openvswithch.h: Clarify use of key attributes.

2014-04-08 Thread Jarno Rajahalme
Key attributes relating to actual packet headers are ignored for OVS_PACKET_CMD_EXECUTE as the header key attributes are retrieved from the packet itself. Signed-off-by: Jarno Rajahalme --- include/linux/openvswitch.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/incl