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 5C625A00C4; Thu, 5 May 2022 10:48:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 15D8A40C35; Thu, 5 May 2022 10:48:50 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 0FC7740042 for ; Thu, 5 May 2022 10:48:49 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (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 682F582; Thu, 5 May 2022 11:48:48 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 682F582 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1651740528; bh=Cniy3BFHGZfOhanbmsFvUI97WTV0WtrMrP9ubcboxYw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=OHZjy1NzONOUUJ2H7SNTUcZkU9CjZt1Ciy/seBHRjRIg0b7RwianhdRSn/CDtJh9+ U1GDWyneWGlnzz6JrDBOt0rNp7tt6hk0jV4C7rVI38Mju+/LfQ0RFzSzb9caDHEL+8 M/0lkM7wIIDfWi1BLlfYFgAVLP+UcM7xsIdcb0s0= Message-ID: <34b278f3-e828-fa0e-0fa8-6751c7b49791@oktetlabs.ru> Date: Thu, 5 May 2022 11:48:47 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 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: <20220504212252.25117-1-pagupta@vmware.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20220504212252.25117-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 Please, don't forget to use --in-reply-to to the first version cover letter and you sent subsequent versions. Also don't forget about version in cover letter and changes done in subsequent versions. Also, I guess entire patch series should have Reviewed-by: Jochen Behrens inherited from the first version. Andrew. On 5/5/22 00:22, Pankaj Gupta wrote: > Pankaj Gupta (8): > net/vmxnet3: add V5 support > net/vmxnet3: implement reta query and reta update > net/vmxnet3: add Rx queue usage count utility > net/vmxnet3: report HW version on FW version get > net/vmxnet3: version 6 > net/vmxnet3: advertise RETA size in device info > net/vmxnet3: set packet type for fragmented packet > net/vmxnet3: fix merge error in initialization for rxDataRing feature > > drivers/net/vmxnet3/base/vmxnet3_defs.h | 73 ++++- > drivers/net/vmxnet3/vmxnet3_ethdev.c | 343 +++++++++++++++++++----- > drivers/net/vmxnet3/vmxnet3_ethdev.h | 15 +- > drivers/net/vmxnet3/vmxnet3_rxtx.c | 49 +++- > 4 files changed, 392 insertions(+), 88 deletions(-) >