From: Alexander Duyck <alexander.duyck@gmail.com>
To: Daniel Borkmann <daniel@iogearbox.net>,
Alexander Duyck <alexander.h.duyck@redhat.com>,
netdev@vger.kernel.org
Cc: davem@davemloft.net
Subject: Re: [net-next PATCH] net: Fix ifdef typo in net_device definition
Date: Mon, 11 May 2015 12:52:43 -0700 [thread overview]
Message-ID: <5551088B.3000700@gmail.com> (raw)
In-Reply-To: <5550F74B.6030301@iogearbox.net>
On 05/11/2015 11:39 AM, Daniel Borkmann wrote:
> On 05/11/2015 08:31 PM, Alexander Duyck wrote:
>> While trying to build for some performance testing I received the error
>> message below multiple times:
>>
>> include/linux/netdevice.h:1658:5: warning: "CONFIG_NET_CLS_ACT" is
>> not defined [-Wundef]
>> #if CONFIG_NET_CLS_ACT
>>
>> It looks like this was just a typo and should have been "#ifdef"
>> instead of
>> "#if".
>>
>> Fixes: d2788d34885d4 ("net: sched: further simplify handle_ing")
>> Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
>
> It's already here, sorry for that:
>
> https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=4cda01e86f68dacc758b2daf6e8809f2ce915b85
>
> Best,
> Daniel
No problem. Just as long as it is fixed I am happy since it is one less
patch to carry in my tree.
- Alex
prev parent reply other threads:[~2015-05-11 19:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 18:31 [net-next PATCH] net: Fix ifdef typo in net_device definition Alexander Duyck
2015-05-11 18:39 ` Daniel Borkmann
2015-05-11 19:52 ` Alexander Duyck [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=5551088B.3000700@gmail.com \
--to=alexander.duyck@gmail.com \
--cc=alexander.h.duyck@redhat.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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).