From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id C08007F14 for ; Wed, 17 Dec 2014 14:25:02 +0100 (CET) Received: by mail-wg0-f43.google.com with SMTP id l18so20149791wgh.30 for ; Wed, 17 Dec 2014 05:25:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=C8nOnFvTvaH97tCYu9DCjnIQ7I38HgQRPrEaY2rrP2s=; b=jpQ8vXKFy5imzk4da6k/9lRm1e3pduwjKvqFUXGzDKHhA1xRDqwWZHwulFTH7ZySAq GCWzxYiIMjv9fdHQdSBvNxrTvSfYg2G3XSLik4bcd3+Lpyee4yN3pOT+4bAnegdyfzwD zTNqbbBsub7IzWXqTMkbnY060vWy8lnjkkXAUIfI+UvNMTD77qu7tPhTHIY2gkK7H3FC oR17+urFjxGu3Gnk3E/xW39+BvoSPnuamqe7cMJ57WZjDWNeeFhr9bxixsoJ8QH+OPGK /1Aqavj4aetfDgw4C+73CZHblcNihkg/M1sfmcJ1LvWOI42WITF9w054rUE3Ia3/Izey jPoA== X-Gm-Message-State: ALoCoQmpdfcbF5RK0XhXwwFlPJp+MYj2PPbaFVTSaGZT74TvoBvtynCZGwMUstd8CkdvUCRKi7ao X-Received: by 10.180.91.201 with SMTP id cg9mr14769757wib.63.1418822702319; Wed, 17 Dec 2014 05:25:02 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id jr4sm5112844wjc.20.2014.12.17.05.25.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 05:25:01 -0800 (PST) From: Thomas Monjalon To: Balazs Nemeth Date: Wed, 17 Dec 2014 14:24:36 +0100 Message-ID: <2180089.WsPSvRpvUk@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418822554-1493-1-git-send-email-balazs.nemeth@intel.com> References: <1418822554-1493-1-git-send-email-balazs.nemeth@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ixgbe_vf: Fix getting link state X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2014 13:25:02 -0000 2014-12-17 13:22, Balazs Nemeth: > This patch fixes checking the link state of a virtual function. If the > state has already been checked, it does not need to be checked > again. Previously, get_link_status in the ixgbe_hw struct was > used to track if the information had already been updated, but this > field was always set to false. > > Signed-off-by: Balazs Nemeth This is the third patch about link status fix in ixgbevf. Please comment the other ones in the respective mailing threads: http://dpdk.org/dev/patchwork/patch/1079 http://dpdk.org/dev/patchwork/patch/1224 Are they superseded by yours? -- Thomas