From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1BD5FA04B4; Fri, 8 Nov 2019 16:16:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 350AA1C1FA; Fri, 8 Nov 2019 16:16:03 +0100 (CET) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id ABD021C024 for ; Fri, 8 Nov 2019 16:16:01 +0100 (CET) Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 17C6F83F51 for ; Fri, 8 Nov 2019 15:16:01 +0000 (UTC) Received: by mail-ua1-f70.google.com with SMTP id x2so2415079uaj.21 for ; Fri, 08 Nov 2019 07:16:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xGLXLzmZ7uCkBMYf7fltjPNrjJO+EwowSE5nfkPur6o=; b=Ly9asJUMeC0OZr5h6Sl98b2ZwRITeLS3NdsYeecIcMTFvJQ360cODL+NuMpBF2FWPB YcHiF3cd+TSDT/V3HPGXyYEh9FBES+lEmYnP13ZA/EZgdwdBCtrT6z4SvhUIyjof4eoq Jd8Xrd2Y3dfnAoVLQqymopl9KXZLeXN1ZL7ZLRZ2XPAHAjBY9PZG6Ptsn7Cb35VqOIq/ 4i7P7OVAX3J7PSQNiQOKJjhGdo8MM+zb3FPqnwWMPuVnZ7i1Oz8lz6/ZO6Q6rYwgBihs doNNr7OvKycYFq8rqJhf7FCovwEp8i4duoVCxcWOYpg1rtR4UDogh7f3R9zeYEJMv7p1 cJSw== X-Gm-Message-State: APjAAAW5Ckm7/ZSdx6Ndrb/1PEuwmm2itlN0bGPxkhlZkNGaI0KvchYd eDBykX+QQRRBnmOErqX19ZxkJEpaF8lwnDS4+0wOyFX6HNENcqfCa/3efvWiyjjtwqjqQOBaU9Z UQpAiXlO/9RhKJRR/Otw= X-Received: by 2002:a67:7d95:: with SMTP id y143mr8710286vsc.39.1573226160197; Fri, 08 Nov 2019 07:16:00 -0800 (PST) X-Google-Smtp-Source: APXvYqx/2k/QdCsTFG96hvZttxES2P6U9V+lQTaNR5MSdRVTKSRaQMgK0AaYdhZufyaUx5/xy5fefKvA0Hjd6p4TNsM= X-Received: by 2002:a67:7d95:: with SMTP id y143mr8710273vsc.39.1573226159798; Fri, 08 Nov 2019 07:15:59 -0800 (PST) MIME-Version: 1.0 References: <20191001125315.6191-1-ktraynor@redhat.com> <20191106190203.10750-1-ktraynor@redhat.com> <0E78D399C70DA940A335608C6ED296D73AB3925C@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <0E78D399C70DA940A335608C6ED296D73AB3925C@SHSMSX104.ccr.corp.intel.com> From: David Marchand Date: Fri, 8 Nov 2019 16:15:48 +0100 Message-ID: To: "Xu, Rosen" Cc: Kevin Traynor , dev , "Ye, Xiaolong" Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [v2 PATCH 0/8] Coverity fixes and other cleanups 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Nov 8, 2019 at 3:41 PM Xu, Rosen wrote: > > Hi David, > > Too busy today, sorry for late reply. Ok, no problem, I had not pushed yet. So I put the patch 3 back in my tree with your Review tokens added where applicable, and pushed the full series. > > > Kevin Traynor (8): > > > net/pcap: fix argument checks > > > common/cpt: fix possible NULL deference > > > net/ipn3ke: fix incorrect commit check logic > > > net/ipn3ke: remove useless if statement > > > net/ipn3ke: remove commented out code > > > compress/octeontx: remove commented out code > > > event/opdl: remove commented out code > > > net/bnxt: remove commented out code > > > > Dropped patch 3 since I did not see a review on it, and I was not feeling > > comfortable with it. > > > > Applied, thanks. -- David Marchand