Those stats get reset on every iflib_stop(), e.g., ifconfig em0 -tso.
However it is harmless if they persist. Currenty they are retrived only
via sysctl. A upcoming fix will make use of drops to correctly report
output dropped packets of an interface. With this change we will not
have to save the drops stat on every iflib_stop(), then the code will
be simpler.
MFC after: 2 weeks