af_packet: remove UNIX_FILE_EVENT_EDGE_TRIGGERED flag
[vpp.git] / src / plugins / af_packet / af_packet.c
index f505fac..51aa11c 100644 (file)
@@ -169,7 +169,6 @@ af_packet_set_rx_queues (vlib_main_t *vm, af_packet_if_t *apif)
        template.error_function = af_packet_fd_error;
        template.file_descriptor = rx_queue->fd;
        template.private_data = rx_queue->queue_index;
-       template.flags = UNIX_FILE_EVENT_EDGE_TRIGGERED;
        template.description =
          format (0, "%U queue %u", format_af_packet_device_name,
                  apif->dev_instance, rx_queue->queue_id);