From: Patrick McHardy <kaber@trash.net>
To: Vlad Yasevich <vyasevic@redhat.com>
Cc: netdev@vger.kernel.org, dingtianhong@huawei.com,
vfalico@gmail.com, jiri@resnulli.us
Subject: Re: [PATCH v3 4/4] macvlan: Fix lockdep warnings with stacked macvlan devices
Date: Sun, 18 May 2014 17:36:33 +0100 [thread overview]
Message-ID: <20140518163632.GA8796@macbook.localnet> (raw)
In-Reply-To: <1400274296-14765-5-git-send-email-vyasevic@redhat.com>
On Fri, May 16, 2014 at 05:04:56PM -0400, Vlad Yasevich wrote:
> diff --git a/include/linux/if_macvlan.h b/include/linux/if_macvlan.h
> index 7c8b20b..a9a53b1 100644
> --- a/include/linux/if_macvlan.h
> +++ b/include/linux/if_macvlan.h
> @@ -56,6 +56,7 @@ struct macvlan_dev {
> int numqueues;
> netdev_features_t tap_features;
> int minor;
> + int nest_level;
> };
Please use unsigned int as for 802.1q since this can't be negative.
prev parent reply other threads:[~2014-05-18 16:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-16 21:04 [PATCH v3 0/4] Fix lockdep issues with stacked devices Vlad Yasevich
2014-05-16 21:04 ` [PATCH v3 1/4] net: Find the nesting level of a given device by type Vlad Yasevich
2014-05-17 2:16 ` David Miller
2014-05-16 21:04 ` [PATCH v3 2/4] net: Allow for more then a single subclass for netif_addr_lock Vlad Yasevich
2014-06-04 21:42 ` Keller, Jacob E
2014-06-04 21:53 ` David Miller
2014-06-04 22:50 ` Keller, Jacob E
2014-06-04 23:17 ` Vlad Yasevich
2014-05-16 21:04 ` [PATCH v3 3/4] vlan: Fix lockdep warning with stacked vlan devices Vlad Yasevich
2014-05-16 21:04 ` [PATCH v3 4/4] macvlan: Fix lockdep warnings with stacked macvlan devices Vlad Yasevich
2014-05-18 16:36 ` Patrick McHardy [this message]
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=20140518163632.GA8796@macbook.localnet \
--to=kaber@trash.net \
--cc=dingtianhong@huawei.com \
--cc=jiri@resnulli.us \
--cc=netdev@vger.kernel.org \
--cc=vfalico@gmail.com \
--cc=vyasevic@redhat.com \
/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;
as well as URLs for NNTP newsgroup(s).