From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [patch net-next v2 00/10] Add support for resource abstraction Date: Thu, 4 Jan 2018 11:03:52 -0700 Message-ID: <0eeb034d-b28e-e9bd-72ca-4a4c68ded0e3@cumulusnetworks.com> References: <20171226112359.5313-1-jiri@resnulli.us> <977652df-a0ed-d1a5-f299-1dc433ebd337@mellanox.com> <96389ae0-e038-8a26-84ea-0cf1b9fa0a05@cumulusnetworks.com> <0f861e90-63d3-2666-ef2d-0fc91beae957@mellanox.com> <48d2d512-6879-cbce-16a4-3413f6505c3d@cumulusnetworks.com> <21a4f75c-8819-0e3a-b3ab-807dcd44f6a9@mellanox.com> <4321df8d-0c79-102d-5748-913ebd8cf2b3@cumulusnetworks.com> <5a294d33-acf6-7855-524f-bc9b3f9a5005@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, mlxsw@mellanox.com, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, michael.chan@broadcom.com, ganeshgr@chelsio.com, saeedm@mellanox.com, matanb@mellanox.com, leonro@mellanox.com, idosch@mellanox.com, jakub.kicinski@netronome.com, ast@kernel.org, daniel@iogearbox.net, simon.horman@netronome.com, pieter.jansenvanvuuren@netronome.com, john.hurley@netronome.com, alexander.h.duyck@intel.com, linville@tuxdriver.com, gospo@broadcom.com, steven.lin1@broadcom.com, yuvalm@mellanox.com, ogerlitz@mellanox.com To: Arkadi Sharshevsky , Jiri Pirko , netdev@vger.kernel.org, roopa@cumulusnetworks.com Return-path: Received: from mail-pf0-f182.google.com ([209.85.192.182]:38071 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752445AbeADSD4 (ORCPT ); Thu, 4 Jan 2018 13:03:56 -0500 Received: by mail-pf0-f182.google.com with SMTP id u25so1075038pfg.5 for ; Thu, 04 Jan 2018 10:03:56 -0800 (PST) In-Reply-To: <5a294d33-acf6-7855-524f-bc9b3f9a5005@mellanox.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 1/4/18 9:13 AM, Arkadi Sharshevsky wrote: >>>> Also, it seems like the occ of 0 is wrong since we know from past >>>> responses that if I set linear to 0 all of networking breaks. Ok, this was a David bug. I was running ifreload after the devlink reload command, but all of my connections to the switch are through breakout ports and the ifreload was not running the devlink port split command. Doing that before the ifreload and all is fine.