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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
