From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f181.google.com (mail-wr0-f181.google.com [209.85.128.181]) by dpdk.org (Postfix) with ESMTP id 6EF751075 for ; Tue, 14 Mar 2017 15:49:56 +0100 (CET) Received: by mail-wr0-f181.google.com with SMTP id l37so125793173wrc.1 for ; Tue, 14 Mar 2017 07:49:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=Zw4PLrCBoN3SEGlVufZDJdA7pkELwpDlYtPHx+RdoX8=; b=Wd4ndLqq/KltSaTwdZnHKoDxGzwy18w9Q96eJ7+GAye/6TUMra892VAXZpkYuwVpwB pcCUSaJHleLFK3Nzw2JvCc1SCSs2uLK4aH3WIBc/el84Z6KImHFzcXwmW0CS/sW7hsTo Ap0cX+5yn4Y3Jae/35vsFBIn2/GZ9jCuLsBu33+asT1X0maenBVgA1jQyPZqEdIs4ffi Nm9S+cbckV6ckZG5LTwD3JIfaNIAWplHHmiyHoxhg895um2cd+/mp/phD+rXduI8YZos VcfLajHVk/6o25IeqqyMnAydEtV2luWCkiesM5RHujjUTG/DbWURs4zMrpAVdMiWmB1Y kXLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=Zw4PLrCBoN3SEGlVufZDJdA7pkELwpDlYtPHx+RdoX8=; b=Z5CwbedXNkSNBBOh7md0nBJvunL1fRVoHVctIBlCCX9iQ+JnqaCMCSKFajFQQGSOY7 1rACiSuri6ORkDR7K+WljWr6S9qw6dxAJN8Pnqtnon3+lL9jW49Aodqm35s83UWBbjOO OPm0wI4c5mZe4FPisKBcr5zIPo9LIhROp7ODs69LbzvIa4Ud4lkttMkzlpHn5Ft3BU7+ I8TjkYVjZP5rFSgFm7VIbJO0aHuWU4xmDQVGKAfEexfyBYgs4JfqepX/zuV20WH9CRZe Oh0zRsi2VJhc07NV9roBgvQI2PcOPEMxP+F0yLdU28zihYDoyM8ZbJesk2a+SZWvA2+/ K03Q== X-Gm-Message-State: AMke39lQFVT9RS36DIcYZ3TjSb6WiGM+eteMYIudLEQ14haVVJSntHbG2STdnvakQg3bwZwn X-Received: by 10.223.165.74 with SMTP id j10mr30938377wrb.143.1489502995952; Tue, 14 Mar 2017 07:49:55 -0700 (PDT) Received: from bidouze.vm.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id y1sm117422wme.15.2017.03.14.07.49.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Mar 2017 07:49:55 -0700 (PDT) Date: Tue, 14 Mar 2017 15:49:47 +0100 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet To: Neil Horman Cc: Bruce Richardson , dev@dpdk.org, Thomas Monjalon , Adrien Mazarguil Message-ID: <20170314144947.GO908@bidouze.vm.6wind.com> References: <20170308165402.GA20936@neilslaptop.think-freely.org> <20170309091514.GB302480@bricha3-MOBL3.ger.corp.intel.com> <20170310091332.GI908@bidouze.vm.6wind.com> <20170310224355.GA28527@hmswarspite.think-freely.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170310224355.GA28527@hmswarspite.think-freely.org> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 00/13] introduce fail-safe PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 14:49:56 -0000 > > The central question that I would like to tackle is this: why should > > we require from our users declaring a bonding device to have > > hot-plug support? > > > We'll, strictly speaking, I suppose we don't have to require it. But by that > same token, we don't need to do it in a separate PMD either, there are lots of > other options. > I think I used an ambiguous formulation here. To be sure that we understand each other, what I want to express is that it will certainly seem very strange for a user to declare a bond on a single device, first, and to be expected to do so if they wanted hot-plug support on that particular device. The bonding here would only be used as a place-holder, which does not really make sense from the user point of view. I think you understood that, and what I take from your response is that while agreeing you would like to do so differently. I just wanted to be clear. > > I took some time to illustrate a few modes of operation: > > > > Fig. 1 > > > > .-------------. > > | application | > > `------.------' > > | > > .----'-----.---------. <------ init, conf, Rx/Tx > > | | | > > | .---|--.------|--. <--- conf, link check, Rx/Tx > > | | | | | | > > v | v v v v > > .---------. | .-------. .------. > > | bonding | | | ixgbe | | mlx4 | > > `----.----' | `-------' `------' > > | | > > `------' > > > > Typical link fail-over. > > > > > > Fig. 2 > > > > .-------------. > > | application | > > `------.------' > > | <-------- init, conf, Rx/Tx > > v > > .-----------. > > | fail-safe | > > `-----.-----' > > | > > .---'----. <--- init, conf, dev check, Rx/Tx > > | | > > v v > > .-------. .------. > > | ixgbe | | mlx4 | > > `-------' `------' > > > > Typical automatic hot-plug handling with device fail-over. > > > > [...] > > Yes, I think we all understand the purpose of your PMD - its there to provide a > placeholder device that can respond to application requests in a sane manner, > until such time as real hardware is put in its place via a hot plug/failure. Thats all > well and good, I'm saying there are better ways to go about this that can > provide the same functionality without having to add an extra 4k lines of code > to the project, many of which already exist. > Ah, yes, I didn't want to imply that the purpose of this PMD wasn't understood already by many. These figures are there to illustrate some use cases that some users could recognize, and serve as a support for the point made afterward. The main thing that can be taken from these is the division along the link-level and device-level checking that is done. This explains most of my position. The nature of those checks imply different kind of code, most of which is thus actually not duplicated / would require pretty much the same amount of code to be implemented either as libraries or as part of the bonding PMD. This is the crux of my argument, which I expand upon below. > > 1. LSC vs. RMV > > > > A link status change is a valid state for a device. It calls for > > specific responses, e.g. a link switch in a bonding device, without > > losing the general configuration of the port. > > > > The removal of a device calls for more than pausing operations and > > switching an active device. The party responsible for initializing the > > device should take care of closing it properly. If this party also > > wants to be able to restore the device if it was plugged back in, it > > would need be able to initialize it back and reconfigure its previous > > state. > > > > As we can see that in [Fig. 1], this responsibility lies upon the > > application. > > > Again, yes, I think we all see the benefit of centralizing hot plug operations, > no one is disagreing with that, its the code/functional duplication that is > concerning. > Certainly, I will try to explain why the code is not actually duplicated / why the functions are actually only superficially overlapping. > > 2. Bonding and link availability > > > > The hot-plug functionality is not a core function of the bonding PMD. > > It is only interested in knowing if the link is active or not. > > > Currently, yes. The suggestion was that you augment the bonding driver so that > hot plug is a core function of bonding. > > > Adding the device persistence to the bonding PMD would mean adding the > > ability to flexibly parse device definitions to cope with plug-ins in > > evolving busses (PCI hot-plug could mean changing bus addresses), being > > able to emulate the EAL and the ether layer and to properly store the > > device configuration. This means formally describing the life of a > > device in a DPDK application from start to finish. > > > Which seems to me to be exactly what your PMD does. I don't see why its > fundamentally harder to do that in an existing pmd, than it is in a new one. > Indeed it does. I must emphasize the "formally describe the life of a device". The hot-plug functionality goes beyong the link-level check. The description of a device from a DPDK standpoint is complete in the fail-safe PMD. The state-machine must be able to describe the entire life of a device, from the devargs parsing to its start-up. We cannot reuse the existing bonding PMD architecture for this. We would have to rewrite the bonding PMD from the ground up for the hot-plug function. Because it is actually a different approach to managing the slaves. This is what I wanted to illustrate in [Fig. 1] and [Fig. 2]: - In the bonding, the init and configuration steps are still the responsibility of the application and no one else. The bonding PMD captures the device, re-applies its configuration upon dev_configure() which is actually re-applying part of the configuration already present within the slave eth_dev (cf rte_eth_dev_config_restore). - In the fail-safe, the init and configuration are both the responsibilities of the fail-safe PMD itself, not the application anymore. This handling of these responsibilities in lieu of the application is the whole point of the "deferred hot-plug" support, of proposing a simple implementation to the user. This change in responsibilities is the bulk of the fail-safe code. It would have to be added as-is to the bonding. Verifying the correctness of the sync of the initialization phase (acceptable states of a device following several events registered by the fail-safe PMD) and the configuration items between the state the application believes it is in and the fail-safe knows it is in, is the bulk of the fail-safe code. This function is not overlapping with that of the bonding. The reason I did not add this whole architecture to the bonding is that when I tried to do so, I found that I only had two possibilities: - The current slave handling path is kept, and we only add a new one with additional functionalities: full init and conf handling with extended parsing capabilities. - The current slave handling is scraped and replaced entirely by the new slave management. The old capturing of existing device is not done anymore. The first solution is not acceptable, because we effectively end-up with a maintenance nightmare by having to validate two types of slaves with differing capabilities, differing initialization paths and differing configuration code. This is extremely awkward and architecturally unsound. This is essentially the same as having the exact code of the fail-safe as an aside in the bonding, maintening exactly the same breadth of code while having muddier interfaces and organization. The second solution is not acceptable, because we are bending the whole existing bonding API to our whim. We could just as well simply rename the fail-safe PMD as bonding, add a few grouping capabilities and call it a day. This is not acceptable for users. All of this, for hotplug support in the bonding PMD, while it actually makes sense to offer this function on its own. Again, this third path with a new PMD clarifies the functions for the users and for the reasons exposed, helps the maintenance of the code. There is no code duplication, or very little, because the slave management done by the fail-safe is specific to the hot-plug function. We do not handle slaves in the same way, and this is entirely due to the difference in nature between a link-level check and a device-level check. > > My suggestion to you would be to re-architect this in the following way: > > 1) Augment the null pmd to accept arbitrary parameters. Paremeters which are > not explicitly recognized are stored. Create an api call via the ethdev api to > retrieve said arguments. > > 2) Augment the bonding driver so that, upon configuration, null drivers can be > added to the bond, and marked as replaceable in some fashion > > 3) Port your hotplug implementation into the bonding code (or make it a separate > library, not sure which yet). On a hot plug event trigger, react by querying > the replaceable interfaces to see if the hot plugged nic is meant to replace an > existing one. If a match is found, detach the null pmd instance, and add the > hot plugged interface. > Porting this feature either as part of the bonding PMD or as a library means having a good part of the fail-safe PMD added somewhere else. It does not reduce much code length. It does however modify the proposed user interface: either as a library that an application would have to explicitly use, or part of the bonding PMD with the problems previously explained. The library form has been considered before. We would have to propose both a library for hot-plug handling (initializing and uninitializing a device), and a library for handling configuration. Neither can be seamlessly integrated in existing applications. They will have to be called correctly, an API will have to be respected to add the hot-plug support. Additionally, their implementation is not so simple in this form. The configuration store / restore for example will need a full dev_ops coverage in order to deal with each configuration items that can be used. We end up with a complete dev_ops layer that strongly resemble a PMD. It also requires a saving space that will need to be managed, either by an application or by a PMD calling it. Having this space somehow managed by the EAL leads to implementing a PMD. The PMD form allows for a clean abstraction layer that can be interfaced both with an application on top and a driver underneath. We are able to respect both APIs and to be inserted without either being aware of it. It does not overcomplicate the code itself nor the architecture while the overhead of a PMD is a negligible part, which can be justified to offer the seamless integration feature. > The intent here is to provide you with the functionality that you have (which is > a good feature), without having to support an entire new pmd that replicates a > great deal of existing code an functionality. > We already considered using the bonding PMD as much as possible, having generic libraries otherwise for the new facilities that we want. It is not simpler or easier to maintain. It however impedes users in adopting the feature. Regards, -- Gaëtan Rivet 6WIND