Re: [ovs-dev] [PATCH v2 7/8] openvswitch.h: Clarify use of key attributes.

2014-04-28 Thread Jarno Rajahalme
Thanks for the review, pushed to master, Jarno On Apr 25, 2014, at 1:48 PM, Jesse Gross wrote: > On Fri, Apr 11, 2014 at 4:29 PM, Jarno Rajahalme > wrote: >> Key attributes relating to actual packet headers are ignored for >> OVS_PACKET_CMD_EXECUTE as the header key attributes are retrieved

Re: [ovs-dev] [PATCH v2 7/8] openvswitch.h: Clarify use of key attributes.

2014-04-25 Thread Jesse Gross
On Fri, Apr 11, 2014 at 4:29 PM, 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 Acked-by: Jesse Gross _

[ovs-dev] [PATCH v2 7/8] openvswitch.h: Clarify use of key attributes.

2014-04-11 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