Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp14912626ybl; Mon, 30 Dec 2019 20:35:45 -0800 (PST) X-Google-Smtp-Source: APXvYqzOGKNh84dGxjUkyrz72I1fEaeyZnq8+yU2phhOia3rwT0UINNqNAC4DphII4tpAdwtQ588 X-Received: by 2002:a05:6830:1d5b:: with SMTP id p27mr58254458oth.263.1577766945147; Mon, 30 Dec 2019 20:35:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577766945; cv=none; d=google.com; s=arc-20160816; b=SO3Ex0clmwwGJGG/qAWRjlY4TuVetSKy8/CKcWE/btYyisWsR0eya0fMBwWnFYNpG6 rJBefpfpu6DtjIVFPw1E8Xr41uFv1pd52J4uCKgKB6erAGvMsxms9z+z5QWaY3x6asnJ /QH8f94VcpY/J969zWfT6aN2wjVDaYB2xAss2SPwzG/zh4zMrfiWeTVvzAV0xz27Fgyg xqGq+8INHZL6h05uUZ+b9T3a0xwjLwvTG3EsBURkGf9t2yhAWBKsVagxaBhyL5BrGtlp 6j6/BrC0iRJsvTwem96jL9mVBRK+pIW4kWUasQYcW1RlbDdnnPBuyJblEN7Vi9Me+Kl2 B8sQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=I71c18kcyarYFpmSzLdlOb4mFpiJpZJU22ucbik/Juk=; b=VeUj8/x0Q5rkD8if8izg/qaSuVfe/wh5fkI3YqnDZTDjZsCcNZur18OjLn2/SoNsXM 17VsHlkOSO9TxOej0J9MNu1WpcKwu7kHMsG6QV3cyoGYjbF9ET8rl2Wla/GfgNaHBVjC K+Y7VZnLLUME3lyxsgmxJ73T6OpGBb5Xhpm9aUGwqq+E3lDxUTqId3vY+PYoC4TJIuiG G+G/wjtbM7hMfUeWaCyDIAUAnx2Yt7i9g85b+rne5UO3AeK3iysUBEWDGmWXu/jJrdTb Fpx6RFvuPQyohdEDp8r4BueYEdMMCwJPJdZJCIH/OH8tINWOmc8P7nFIsKyGWjnlUudH c20Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z12si8430485oto.125.2019.12.30.20.35.29; Mon, 30 Dec 2019 20:35:45 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726602AbfLaEen (ORCPT + 99 others); Mon, 30 Dec 2019 23:34:43 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:50528 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726364AbfLaEen (ORCPT ); Mon, 30 Dec 2019 23:34:43 -0500 Received: from localhost (unknown [IPv6:2601:601:9f00:1c3::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id A11EB1404841F; Mon, 30 Dec 2019 20:34:42 -0800 (PST) Date: Mon, 30 Dec 2019 20:34:42 -0800 (PST) Message-Id: <20191230.203442.69341487993928315.davem@davemloft.net> To: vijaykhemka@fb.com Cc: sam@mendozajonas.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, joel@jms.id.au, linux-aspeed@lists.ozlabs.org, sdasari@fb.com Subject: Re: [net-next PATCH] net/ncsi: Fix gma flag setting after response From: David Miller In-Reply-To: <20191227224349.2182366-1-vijaykhemka@fb.com> References: <20191227224349.2182366-1-vijaykhemka@fb.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 30 Dec 2019 20:34:42 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Vijay Khemka Date: Fri, 27 Dec 2019 14:43:49 -0800 > gma_flag was set at the time of GMA command request but it should > only be set after getting successful response. Movinng this flag > setting in GMA response handler. > > This flag is used mainly for not repeating GMA command once > received MAC address. > > Signed-off-by: Vijay Khemka Applied.