[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091019.232204.52827242.davem@davemloft.net>
Date: Mon, 19 Oct 2009 23:22:04 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: krkumar2@...ibm.com
CC: netdev@...r.kernel.org
Subject: build test your changes!
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists