Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938702AbcJXJkI (ORCPT ); Mon, 24 Oct 2016 05:40:08 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:46836 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936089AbcJXJkG (ORCPT ); Mon, 24 Oct 2016 05:40:06 -0400 X-ME-Sender: X-Sasl-enc: oIL9mmuUyAY8xX1j8wbj/mBypyduZbLASSb6iv5i10v6 1477302005 Subject: Re: [PATCH net-next 3/5] ipv6: Use multipath hash from flow info if available To: Jakub Sitnicki , netdev@vger.kernel.org References: <1477301332-23954-1-git-send-email-jkbs@redhat.com> <1477301332-23954-4-git-send-email-jkbs@redhat.com> Cc: linux-kernel@vger.kernel.org, "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy From: Hannes Frederic Sowa Message-ID: <7fef7f07-a025-9fa1-cf29-59ca23e244f8@stressinduktion.org> Date: Mon, 24 Oct 2016 11:40:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1477301332-23954-4-git-send-email-jkbs@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 424 Lines: 10 On 24.10.2016 11:28, Jakub Sitnicki wrote: > Allow our callers to influence the choice of ECMP link by honoring the > hash passed together with the flow info. This will allow for special > treatment of ICMP errors which we would like to route over the same link > as the IP datagram that triggered the error. > > Signed-off-by: Jakub Sitnicki Acked-by: Hannes Frederic Sowa