[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <19cbfbe7-935a-c89e-2f7c-5e261012a2e2@cumulusnetworks.com>
Date: Wed, 28 Feb 2018 15:13:27 +0200
From: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
To: Roopa Prabhu <roopa@...ulusnetworks.com>, davem@...emloft.net,
netdev@...r.kernel.org
Cc: dsa@...ulusnetworks.com, idosch@...lanox.com, pabeni@...hat.com
Subject: Re: [PATCH net-next v2 4/5] ipv4: route: dissect flow in input path
if fib rules need it
On 28/02/18 05:52, Roopa Prabhu wrote:
> From: Roopa Prabhu <roopa@...ulusnetworks.com>
>
> Dissect flow in fwd path if fib rules require it. Controlled by
> a flag to avoid penatly for the common case. Flag is set when fib
> rules with sport, dport and proto match that require flow dissect
> are installed. Also passes the dissected hash keys to the multipath
> hash function when applicable to avoid dissecting the flow again.
> icmp packets will continue to use inner header for hash
> calculations (Thanks to Nikolay Aleksandrov for some review here).
>
> Signed-off-by: Roopa Prabhu <roopa@...ulusnetworks.com>
> ---
> include/net/ip_fib.h | 27 ++++++++++++++++++++++++++-
> include/net/netns/ipv4.h | 1 +
> net/ipv4/fib_rules.c | 8 ++++++++
> net/ipv4/fib_semantics.c | 2 +-
> net/ipv4/route.c | 43 +++++++++++++++++++++++++++++--------------
> 5 files changed, 65 insertions(+), 16 deletions(-)
>
Acked-by: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Powered by blists - more mailing lists