From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f44.google.com (mail-it0-f44.google.com [209.85.214.44]) by dpdk.org (Postfix) with ESMTP id 2B0082C8 for ; Fri, 7 Jul 2017 16:38:47 +0200 (CEST) Received: by mail-it0-f44.google.com with SMTP id k192so37790692ith.1 for ; Fri, 07 Jul 2017 07:38:46 -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=vJMJbrkqlBcA8DqBqtyAMyenpYGwW2hV0ImRCd6c3Rg=; b=uKvyMZc8ZU0KaAg+X1UksILm21FCGlcyBndr1k/AOrq5CBwxCsnM+C1SzrgJhnUVnp nb2OX4zblxu1wiZqFZ6VAnuBpg6SZN1/+H06wT2o0B06T+d31JUpin3m2KQe8XbckzT6 UcfP26XKYxjmEHV8hYoY8nupWVpkMPsUOMMnCMkiTiPkRfcQQrKAf9SWVsnYUpEMfsny UfzvNd/rFDHcxCSR4bdlLIakSW3LRWWLL4UCGxZQO02SAZT058zlbYseS4wNwz4OmsaM sqWzrn+17SYYD1clBdFDUh0uLY5H7CtubAc1q+s+gm+rXp7fT6wLSVF+k7FWb+vLy77q YMnw== 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=vJMJbrkqlBcA8DqBqtyAMyenpYGwW2hV0ImRCd6c3Rg=; b=sfvF6xmHTAC/36T0vAGCOK+H0HFpvLceLPYxxJl0ovG9C4SUIgTL4aFqJhL1RqErTC IW0WyGJKN1ZYH+1y/ndVGf94fPzRXOMSvfiEa3M5S6JMK9xCc2gSW4FvlLTGFVpzsvA8 JIIFhRaeZbxqH1nlfElUZDagzJQnVzFVvhnq4CEVE/fT2m6ggzJSAenykfGtCs6ENycT nnvnqSLXvoU2aRrvyfhGuhq8e20IBIk03B0JFJ+m5C4j1577mzXlFUlL7L1hCUF9utjI irXMHZDcNDbH9h2al/g+JSTG1P/RkpPe3xMk7MUf9NODdDM9gYmPqVMDuN1fgyY1sJ5Z 6Akw== X-Gm-Message-State: AKS2vOz6NKiN/X5JlWDCMBwPqvkQH9ikQfQIkXtZskT7vmUpZTrkUkbv q1M/cFiH2EfIqNGyjjrENnPSOHvQ5NPM X-Received: by 10.107.154.12 with SMTP id c12mr53966066ioe.228.1499438325735; Fri, 07 Jul 2017 07:38:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.133.86 with HTTP; Fri, 7 Jul 2017 07:38:44 -0700 (PDT) From: Alex Kiselev Date: Fri, 7 Jul 2017 17:38:44 +0300 Message-ID: To: users Content-Type: text/plain; charset="UTF-8" Subject: [dpdk-users] tx error on bond port 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: Fri, 07 Jul 2017 14:38:47 -0000 Hi! I am using a bonding port build on top of two regular ports (X710-DA2 nic) and I am facing sending errors. After some time of normal operations (~1 hour) without tx errors, rte_eth_tx_burst function starts reporting that some packets have not been sent. Tx packet rate is about 200-300 kilo packets per seconds. Restarting my application helps and tx errors disappear, but only for some time. Tx error rate is about 200 errors per second. What could be a cause for those tx errors? Is there some ways to debug and troubleshot that situation? Thank you. -- -- Alex Kiselev