From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: [RFC 2/2] ethdev: check received mbufs sanity Date: Fri, 24 Aug 2018 12:17:31 +0200 Message-ID: References: <1534176226-21911-1-git-send-email-david.marchand@6wind.com> <1534176226-21911-2-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko , Olivier Matz To: dev@dpdk.org Return-path: Received: from mail-yb0-f176.google.com (mail-yb0-f176.google.com [209.85.213.176]) by dpdk.org (Postfix) with ESMTP id 26EC92C2B for ; Fri, 24 Aug 2018 12:17:53 +0200 (CEST) Received: by mail-yb0-f176.google.com with SMTP id t10-v6so3298057ybb.1 for ; Fri, 24 Aug 2018 03:17:53 -0700 (PDT) In-Reply-To: <1534176226-21911-2-git-send-email-david.marchand@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Aug 13, 2018 at 6:03 PM, David Marchand wrote: > Let's check the mbufs given by the drivers directly in the rx handler. > The only drawback is that you need CONFIG_RTE_LIBRTE_MBUF_DEBUG to be set > for this to actually do some real checks. Comments ? -- David Marchand