From: Florian Westphal <f...@strlen.de> Date: Mon, 18 May 2015 22:40:49 +0200
> But, to the best of my understanding, what you ask will push a lot of > non-trivial code into the kernel for no functional gain over > what has been proposed. The functional gain is that we stop linearizing the packet, which involves memory allocation and copying the entire packet. I am very confident that the performance gains would be non-trivial and quite measurable. You'd also be able to trivially respect the geometry of the original incoming packet stream. Every objection has been of the form "this special case" (this time SIP) is not easy. If I were doing this, I would implement something that handles the normal cases properly. And then take it from there. If you try to imagine the totality of it and all the edge cases and details from the beginning, yes it will look impossible. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html