[patch net-next] flow_dissector: do not break if ports are not needed in flowlabel

2015-05-22 Thread Jiri Pirko
This restored previous behaviour. If caller does not want ports to be filled, we should not break. Fixes: 06635a35d13d (flow_dissect: use programable dissector in skb_flow_dissect and friends) Signed-off-by: Jiri Pirko j...@resnulli.us --- net/core/flow_dissector.c | 14 +++--- 1 file

Re: [patch net-next] flow_dissector: do not break if ports are not needed in flowlabel

2015-05-22 Thread David Miller
From: Jiri Pirko j...@resnulli.us Date: Fri, 22 May 2015 11:05:58 +0200 This restored previous behaviour. If caller does not want ports to be filled, we should not break. Fixes: 06635a35d13d (flow_dissect: use programable dissector in skb_flow_dissect and friends) Signed-off-by: Jiri