From d0ffa26a0e2910f9b7108b0b133e2da7de278178 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Sat, 14 Oct 2023 08:41:54 +0000 Subject: feature: remove unused code Type: improvement Change-Id: If775b1d145e462346de562a3c893f302e8c7b814 Signed-off-by: Damjan Marion --- src/plugins/avf/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/avf') diff --git a/src/plugins/avf/input.c b/src/plugins/avf/input.c index 1406d789e0b..3c3d6c07c2d 100644 --- a/src/plugins/avf/input.c +++ b/src/plugins/avf/input.c @@ -296,7 +296,7 @@ avf_device_input_inline (vlib_main_t *vm, vlib_node_runtime_t *node, next_index = ad->per_interface_next_index; if (PREDICT_FALSE (vnet_device_input_have_features (ad->sw_if_index))) - vnet_feature_start_device_input_x1 (ad->sw_if_index, &next_index, bt); + vnet_feature_start_device_input (ad->sw_if_index, &next_index, bt); vlib_get_new_next_frame (vm, node, next_index, to_next, n_left_to_next); -- cgit 1.2.3-korg