From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua0-f175.google.com (mail-ua0-f175.google.com [209.85.217.175]) by dpdk.org (Postfix) with ESMTP id 3C2E8DE3 for ; Fri, 23 Feb 2018 14:54:35 +0100 (CET) Received: by mail-ua0-f175.google.com with SMTP id n48so5745383uae.13 for ; Fri, 23 Feb 2018 05:54:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=9LmkMDJOjJnPSajZYpuTEqToNIljTTn7E1KCr/EUUUM=; b=cQCFmpFld6zsnHBhRMW4zpjfL471J36Jr30ht7PGIQ4jMPC8wDgCFyTNMyJpebV5Lc w0p5Z+g9ZkCvOKjXKjoHdKnkWa+caJ00IY1AVYT6qnwY4d2t5Gasbia1GtpxeCmM/ij0 kkFM4VcsZU4adlVjchnf+JM3e8zSV6zbPwQAFWI0dDooG6gqnl/nMukhHSLHzBh0g5ZN yj09YWMw/RoMI+9FiRjoXYrZK6m1ooZ9L7/oise0N9149DZ74py1Ylsa6WWuqrU5XYqX zkdff9ILdQinSVo5j45PpC5Us41c4g452raQGyxMKV2/1cO2a47gYA1gtfb9T+esYBJw 42DA== 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:cc; bh=9LmkMDJOjJnPSajZYpuTEqToNIljTTn7E1KCr/EUUUM=; b=jVI+Q4ObdLZWPX2myFl9wmdf14h1HHC1ImtMaHL0mJTU2jzVeC7SzV2sWaUwLJuySV bTbmysxzz7+5iq7hhjaZeH4oWxo4+Hd+OLUVwOsLDLmOxUzTiEFv4l4X36qXHJzWytVE oMFyzJjOp3IfYpTFqwrkSt1KXH6i+MN1A2lCuKSZmvX68fQA0/Z1tN/7JGdyB9/e1EWf IQri5KmfhwIwIMeTo1X23qAgaqrxUC0oj200Rp4f6HEUHBTmdLDTbL6IIH5sX/+kod6L 9YEa9OV6E7cs1yf/1gYnIN47fxBaAWq4p8aPVB9jDeKjaScwZ9T7TRREcB5/sbMLxkGj 8MqA== X-Gm-Message-State: APf1xPCFg2XDyXdvBYb7R8K1EA3Ncnt2NPRJd5nYOIOLLp+RrUoJDZOj UeDlT3VdboLTLB6IN++9fdajO0yDLJJCmzFLTzs= X-Google-Smtp-Source: AG47ELsLKwzrzYg3P4j/2wcG89yVxAcrD9otOG792rPxGlkmIWJhpze0iFovc4WetcB2ryQOEYGtoHmAAtm2ntiKcnU= X-Received: by 10.176.95.158 with SMTP id b30mr1286959uaj.10.1519394074442; Fri, 23 Feb 2018 05:54:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.176.5.137 with HTTP; Fri, 23 Feb 2018 05:54:34 -0800 (PST) From: Shweta Choudaha Date: Fri, 23 Feb 2018 13:54:34 +0000 Message-ID: To: dev@dpdk.org Cc: Shweta Choudaha Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 0/1] net/ixgbe: Add API to update SBP bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2018 13:54:35 -0000 Hi, Not sure why cover letter wasn=E2=80=99 t appended. In some cases we require all packets (including the ones that ixgbe considers as Rx length errors) to be received on backplane ixgbe port. The proposed API sets the requisite SBP bit for ixgbe to receive Rx length error packets. If this is required more generically for all adapters, the other approach can be to allocate a bit in =E2=80=98struct rte_eth_rxmode=E2=80=99 to dis= able rx_length_checking on the port. Please let me know if that is preferred or if more info is needed Thanks, Shweta On Fri, Feb 23, 2018 at 11:59 AM, Shweta Choudaha wrote: > From: Shweta Choudaha > > -- > 2.11.0 > >