Do not add count of non dataplane packets to dropped count 55/66155/1
authorXavier Simonart <xavier.simonart@intel.com>
Thu, 20 Dec 2018 21:01:40 +0000 (22:01 +0100)
committerXavier Simonart <xavier.simonart@intel.com>
Thu, 20 Dec 2018 21:01:40 +0000 (22:01 +0100)
commit8bca011d7b95868bee9c965c5a6fafc031835a6b
tree254e3869d7475c70ab89f4a9f085e4c73a7e9690
parentffc6be265ca04773fb4fff09648304d156612e1c
Do not add count of non dataplane packets to dropped count

RX packets count = TX count + dropped (handled + discarded) count +
non dataplane packets count.
Hence non dataplane packets such as unexpected packets (e.g. dhcp request)
should not b considerded as handled.

Change-Id: I45cef19fed09bb4f86644d56d689a0959a9038db
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
VNFs/DPPD-PROX/handle_lat.c