From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Brauner Subject: Re: [PATCH net-next 1/1] rtnetlink: request RTM_GETLINK by pid or fd Date: Tue, 23 Jan 2018 19:05:34 +0100 Message-ID: <20180123180533.p23p4krb4zwuhqfz@gmail.com> References: <20180122220046.7b65a98a@redhat.com> <20180122212353.7n6lrruqedfhrwux@gmail.com> <20180122230616.0c457f55@redhat.com> <20180122222540.oqrr3apswopavyta@gmail.com> <20180123103009.41c2a043@redhat.com> <20180123102658.wll4xb7ewjjy5x55@olga.proxmox.com> <20180123114230.34b763c1@redhat.com> <20180123114218.vsm5nu2jajrqjvko@gmail.com> <20180123132233.6d77040b@redhat.com> <29f126d9-3bf8-f9a9-428a-315b021f1ffb@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Jiri Benc , netdev@vger.kernel.org To: Nicolas Dichtel Return-path: Received: from youngberry.canonical.com ([91.189.89.112]:35964 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751751AbeAWSFg (ORCPT ); Tue, 23 Jan 2018 13:05:36 -0500 Received: from mail-wm0-f72.google.com ([74.125.82.72]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1ee2wx-0004iQ-SP for netdev@vger.kernel.org; Tue, 23 Jan 2018 18:05:35 +0000 Received: by mail-wm0-f72.google.com with SMTP id g65so816999wmf.7 for ; Tue, 23 Jan 2018 10:05:35 -0800 (PST) Content-Disposition: inline In-Reply-To: <29f126d9-3bf8-f9a9-428a-315b021f1ffb@6wind.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jan 23, 2018 at 05:55:27PM +0100, Nicolas Dichtel wrote: > Le 23/01/2018 à 13:22, Jiri Benc a écrit : > > (Christian, I'm adding back the netdev list, there's no reason not to > > have the discussion in open.) > > > > On Tue, 23 Jan 2018 12:42:19 +0100, Christian Brauner wrote: > >> Thanks for the comments and discussion. Sorry, for not going through the > >> list but I just have a quick question that doesn't deserve to spam the > >> whole netdev list. :) I have written another set of patches that would > >> add support for IFLA_IF_NETNSID to RTM_{N,S}ETLINK and friends which I > >> planned to send out after the pid and fd ones. Would you be interested > >> in those if I sent them out over the next week? > > > > Yes, please CC me. I will have limited time next week (whole day > > meetings for the most of the week) but I'll try to review. > CC me also please. Of course, will do. I plan on sending out the patches for RTM_SETLINK and RTM_DELLINK tomorrow after I've done some more testing on it. Thanks! Christian