Re: [net-next] net: fib_rules: do not flow dissect local packets

2019-07-11 Thread Roopa Prabhu
On Mon, Jul 8, 2019 at 4:12 PM David Miller wrote: > > From: Petar Penkov > Date: Fri, 5 Jul 2019 11:46:43 -0700 > > > Rules matching on loopback iif do not need early flow dissection as the > > packet originates from the host. Stop counting such rules in > > fib_rule_requires_fldissect > > > >

Re: [net-next] net: fib_rules: do not flow dissect local packets

2019-07-11 Thread David Miller
From: Petar Penkov Date: Fri, 5 Jul 2019 11:46:43 -0700 > Rules matching on loopback iif do not need early flow dissection as the > packet originates from the host. Stop counting such rules in > fib_rule_requires_fldissect > > Signed-off-by: Petar Penkov Applied, thank you.

Re: [net-next] net: fib_rules: do not flow dissect local packets

2019-07-08 Thread David Miller
From: Petar Penkov Date: Fri, 5 Jul 2019 11:46:43 -0700 > Rules matching on loopback iif do not need early flow dissection as the > packet originates from the host. Stop counting such rules in > fib_rule_requires_fldissect > > Signed-off-by: Petar Penkov Roopa, please review.

[net-next] net: fib_rules: do not flow dissect local packets

2019-07-05 Thread Petar Penkov
Rules matching on loopback iif do not need early flow dissection as the packet originates from the host. Stop counting such rules in fib_rule_requires_fldissect Signed-off-by: Petar Penkov --- include/net/fib_rules.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include