From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] segment sanity checks Date: Tue, 15 Jan 2019 02:33:04 +0100 Message-ID: <2396925.LEeXtTcc9E@xps> References: <1546851432-19397-1-git-send-email-david.marchand@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, yskoh@mellanox.com, arybchenko@solarflare.com, bernard.iremonger@intel.com To: David Marchand Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id E5E4B1B0FF for ; Tue, 15 Jan 2019 02:33:07 +0100 (CET) In-Reply-To: <1546851432-19397-1-git-send-email-david.marchand@redhat.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" 07/01/2019 09:57, David Marchand: > Resubmitting this series that I did not finish in my previous life (6WIND > people are okay with this). > > Here is a little series which helped me identify a multi segment issue. > Hope it can help others. > > The difference since the RFC patches I sent some time ago is that, rather > than force the user to build the dpdk with CONFIG_RTE_LIBRTE_MBUF_DEBUG > enabled, it uses rx/tx callbacks to apply checks on the mbufs. > > Changelog since v1: > - dropped unnecessary casts in patch 1, > - rewrote patch 3: reused the existing rx/tx callbacks and left the invalid > mbufs in rx bulk Applied, thanks