memory allocation under io-net

Hi,

I’m building a network filter, which is been mounted to the io-net.
Am I suppose to use the io-net allocation functions for every kind of
allocation I do?
p.s.: I know that for npkt related stuff I sure need, but what about
allocations for my internal use?
10x

Benzy Gabay
R&D
Everbee Wireless
mailto:bgabay@everbee.com
tel. +972-9-956-0135
fax. +972-9-955-9654

Benzy Gabay <bgabay@everbee.com> wrote:

Hi,

I’m building a network filter, which is been mounted to the io-net.
Am I suppose to use the io-net allocation functions for every kind of
allocation I do?
p.s.: I know that for npkt related stuff I sure need, but what about
allocations for my internal use?

You can use m[c]alloc() or even mmap() for your onw structure.

-xtang