From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2-next] ip: link: add support for netdevsim device type Date: Tue, 2 Jan 2018 21:51:41 -0700 Message-ID: <8ea5411d-f35b-b474-0e83-a18c6ca3bba7@gmail.com> References: <20180102225452.14312-1-jakub.kicinski@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, oss-drivers@netronome.com To: Jakub Kicinski , stephen@networkplumber.org Return-path: Received: from mail-pl0-f44.google.com ([209.85.160.44]:40356 "EHLO mail-pl0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751177AbeACEvn (ORCPT ); Tue, 2 Jan 2018 23:51:43 -0500 Received: by mail-pl0-f44.google.com with SMTP id 62so554850pld.7 for ; Tue, 02 Jan 2018 20:51:43 -0800 (PST) In-Reply-To: <20180102225452.14312-1-jakub.kicinski@netronome.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 1/2/18 3:54 PM, Jakub Kicinski wrote: > netdevsim is a new software device for testing kernel APIs > without any hardware attached. Allow users to create such > devices. > > Signed-off-by: Jakub Kicinski > Reviewed-by: Quentin Monnet > --- > I think I forgot to send this out.. > > ip/Makefile | 2 +- > ip/ipaddress.c | 2 +- > ip/iplink.c | 2 +- > ip/iplink_netdevsim.c | 16 ++++++++++++++++ > man/man8/ip-link.8.in | 6 +++++- > 5 files changed, 24 insertions(+), 4 deletions(-) > create mode 100644 ip/iplink_netdevsim.c Applied to iproute2-next.