Flow Director statistics for ixgbe(4)
Takuya ASADA
syuu at dokukino.com
Mon Sep 30 19:03:17 UTC 2013
Hi,
This is originally part of "ixgbetool" patch, but I think it can be discuss
separately:
http://freebsd.1045724.n5.nabble.com/Adding-Flow-Director-sysctls-to-ixgbe-4-was-netmap-traffic-distribution-tp5847066p5847789.html
I implemented sysctls to expose Flow Director statistics.
It works like this:
$ sysctl dev.ix.0.mac_stats|grep fdir
dev.ix.0.mac_stats.fdirfree_free: 8192
dev.ix.0.mac_stats.fdirfree_coll: 0
dev.ix.0.mac_stats.fdirustat_add: 0
dev.ix.0.mac_stats.fdirustat_remove: 0
dev.ix.0.mac_stats.fdirfstat_fadd: 0
dev.ix.0.mac_stats.fdirfstat_fremove: 0
dev.ix.0.mac_stats.fdirmatch: 0
dev.ix.0.mac_stats.fdirmiss: 23
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fdirsysctl-v001.diff
Type: application/octet-stream
Size: 3958 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-net/attachments/20131001/425bd64b/attachment.obj>
More information about the freebsd-net
mailing list