From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 568FCC4338F for ; Thu, 19 Aug 2021 15:20:38 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id D0DCD60551 for ; Thu, 19 Aug 2021 15:20:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D0DCD60551 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B9D714013F; Thu, 19 Aug 2021 17:20:36 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 86CC24003D for ; Thu, 19 Aug 2021 17:20:35 +0200 (CEST) Received: from microsoft.com (linux.microsoft.com [13.77.154.182]) by linux.microsoft.com (Postfix) with ESMTPSA id B4A8F20C33AD; Thu, 19 Aug 2021 08:20:34 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com B4A8F20C33AD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1629386434; bh=C1dYMkUciK4/C6Yp4gkwQSpYYN00KMMShxWfqDXWA34=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RiwYYq9YLTSYhaleHN3nX+zom3fADFlU70dkdIa8ppC+LDJXFlYAeXrAwYhFEl8PQ oX9m8X1fpFc1QekeX1UhkxWUUmxr0SZUVqtJhhVX9245HYdxHrz4L+s/M7yfR38xx8 MxZcXWjKJdKaEHIeOtR0n43WnW+h0gh8OMwnuSBc= Date: Thu, 19 Aug 2021 08:20:30 -0700 From: Sowmini Varadhan To: "Iremonger, Bernard" Cc: "sowmini05@gmail.com" , "dev@dpdk.org" , "thomas@monjalon.net" Message-ID: <20210819152009.GA24347@microsoft.com> References: <9085a3881fabec43eeeb5b3227c569cf559648a2.1629287046.git.sovaradh@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH v2 2/2] examples/flow_classify: add an ACL table for tcp 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 Sender: "dev" On (08/19/21 15:06), Iremonger, Bernard wrote: > > v2 updates: typo fixes for checkpatch, bernard.iremonger comments > > The above line should not be added to the commit message. > ~/dpdk/devtools/check-git-log.sh -1 > Wrong tag: > v2 fixes: typo fixes, get_tcp_flags returns -EINVAL > > The check-git-log.sh script is in your dpdk checkout, best to run this script before sending patches apologies, I was not aware of this, I will fix and send out v3. I did run check-git-log.sh but before editing the vX updates. thanks for your patience. --Sowmini