Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp5368339img; Wed, 27 Mar 2019 07:17:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqxNY4Ekz/8OlGucWnfzItNba4MDynR1iT5hd2jb8FvKYymv4stfazz9E4xvuAccYD8pBJL3 X-Received: by 2002:a17:902:ba88:: with SMTP id k8mr35075974pls.268.1553696222179; Wed, 27 Mar 2019 07:17:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553696222; cv=none; d=google.com; s=arc-20160816; b=dlq8yv1Xj4y8poXSgIE3qUGgc8V/+ZLIe1tcpGmdqyzexpf+TodB3iPBQ42QF+0fis +wkIK0BuTeSfZofURvOa6MI4kpKz/f4lRSWoh3iq+gX/Im+ihaJttuhJ8796bKx4BMVE nxJIa6SzsLzbNVV3MBabnLDLudfKoJRU41L2vyyEf6Oo5AofKBwMm7Wu92HNhlVrFgY7 HWXfmz/FfjqUtM2lgOJFX1ZtK7Jt6PivsG7Iff08CS2c6AqRWqWbUBe2ut3rTV0AGhK8 0EL+evxPZrW4DIer+sqUgAxAw409lHxbtdVQD0hqap/+Y0Ibj4tP2Sz9U9JQSxYnVdpG v3Jg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=qYN3AyweVMo0YjHh6x5yvDyGIdzYVeDiqTiyEJot/0c=; b=XMR8VQl6d9LqxjB8Kd3rsYPmIUHlcfhtQ5UgoNCoARsfgSo54jF/c2pOe0fN+Q5h6A UTLPs6Y4USfw7pcKk0lYQlJ7SF7x28qoNhvgvvorp0+SuXprN6ru8PySZhbYNh4zTpJl GdOMD/WimksyO2F33cZJR7CBOoAzUa1PQC1jKegw4vE+AUVWLjQBM92pKgrd2vhNieTx lohPUu0p6N7YuNMUpV4pwIfqChGzwROPIfE0Gv220rRYytOC4Wag2bK+c0nLXUHTCsbU kKscNvV9m8lmhzVt5Q82rRlP9JHXN8Zu0gMMBEYOhciO1Hf2BkBjnT01TYTpN+EGpVS8 jdaQ== 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 g9si20342176plm.157.2019.03.27.07.16.46; Wed, 27 Mar 2019 07:17:02 -0700 (PDT) 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 S1728637AbfC0OOs (ORCPT + 99 others); Wed, 27 Mar 2019 10:14:48 -0400 Received: from mx2.suse.de ([195.135.220.15]:45704 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725795AbfC0OOs (ORCPT ); Wed, 27 Mar 2019 10:14:48 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 9E0DAABC3; Wed, 27 Mar 2019 14:14:46 +0000 (UTC) Received: by unicorn.suse.cz (Postfix, from userid 1000) id AB72EE1404; Wed, 27 Mar 2019 15:14:43 +0100 (CET) Date: Wed, 27 Mar 2019 15:14:43 +0100 From: Michal Kubecek To: Jiri Pirko Cc: David Miller , netdev@vger.kernel.org, Jakub Kicinski , Andrew Lunn , Florian Fainelli , John Linville , Stephen Hemminger , linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v5 09/22] ethtool: implement EVENT notifications Message-ID: <20190327141443.GS26076@unicorn.suse.cz> References: <971a93b567c81103716902cd1ad00946201f9710.1553532199.git.mkubecek@suse.cz> <20190327130428.GB14297@nanopsycho> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190327130428.GB14297@nanopsycho> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 27, 2019 at 02:04:28PM +0100, Jiri Pirko wrote: > Mon, Mar 25, 2019 at 06:08:21PM CET, mkubecek@suse.cz wrote: > >Three types of netlink notifications are introduced: > > > > - ETHA_EVENT_NEWDEV to notify about newly registered network devices > > - ETHA_EVENT_DELDEV to notify about unregistered network devices > > - ETHA_EVENT_RENAMEDEV to notify about renamed network device > > > >The notifications are triggered by NETDEV_REGISTER, NETDEV_UNREGISTER and > >NETDEV_CHANGENAME notifiers. > > > >These notifications are intended for applications and daemons monitoring > >ethtool events to allow updating the list of existing devices without > >having to open another socket for rtnetlink. > > Wait. You duplicate events that are already going out through RTNETLINK. > App should open RTNETLINK in order to get those. Other apps are doing > that too. I don't think that duplications like this are desirable :/ Is there a way to filter or at least recognize these events when using rtnetlink? I couldn't find any. The only way seems to be getting every RTM_NEWLINK message (there can be quite a lot of those), always perform the lookup in my device list and recognize what happened - only to almost always find that nothing interesting. It is possible, sure, but I would really like to avoid it. Michal