diff options
author | Neale Ranns <nranns@cisco.com> | 2019-04-16 15:02:46 -0700 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-04-17 07:39:06 +0000 |
commit | d867098b1c69c3d4a68b06bf29b54888675d1c34 (patch) | |
tree | cf0a4a5e0e578c60b4f4c61fc02a0592cf0727b2 /src | |
parent | eec541a55e7e9a0d9231e42c90ed96bafcb668cc (diff) |
Duplicate pcap tx trace fix
Change-Id: I0657cb44f58942ef281046dd3841bda669b10589
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/interface_output.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vnet/interface_output.c b/src/vnet/interface_output.c index bb97493a756..698c6e13097 100644 --- a/src/vnet/interface_output.c +++ b/src/vnet/interface_output.c @@ -850,9 +850,6 @@ vnet_interface_output_node_inline (vlib_main_t * vm, vnet_hw_interface_t * hi, int do_tx_offloads) { - vnet_interface_pcap_tx_trace (vm, node, frame, - 0 /* sw_if_index_from_buffer */ ); - /* * The 3-headed "if" is here because we want to err on the side * of not impacting the non-GSO performance - so for the more |