From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Sutter Subject: Re: [PATCH net-next v3 7/8] netdevsim: add SR-IOV functionality Date: Mon, 4 Dec 2017 11:56:58 +0100 Message-ID: <20171204105658.GY32305@orbyte.nwl.cc> References: <20171201230902.20108-1-jakub.kicinski@netronome.com> <20171201230902.20108-8-jakub.kicinski@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, oss-drivers@netronome.com, daniel@iogearbox.net, jiri@resnulli.us, alexei.starovoitov@gmail.com, Sabrina Dubroca To: Jakub Kicinski Return-path: Received: from orbyte.nwl.cc ([151.80.46.58]:34504 "EHLO orbyte.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753450AbdLDK5C (ORCPT ); Mon, 4 Dec 2017 05:57:02 -0500 Content-Disposition: inline In-Reply-To: <20171201230902.20108-8-jakub.kicinski@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Dec 01, 2017 at 03:09:01PM -0800, Jakub Kicinski wrote: > dummy driver was extended with VF-related netdev APIs for testing > SR-IOV-related software. netdevsim did not exist back then. > Implement SR-IOV functionality in netdevsim. Notable difference > is that since netdevsim has no module parameters, we will actually > create a device with sriov_numvfs attribute for each netdev. > The zero MAC address is accepted as some HW use it to mean any > address is allowed. Link state is also now validated. > > Signed-off-by: Jakub Kicinski > Reviewed-by: Quentin Monnet Acked-by: Phil Sutter