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 9FC01A04FF; Wed, 4 May 2022 16:28:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8FE2040E2D; Wed, 4 May 2022 16:28:26 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 323E94069F for ; Wed, 4 May 2022 16:28:25 +0200 (CEST) Received: from [192.168.108.214] (unknown [188.170.87.12]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id ACD2282; Wed, 4 May 2022 17:28:24 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru ACD2282 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1651674504; bh=wmGs5mOWjm1aSzjNY6cOMCgcCrEmkg8T4PX7479WezA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=PLn9/BUi/h1hcJoPsT8xeMOLVgtyAatrIyu2ucNnlxpy3kxcj7MwAuoYqrKqQMwqQ oIqT74Pw1xlxCmk69zBI/EyomJMOCmhr1BxuGLrAGQHwFd1OM1xJumihjIYegK6JAx xJ4nTcNxjBIcy/kfKL1fM9eICmFC5P27jbveyZig= Message-ID: <8e2a641b-fb1f-e4b4-577e-98f09d9a5f42@oktetlabs.ru> Date: Wed, 4 May 2022 17:28:24 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.2 Subject: Re: [PATCH 0/8] vmxnet3 version V5 and V6 Content-Language: en-US To: Pankaj Gupta , jbehrens@vmware.com, yongwang@vmware.com Cc: dev@dpdk.org References: <20220503042257.15626-1-pagupta@vmware.com> From: Andrew Rybchenko In-Reply-To: <20220503042257.15626-1-pagupta@vmware.com> Content-Type: text/plain; charset=UTF-8; format=flowed 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 5/3/22 07:22, Pankaj Gupta wrote: > Pankaj Gupta (8): > vmxnet3: Added V5 support > vmxnet3: implement reta query and reta update > vmxnet3: add rx queue usage count utility > vmxnet3: add get hw version api > vmxnet3, version 6 > vmxnet3: set reta size > vmxnet3: Set packet for fragmented packet > vmxnet3: Fix merge error in initialization for rxDataRing feature Please, fix prefix for all patches. It should be "net/vmxnet3: ". Summary after prefix should start from small letter and be in present tense, i.e. "Added" -> "add"