From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2] ip link: Do not call ll_name_to_index when creating a new link Date: Fri, 25 May 2018 08:21:22 -0700 Message-ID: <20180525082122.5b4c4740@xeon-e3> References: <20180517222237.72388-1-dsahern@kernel.org> <20180517153604.0d905a36@xeon-e3> <20180518150816.70901564@xeon-e3> <054faf87-f311-61a1-3c9a-e7d20cac8279@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: David Ahern Return-path: Received: from mail-pl0-f65.google.com ([209.85.160.65]:39409 "EHLO mail-pl0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936185AbeEYPVZ (ORCPT ); Fri, 25 May 2018 11:21:25 -0400 Received: by mail-pl0-f65.google.com with SMTP id f1-v6so2900813plt.6 for ; Fri, 25 May 2018 08:21:25 -0700 (PDT) In-Reply-To: <054faf87-f311-61a1-3c9a-e7d20cac8279@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 18 May 2018 17:40:05 -0600 David Ahern wrote: > On 5/18/18 4:08 PM, Stephen Hemminger wrote: > > > > What about just pushing the lookup down to the leaf functions that need it? > > > > That should work as well. You want to re-send a formal patch? > I just pushed it up as a formal patch (with your text).