Re: [PATCH 5/5] net: add skb.old_queue_mapping

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Changli Gao
Date: Monday, December 13, 2010 - 4:58 pm

On Tue, Dec 14, 2010 at 12:56 AM, Eric Dumazet <eric.dumazet@gmail.com> wrote:

skb->cb can only be used in the same layer, so we can't use it to save
a value crossing layers. A quick grep finds sch_netem just uses
skb->cb. Maybe we can put all the skb->cb in the qdisc layer and
old_queue_mapping in a structure as a new skb->cb. Is it OK? Thanks.


-- 
Regards,
Changli Gao(xiaosuo@gmail.com)
--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/5] ifb: remove function declarations, Changli Gao, (Mon Dec 13, 7:43 am)
[PATCH 2/5] ifb: code cleanup, Changli Gao, (Mon Dec 13, 7:43 am)
[PATCH 3/5] ifb: fix tx_queue_len overlimit, Changli Gao, (Mon Dec 13, 7:43 am)
[PATCH 4/5] ifb: add multiqueue support, Changli Gao, (Mon Dec 13, 7:43 am)
[PATCH 5/5] net: add skb.old_queue_mapping, Changli Gao, (Mon Dec 13, 7:43 am)
Re: [PATCH 4/5] ifb: add multiqueue support, Eric Dumazet, (Mon Dec 13, 9:26 am)
Re: [PATCH 5/5] net: add skb.old_queue_mapping, Eric Dumazet, (Mon Dec 13, 9:56 am)
Re: [PATCH 4/5] ifb: add multiqueue support, Eric Dumazet, (Mon Dec 13, 10:05 am)
Re: [PATCH 5/5] net: add skb.old_queue_mapping, David Miller, (Mon Dec 13, 10:58 am)
Re: [PATCH 4/5] ifb: add multiqueue support, Changli Gao, (Mon Dec 13, 4:42 pm)
Re: [PATCH 4/5] ifb: add multiqueue support, Changli Gao, (Mon Dec 13, 4:46 pm)
Re: [PATCH 5/5] net: add skb.old_queue_mapping, Changli Gao, (Mon Dec 13, 4:58 pm)
Re: [PATCH 5/5] net: add skb.old_queue_mapping, Changli Gao, (Tue Dec 14, 7:59 pm)
Re: [PATCH 2/5] ifb: code cleanup, jamal, (Wed Dec 15, 5:32 am)
Re: [PATCH 4/5] ifb: add multiqueue support, jamal, (Wed Dec 15, 5:34 am)
Re: [PATCH 3/5] ifb: fix tx_queue_len overlimit, Changli Gao, (Wed Dec 15, 5:36 am)
Re: [PATCH 5/5] net: add skb.old_queue_mapping, Changli Gao, (Wed Dec 15, 5:52 am)