Hi,
ip_queue_xmit will get called for every packet send, so frequent allocation and free of memory can be a problem for slab allocator.
If you need only 48 bytes of memory in a function you can chose to use array.
-Anand Moon
-----BEGIN PGP MESSAGE-----
Version: GnuPG v1.4.14 (GNU/Linux)
jA0EAwMCYq3dHqTzwcVgyRxC1j+oLxS8Yw92EIeKln+x3eAWzd7mM/pUluRo
=0RYk
-----END PGP MESSAGE-----
On Friday, December 27, 2013 11:11 AM, Guibin(Bill) Tian <gbtian@gmail.com> wrote:
It does work in your way, thanks Carson
On Thursday, December 26, 2013, Guibin(Bill) Tian wrote:
I tried it, still the same thing.
Also, there is another side effect that if I call the two lines of code above, the internet connection seems to break except to localhost.