netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* build test your changes!
@ 2009-10-20  6:22 David Miller
  2009-10-20  6:52 ` Krishna Kumar2
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2009-10-20  6:22 UTC (permalink / raw)
  To: krkumar2; +Cc: netdev


Krishna, you add:

+static inline void sk_tx_queue_set(struct sock *sk, int tx_queue)
...
+static inline void sk_tx_queue_clear(struct sock *sk)
...
+static inline int sk_tx_queue_get(const struct sock *sk)
...
+static inline bool sk_tx_queue_recorded(const struct sock *sk)

But then in the net/core/dev.c patch you go:

+			if (sk && sk->sk_dst_cache)
+				sk_record_tx_queue(sk, queue_index);

I cannot see how you did a build test of this, it's absolutely impossible.

I'm reverting.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-20  7:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-20  6:22 build test your changes! David Miller
2009-10-20  6:52 ` Krishna Kumar2
2009-10-20  7:36   ` Eric Dumazet

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).