From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua0-f172.google.com (mail-ua0-f172.google.com [209.85.217.172]) by dpdk.org (Postfix) with ESMTP id 85D7E8DA0 for ; Wed, 25 Apr 2018 22:26:09 +0200 (CEST) Received: by mail-ua0-f172.google.com with SMTP id a17so15747944uaf.13 for ; Wed, 25 Apr 2018 13:26:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=pS6QOSDeXfDGjM62ODfj/QvzAqT9XZRVXC1Ie1K6fVw=; b=FqP2LX1dhmhoeW0mEebhmRdeSx+sUCSnsaYz5t1ZvTrVazyCKo/IbrP++stZlbnejN 0pArfe4S+DVRsrXGqHeG/0DOwqmyqfWbOUGsK0egsgos0n8ruG+CWrX9pXhRzkiXFmRz Hi8bft3mUSgdGs6BCrVeSHhn1SQQKsgG7ATXK7oNXvYXmcTyo74M8jI8K+hsuBNyAFqG QViAX5nS0sf4MHvc5Tj+5jj8NeuAEBzKX/l7SaxFPQdt7ifF08xdcZWR8bEyIrSur488 xhW9JihuzQt2ldlNtczq2W6KsQOO7VBEstbXjcCymWbVQ3X/l+iVyy8CN+GgN3YageLM vK6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=pS6QOSDeXfDGjM62ODfj/QvzAqT9XZRVXC1Ie1K6fVw=; b=FqakVVnViFaC2u7ZxqlcmWCQi/UhRW4NGIYDlwgtG4ss0maQXA5H7Wz1YS9hG/ox1K QiG3+atMq4cTJGhqcHPhcoM9j8QpMe7ZQTEDusEjG8GTomZikrHbBk8jhyRuH/HJEPs8 lbvebBH+9ntmguxGksFcLz2XoxPtUSgKNPLYQIqUGJyEcNZhv1W8Oobh6oGOFZyNpY2E mke43ylSOrU3H14GUCgiPBPUq3OG58g2iD9o+wQKGRVJKa+jJDjWXyNrvph2GsQkAS84 cjcisG2G5sdsrY/daGxBw16Dl9F6bbTG1Rv6MKDBT44MNzf3vTOnUTHIMK130eDYpwXF fk5g== X-Gm-Message-State: ALQs6tB4ZHO6AOIO+chNkAXzdA5RWIR1I4Bb3FGVfjs0Vk6sgB8rsr2f 9co4wX2/2P9czIFQSsFAGhYES821SSD0MtrOmcm/1GWV X-Google-Smtp-Source: AIpwx49yhYZWWMjtKHewnR1FsjmDGfvqd5AGHWKPKQqswJJYS/VDqbJD1B+K/03NUDtt0JKzuYfKqtHNLCchUr0yoho= X-Received: by 10.176.22.131 with SMTP id e3mr22631924uaf.45.1524687968518; Wed, 25 Apr 2018 13:26:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.4.162 with HTTP; Wed, 25 Apr 2018 13:26:07 -0700 (PDT) From: Mark McConnaughay Date: Wed, 25 Apr 2018 16:26:07 -0400 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] i40e_dev_interrupt_handler(): ICR0: malicious programming detected X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2018 20:26:09 -0000 In my application, I dequeue burst of traffic from a virtual port using vhost and enqueue to a physical port and I see this error message. It also corresponds with the number of packets dequeued from the physical can't all be written to the physical using rte_eth_tx_burst. The application runs fine for about an hour or so at @6Gbps (forwarding from virtual to physical), but then hits this condition. Any thoughts on what is happening here?