netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* tc filter mask for ACK packets off?
@ 2012-01-01  2:30 John A. Sullivan III
  2012-01-03  7:31 ` Michal Kubeček
  0 siblings, 1 reply; 18+ messages in thread
From: John A. Sullivan III @ 2012-01-01  2:30 UTC (permalink / raw)
  To: netdev

Hello, all.  I've been noticing that virtually all the documentation
says we should prioritize ACK only packets and that they can be
identified with match u8 0x10 0xff.  However, isn't the actual flag
field only 6 bits longs and the first two belong to a previous 6 bit
reserved field?
If that is true, if ever those bits are set, our filters will
unnecessarily break.  Shouldn't it be match u8 0x10 0x3f? Then again,
I'm very new at this.  Thanks - John

^ permalink raw reply	[flat|nested] 18+ messages in thread
* tc filter mask for ACK packets off?
@ 2012-01-01  2:30 John A. Sullivan III
  0 siblings, 0 replies; 18+ messages in thread
From: John A. Sullivan III @ 2012-01-01  2:30 UTC (permalink / raw)
  To: netdev

Hello, all.  I've been noticing that virtually all the documentation
says we should prioritize ACK only packets and that they can be
identified with match u8 0x10 0xff.  However, isn't the actual flag
field only 6 bits longs and the first two belong to a previous 6 bit
reserved field?
If that is true, if ever those bits are set, our filters will
unnecessarily break.  Shouldn't it be match u8 0x10 0x3f? Then again,
I'm very new at this.  Thanks - John

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-01-04  8:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-01  2:30 tc filter mask for ACK packets off? John A. Sullivan III
2012-01-03  7:31 ` Michal Kubeček
2012-01-03  9:36   ` Dave Taht
2012-01-03 10:40     ` [RFC] SFQ planned changes Eric Dumazet
2012-01-03 12:07       ` Dave Taht
2012-01-03 12:50         ` Eric Dumazet
2012-01-03 16:08           ` Eric Dumazet
2012-01-03 23:57             ` Dave Taht
2012-01-04  0:14               ` Eric Dumazet
2012-01-04  7:56                 ` Dave Taht
2012-01-04  8:17                   ` Eric Dumazet
2012-01-03 12:18     ` tc filter mask for ACK packets off? John A. Sullivan III
2012-01-03 12:32       ` Eric Dumazet
2012-01-03 12:45         ` John A. Sullivan III
2012-01-03 13:00           ` Dave Taht
2012-01-03 17:57             ` John A. Sullivan III
2012-01-04  0:01   ` Michal Soltys
  -- strict thread matches above, loose matches on Subject: below --
2012-01-01  2:30 John A. Sullivan III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).