aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface_stats.c
AgeCommit message (Collapse)AuthorFilesLines
2018-04-04Detailed stats collection featureNeale Ranns1-0/+224
Use device-input and interface-output feautre arcs to collect unicast, multicast and broadcast states for RX and TX resp. Since these feature arcs are present only for 'physical' interfaces (i.e. not su-interfaces) counter collection is supported only on parent interface types. Change-Id: I915c235e336b0fc3a3c3de918f95dd674e4e0e4e Signed-off-by: Neale Ranns <nranns@cisco.com> Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>