From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f171.google.com (mail-qk0-f171.google.com [209.85.220.171]) by dpdk.org (Postfix) with ESMTP id 43D592BCD for ; Tue, 11 Apr 2017 21:18:19 +0200 (CEST) Received: by mail-qk0-f171.google.com with SMTP id d131so6092832qkc.3 for ; Tue, 11 Apr 2017 12:18:19 -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=4172WH6Ps/Db8XW3y9dRZNbWRN/56cLAk9scguAdNWA=; b=rioC+aShUJQMjmjxrji7PY69m1CIgVhjCcI4wDGqDivVET3DKoIBf5fdITHBqfU24M 60o4c8isVbg+9ed4Whyrdnkq92c/5ZtPWZr2hIFh6rQemsZ/yDx4ZNPnbQWrdlomZdmw HayyQX1W0hPVojkxxkeRPEgyD9MB7Mn4hTW0H7rUWiqayYCtQQ1iqFh6VVRo5CkkIyAo rgBZaYPq9OP9bb/u6Bell4aAgelx7+/W5wqe3uWb+8ryWY7fQZzDJOxIxnbGYi9V2+jL 8j9Ukpk6hu2JOwMB+YK0/ijd5nY1a1PGGzvp9FQ/tHPLB9g7Zp81ALHnfO67qNFfBct+ fO7g== 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=4172WH6Ps/Db8XW3y9dRZNbWRN/56cLAk9scguAdNWA=; b=asJ98WeAobnzSAyu0/eFyR5fST2wbwWnuSJiUPZjN0AMRYWn/6JvDaVXBYELoB1/iF KyXzQfm2YLI4LbsgBXNKO3GSl9xcsmvO27RgCCsV3DLp+wOkRcXw3oNL8h77O6A1jbXj PRePbDc122tTdP4Qd4KL/rYmr5ekLNUaAh5NpSxrjaQiR0K8eIMmsv/k8QPfpKcnIBHi 1cl4lgDyN8Gu/4jNeR9qho2ICNIQKLE2CsfzTRk8Y2Rd9kbcRVo/pOGdeEstuV87TzRH gaKci1rd5YVp8As2aluLQuGb7Na2VpRhEucah0oDF3ZprskjNrySkHdX/iz+uVchvOYo kIEQ== X-Gm-Message-State: AN3rC/6Dp7WXsSM6uzqSQeAYXmVPLo4kkPlrU/UEI+QG4iEp6Ri1/wzAGMhT9VIc6MAJu9jQO/UYeo9y3xBl/w== X-Received: by 10.55.48.68 with SMTP id w65mr43962595qkw.160.1491938298456; Tue, 11 Apr 2017 12:18:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.145.193 with HTTP; Tue, 11 Apr 2017 12:17:38 -0700 (PDT) From: Suryanathan P Date: Tue, 11 Apr 2017 15:17:38 -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] testpmd jumbo frames config options 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: Tue, 11 Apr 2017 19:18:19 -0000 Hey guys, I am trying to use testpmd to forward jumbo frames (9222 with crc). I configured the following three parameters: mbuf_size (9600), max_pkt_len(9400) and mtu(9300) I am using the 82599 10G intel nics. It appears testpmd is unable to forward packets larger than 9218. 9222 byte packets(including crc) is received by the app but is not forwarded. There are no tx errors and I don't want to get technical in this list, but it appears rte_eth_tx_burst is returning success with the number of packets transmitted. Is there something I am missing here? Any help is appreciated. Also please let me know any other information is required. dpdk version: 16.07 Regards, Suryanathan P