root/net/inet/README

/* [previous][next][first][last][top][bottom][index][help] */

NET2Debugged 1.28 README
------------------------


-------------------------------------------------------------------------
NOTE:
        Drivers for this stack set must be using alloc_skb() not just
kmalloc. If you get millions of 'non sk_buff...' errors please check the
driver you are using. All Donald's drivers know about this. If you have
a problem driver replace all cases of
        
        .. =(struct sk_buff *)kmalloc(sizeof(struct sk_buff)+...

With
        ..=alloc_skb(sizeof(struct sk_buff)+...

And if it uses kfree_s on the packet change that to use kfree_skbmem().

-------------------------------------------------------------------------
Bug fixes and improvements for this section of the code should be mailed to
iiitac@pyr.swan.ac.uk.


Alan

/* [previous][next][first][last][top][bottom][index][help] */