login
Header Space

 
 

Re: [PATCH 20/31]: pkt_sched: Perform bulk of qdisc destruction in RCU.

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <kaber@...>
Cc: <hadi@...>, <netdev@...>, <johannes@...>, <linux-wireless@...>
Date: Thursday, July 17, 2008 - 6:24 pm

From: Patrick McHardy <kaber@trash.net>
Date: Thu, 17 Jul 2008 16:02:20 +0200


I think from certain perspectives it frankly doesn't matter.

It's not like the skb->priority field lets the SKB bypass the packets
already in the TX ring of the chip with a lower priority.

It is true that, once the TX ring is full, the skb->priority thus
begins to have an influence on which packets are moved from the
qdisc to the TX ring of the device.

However, I wonder if we're so sure that we want to give normal users
that kind of powers.  Let's say for example that you set the highest
priority possible in the TOS socket option, and you do this for a ton
of UDP sockets, and you just blast packets out as fast as possible.
This backlogs the device TX ring, and if done effectively enough could
keep other sockets blocked out of the device completely.

Are we really really sure it's OK to let users do this?  :)

To me, as a default, I think TOS and DSCP really means just on-wire
priority.

If we absolutely want to, we can keep the old pfifo_fast around and use
it (shared on multiq) if a certain sysctl knob is set.
--
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:
Re: [PATCH 20/31]: pkt_sched: Perform bulk of qdisc destruct..., David Miller, (Thu Jul 17, 6:24 pm)
speck-geostationary