From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46EF3C352AA for ; Tue, 1 Oct 2019 09:54:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 240BC2190F for ; Tue, 1 Oct 2019 09:54:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729791AbfJAJyM (ORCPT ); Tue, 1 Oct 2019 05:54:12 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:34344 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725765AbfJAJyM (ORCPT ); Tue, 1 Oct 2019 05:54:12 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id B423D25B7D2; Tue, 1 Oct 2019 19:54:09 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id A2B7494046A; Tue, 1 Oct 2019 11:54:07 +0200 (CEST) Date: Tue, 1 Oct 2019 11:54:07 +0200 From: Simon Horman To: Julian Anastasov Cc: zhang kai , Wensong Zhang , lvs-devel@vger.kernel.org, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org Subject: Re: [PATCH] ipvs: no need to update skb route entry for local destination packets. Message-ID: <20191001095404.4sufoczzm7o3z7e2@verge.net.au> References: <20190930051455.GA20692@toolchain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Sep 30, 2019 at 09:49:38PM +0300, Julian Anastasov wrote: > > Hello, > > On Mon, 30 Sep 2019, zhang kai wrote: > > > In the end of function __ip_vs_get_out_rt/__ip_vs_get_out_rt_v6,the > > 'local' variable is always zero. > > > > Signed-off-by: zhang kai > > Looks good to me, thanks! > > Acked-by: Julian Anastasov > > Simon, this is for -next kernels... Thanks, applied to ipvs-next.