From: David Miller <davem@davemloft.net>
To: sysoleg@yandex.ru
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH net-next-2.6 2/2] mq: preserve queue mapping with bonding and VLAN devices
Date: Sun, 28 Feb 2010 18:45:31 -0800 (PST) [thread overview]
Message-ID: <20100228.184531.13756529.davem@davemloft.net> (raw)
In-Reply-To: <68301267356914@webmail50.yandex.ru>
From: "\"Oleg A. Arkhangelsky\"" <sysoleg@yandex.ru>
Date: Sun, 28 Feb 2010 14:35:14 +0300
>> In file included from include/linux/netfilter.h:6,
>> from include/net/netns/x_tables.h:5,
>> from include/net/net_namespace.h:18,
>> from include/linux/init_task.h:13,
>> from arch/sparc/kernel/init_task.c:5:
>> include/linux/skbuff.h: In function ‘skb_get_queue_mapping’:
>> include/linux/skbuff.h:2022: error: implicit declaration of function ‘skb_rx_queue_recorded’
>
> Silly me. :( Corrected.
You're not testing your damn changes at all. You're not build testing it,
and you're therefore certainly not run time testing it:
drivers/net/igb/igb_main.c: In function ‘igb_clean_rx_irq_adv’:
drivers/net/igb/igb_main.c:5290: error: implicit declaration of function ‘skb_record_rx_queue’
make[3]: *** [drivers/net/igb/igb_main.o] Error 1
make[2]: *** [drivers/net/igb] Error 2
make[1]: *** [drivers/net] Error 2
And this makes me furious. You got one of the calls in this file, but
not the other one, proving you didn't build test this part of your
patch at all.
And you did this not once, but _TWICE_. You pushed a new version of
this patch back at me so quickly that there is zero chance that you
took any time to double check things.
How in the world can I possibly trust you and the quality of your work?
I think we can wait on your patches until the next merge window.
Sorry.
prev parent reply other threads:[~2010-03-01 2:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-27 13:28 [PATCH net-next-2.6 2/2] mq: preserve queue mapping with bonding and VLAN devices "Oleg A. Arkhangelsky"
2010-02-28 9:33 ` David Miller
2010-02-28 9:36 ` David Miller
2010-02-28 11:35 ` "Oleg A. Arkhangelsky"
2010-03-01 2:45 ` David Miller [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=20100228.184531.13756529.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=sysoleg@yandex.ru \
/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).