From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C83E6A00C4; Fri, 28 Jan 2022 23:14:17 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5CA734281A; Fri, 28 Jan 2022 23:14:17 +0100 (CET) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mails.dpdk.org (Postfix) with ESMTP id 46CC340041 for ; Fri, 28 Jan 2022 23:14:16 +0100 (CET) Received: by mail-pf1-f176.google.com with SMTP id n32so7400085pfv.11 for ; Fri, 28 Jan 2022 14:14:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=O+owUA4d8pQzsO0AGG2aCTAkF/hXZjPF1543ArVBoEE=; b=flE52V8o3VLjLxX/RnoPCUMYqI37g3IXgv4tphcURExJwdxfqs1pQ3SeUMmQ4dqMds BoA1zIMR98f9rCK91nvWW9PRXDUVXz01RIXEBCE1USBDD0E1LL0nAzOMawk3rKOPvy3i K+D0lAzWrdMGY8xP4XAfBdB8M2G4D0YJqf70iANhklNxNkfqt0MI45I7La3tOpdM+95O FUBxRSptpgH9DRnYTDOowUtijlfFTi/vnUKi5kgNsuCZPxdIuP9nLkucNrKFefQGddn3 dOVMBWrMzasisZHtFGVKOavZ1Oab6rXJ5JySReMw2ptqUzjNON3dE+aGQZXE+O1qwemB ovFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=O+owUA4d8pQzsO0AGG2aCTAkF/hXZjPF1543ArVBoEE=; b=4s97QcV2Hjba1YMxB7j/h+w2JLXobQadG/xc7HM3+KvD/o99TRpe8aj9rWBnz1IpcF fGq+DazBLU0ZtPaOq0U4APoYcUOcz7HVtvcZnZYjiKwZgr8A/aPUY/3URO9NhEU9J7MV NI7LJrIAKt4IVwMrIMuoWPqLY+9vkGVvXs5QSJb3WCrRdYZI82lA+PUNcBhW0yOXlQDD fE3J2p+A11Rh8QyLO6f1rkesz5VKAmoKdO4szeyannnyi+JXWJLKiNmuSViKymejY1p/ IoUQQwCxUGduoyXEpQIM5NKLYQB6l7KSExE2Lss6SPM8PxTmWg3k9qQBNUmR+VEApmHU tg4w== X-Gm-Message-State: AOAM531Df3e5nQkeH2Ded+ZNphAUalIzcG8YN6+rxXt4f7gcwU0H1xMI VSZP91XEddQGpaXKrCrHZszzGabC+fCt8g== X-Google-Smtp-Source: ABdhPJz6vqNRgsiAl8HlK7kyfG6GiRL5pUpv6g+CUayR1bgIDsI7hJReTZkNxs+dFj/AHAV5on6lVg== X-Received: by 2002:aa7:800a:: with SMTP id j10mr10450581pfi.28.1643408055080; Fri, 28 Jan 2022 14:14:15 -0800 (PST) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id lb7sm3408398pjb.56.2022.01.28.14.14.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Jan 2022 14:14:14 -0800 (PST) Date: Fri, 28 Jan 2022 14:14:11 -0800 From: Stephen Hemminger To: Thomas Monjalon Cc: dev@dpdk.org Subject: Re: [PATCH v2 00/83] remove unnecessary null checks Message-ID: <20220128141411.75c7e948@hermes.local> In-Reply-To: <5235444.Sb9uPGUboI@thomas> References: <20220124000518.319850-1-stephen@networkplumber.org> <20220124174719.14417-1-stephen@networkplumber.org> <5235444.Sb9uPGUboI@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, 28 Jan 2022 22:49:31 +0100 Thomas Monjalon wrote: > 24/01/2022 18:45, Stephen Hemminger: > > Stephen Hemminger (83): > > lib: update documentation of XXX_free() functions > > devtools/cocci: add script to fix unnecessary null checks > > I think it is good to have the first 2 patches separate, > but the rest could go in a single third patch. > > Split up to get subsystem reviewers attention, if you want can merge in next version