> We were trying to make minimum change to the code. There is no reason left > For get_free_pkt(). I can rework the patch to remove it. Please do. Since you changed the signature of get_free_pkt(), you have to touch every call site anyway, so may as well call dev_alloc_skb() directly and delete a few more lines of code. - R.