Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2016 15:45:30 +0300
From:      Slawa Olhovchenkov <slw@zxy.spb.ru>
To:        freebsd-stable@freebsd.org
Subject:   NETMAP resource usage question
Message-ID:  <20160519124530.GC39874@zxy.spb.ru>

next in thread | raw e-mail | index | archive | help
How can I calculate the necessary resources for NATMAP?
I am talk about next resources:

dev.netmap.buf_num
dev.netmap.ring_num
dev.netmap.ring_size
dev.netmap.if_num
dev.netmap.if_size

For example for case of

ix0 6+6 rings, 2048+2048 slots, 20 additional pipes
igb0 6+6 rings, 1024+1024 slots, 4 additional pipes

open 6 netmap's to ix0, 1+1 rings each
open 6 netmap's to igb0, 1+1 rings each
open 20 pipes over ix0
open 4 pipes over igb0

What's total number of resources I am planed to use?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160519124530.GC39874>