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.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 3D832C433E6 for ; Tue, 1 Sep 2020 01:35:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 226832083E for ; Tue, 1 Sep 2020 01:35:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726102AbgIABfb (ORCPT ); Mon, 31 Aug 2020 21:35:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725941AbgIABfb (ORCPT ); Mon, 31 Aug 2020 21:35:31 -0400 Received: from caffeine.csclub.uwaterloo.ca (caffeine.csclub.uwaterloo.ca [IPv6:2620:101:f000:4901:c5c:0:caff:e12e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D7DFC061757; Mon, 31 Aug 2020 18:35:31 -0700 (PDT) Received: by caffeine.csclub.uwaterloo.ca (Postfix, from userid 20367) id 46D4F4611C8; Mon, 31 Aug 2020 21:35:19 -0400 (EDT) Date: Mon, 31 Aug 2020 21:35:19 -0400 To: Jesse Brandeburg Cc: Linux Kernel Mailing List , netdev@vger.kernel.org, intel-wired-lan@lists.osuosl.org Subject: Re: [Intel-wired-lan] VRRP not working on i40e X722 S2600WFT Message-ID: <20200901013519.rfmavd4763gdzw4r@csclub.uwaterloo.ca> References: <20200827183039.hrfnb63cxq3pmv4z@csclub.uwaterloo.ca> <20200828155616.3sd2ivrml2gpcvod@csclub.uwaterloo.ca> <20200831103512.00001fab@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200831103512.00001fab@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, Aug 31, 2020 at 10:35:12AM -0700, Jesse Brandeburg wrote: > Thanks for the report Lennart, I understand your frustration, as this > should probably work without user configuration. > > However, please give this command a try: > ethtool --set-priv-flags ethX disable-source-pruning on Hmm, our 4.9 kernel is just a touch too old to support that. And yes that really should not require a flag to be set, given the card has no reason to ever do that pruning. There is no justification you could have for doing it in the first place. -- Len Sorensen