From: Jakub Kicinski <jakub.kicinski@netronome.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, daniel@iogearbox.net,
alexei.starovoitov@gmail.com, jiri@resnulli.us,
oss-drivers@netronome.com, Phil Sutter <phil@nwl.cc>,
Sabrina Dubroca <sd@queasysnail.net>
Subject: Re: [PATCH net-next 7/8] netdevsim: add SR-IOV functionality
Date: Thu, 30 Nov 2017 14:57:36 -0800 [thread overview]
Message-ID: <20171130145736.706c78e3@cakuba.netronome.com> (raw)
In-Reply-To: <20171130222853.29395-8-jakub.kicinski@netronome.com>
On Thu, 30 Nov 2017 14:28:52 -0800, Jakub Kicinski wrote:
> +static void nsim_free(struct net_device *dev)
> +{
> + struct netdevsim *ns = netdev_priv(dev);
> +
> + device_unregister(&ns->dev);
> }
self-nack, I need to free the device from release handler... sorry...
next prev parent reply other threads:[~2017-11-30 22:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-30 22:28 [PATCH net-next 0/8] xdp: make stack perform remove and tests Jakub Kicinski
2017-11-30 22:28 ` [PATCH net-next 1/8] net: xdp: avoid output parameters when querying XDP prog Jakub Kicinski
2017-11-30 22:28 ` [PATCH net-next 2/8] net: xdp: report flags program was installed with on query Jakub Kicinski
2017-11-30 22:28 ` [PATCH net-next 3/8] net: xdp: make the stack take care of the tear down Jakub Kicinski
2017-11-30 22:28 ` [PATCH net-next 4/8] netdevsim: add software driver for testing offloads Jakub Kicinski
2017-11-30 22:28 ` [PATCH net-next 5/8] netdevsim: add bpf offload support Jakub Kicinski
2017-11-30 22:28 ` [PATCH net-next 6/8] selftests/bpf: add offload test based on netdevsim Jakub Kicinski
2017-11-30 22:28 ` [PATCH net-next 7/8] netdevsim: add SR-IOV functionality Jakub Kicinski
2017-11-30 22:57 ` Jakub Kicinski [this message]
2017-11-30 22:28 ` [PATCH net-next 8/8] net: dummy: remove fake " Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171130145736.706c78e3@cakuba.netronome.com \
--to=jakub.kicinski@netronome.com \
--cc=alexei.starovoitov@gmail.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=jiri@resnulli.us \
--cc=netdev@vger.kernel.org \
--cc=oss-drivers@netronome.com \
--cc=phil@nwl.cc \
--cc=sd@queasysnail.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox