bonding: incorrect RX counters for bond interface
[vpp.git] / src / vnet / bonding / device.c
index c9e8b4a..e977195 100644 (file)
@@ -745,11 +745,6 @@ done:
          ptd->per_port_queue[p].n_buffers = 0;
        }
     }
-
-  vlib_increment_simple_counter (vnet_main.interface_main.sw_if_counters
-                                + VNET_INTERFACE_COUNTER_TX, thread_index,
-                                bif->sw_if_index, frame->n_vectors);
-
   return frame->n_vectors;
 }