Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
* [Cake] GSO peel behaviour tweaks
@ 2015-11-24  9:12 Kevin Darbyshire-Bryant
  2015-11-24 10:48 ` Dave Taht
  2015-11-24 10:52 ` Sebastian Moeller
  0 siblings, 2 replies; 4+ messages in thread
From: Kevin Darbyshire-Bryant @ 2015-11-24  9:12 UTC (permalink / raw)
  To: cake

[-- Attachment #1: Type: text/plain, Size: 695 bytes --]

I've just pushed 2 commits related to GSO peeling behaviour to master.

1st tweak is at worst benign and at best removes a multiply compare for
every packet enqueued.  I'd like to think the optimiser in the compiler
would have done what I've done explicitly (in essence check this is a
gso packet 1st before thinking about peeling it) but when I checked on
x86_64 there was a definite difference in produced code.

2nd tweak is *not* benign.  In essence this forces peeling if either ATM
framing or packet overhead is specified.  Previously only ATM framing
forced peeling.  I think this is more correct but unfortunately will be
slower.

Commits can be reverted - feel free :-)


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4816 bytes --]

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

end of thread, other threads:[~2015-11-24 10:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-24  9:12 [Cake] GSO peel behaviour tweaks Kevin Darbyshire-Bryant
2015-11-24 10:48 ` Dave Taht
2015-11-24 10:55   ` Kevin Darbyshire-Bryant
2015-11-24 10:52 ` Sebastian Moeller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox