On Sun, Oct 24, 2021 at 10:05 PM David Marchand
<david.march...@redhat.com> wrote:
> @@ -556,8 +565,8 @@ eal_intr_process_interrupts(struct kevent *events, int 
> nfds)
>                                  * remove intr file descriptor from wait list.
>                                  */
>                                 if (kevent(kq, &ke, 1, NULL, 0, NULL) < 0) {
> -                                       RTE_LOG(ERR, EAL, "Error removing fd 
> %d kevent, "
> -                                               "%s\n", src->intr_handle.fd,
> +                                       RTE_LOG(ERR, EAL, "Error removing fd 
> %d kevent, %s\n"
> +                                               
> rte_intr_fd_get(src->intr_handle),
>                                                 strerror(errno));
>                                         /* removing non-existent even is an 
> expected
>                                          * condition in some circumstances

My fault, missing a ,


-- 
David Marchand.

Reply via email to