|
From: Stephen H. <she...@vy...> - 2009-03-21 19:40:09
|
On Sat, 21 Mar 2009 00:43:40 -0700 (Pacific Daylight Time) "Waskiewicz Jr, Peter P" <pet...@in...> wrote: > On Sat, 21 Mar 2009, David Miller wrote: > > > From: "Waskiewicz Jr, Peter P" <pet...@in...> > > Date: Fri, 20 Mar 2009 23:21:38 -0700 (Pacific Daylight Time) > > > > > I see your point, but it is a hack in my opinion. The device will have 8 > > > real Tx queues, not 1. I'd much rather go with the original proposal, > > > since if the code in dev_pick_tx() changed, it could silently break ixgbe. > > > > It can't, if you only advertise one transmit queue the kernel > > can never ever choose anything other than queue zero. It's > > impossible. > > > > Stephen's right, you guys don't need your select queue override. > > > > And if you recall I suspected this from the very beginning. > > > > You guys never ever think out of the box, ever... if it's > > not straightforward, you guys won't got for it. That makes > > it very frustrating to get anything done. > > This patch will break DCB in ixgbe. We need all 8 queues, because the > user will be assigning tc filters to the sch_multiq qdisc to get traffic > into priority queues. If we take Stephen's patch and tell the stack we > have 1 real_num_tx_queues, then we get 1 band in sch_multiq, which makes > it impossible to assign traffic to priorities 1 through 8: > How does it make sense to say you have 8 bands, but only use one. |