Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757417AbdIIDyI (ORCPT ); Fri, 8 Sep 2017 23:54:08 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:42982 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753213AbdIIDyG (ORCPT ); Fri, 8 Sep 2017 23:54:06 -0400 Date: Fri, 08 Sep 2017 20:54:06 -0700 (PDT) Message-Id: <20170908.205406.1092753716665560544.davem@davemloft.net> To: ivan.khoronzhuk@linaro.org Cc: w-kwok2@ti.com, m-karicheri2@ti.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, grygorii.strashko@ti.com Subject: Re: [PATCH] net: ethernet: ti: netcp_core: no need in netif_napi_del From: David Miller In-Reply-To: <1504798350-790-1-git-send-email-ivan.khoronzhuk@linaro.org> References: <1504798350-790-1-git-send-email-ivan.khoronzhuk@linaro.org> X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) 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]); Fri, 08 Sep 2017 20:54:06 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 300 Lines: 9 From: Ivan Khoronzhuk Date: Thu, 7 Sep 2017 18:32:30 +0300 > Don't remove rx_napi specifically just before free_netdev(), > it's supposed to be done in it and is confusing w/o tx_napi deletion. > > Signed-off-by: Ivan Khoronzhuk Applied.