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 68FC7A00C3; Mon, 3 Oct 2022 16:36:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4C97E40DFB; Mon, 3 Oct 2022 16:36:06 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 175EB40695 for ; Mon, 3 Oct 2022 16:36:05 +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 (4096 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 7292E66; Mon, 3 Oct 2022 17:36:04 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 7292E66 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1664807764; bh=mUfdXzxtesSlNIG2h82YJ2Ght2UEOaIv14tYcIHnPOU=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=bgljKko7GdrA+Ypqox7aQr8pSiYh8mQQtijABTXdGvRuIfrEAl9BCS6qSZFT4TW7q 3ATS3hLl+Wvu5vXcBEJf8uYnpsr56NRUDYu+6ufftuxjkg+5u0V5N5Qvbq23IA4EDP I07mlmpHsYuDiOafgYupgNr9VHh77/8Do6qOVMxY= Message-ID: <5fb8a908-2444-c22a-f58a-c3b96a40d710@oktetlabs.ru> Date: Mon, 3 Oct 2022 17:36:04 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH v2 00/14] add support for idpf PMD in DPDK Content-Language: en-US From: Andrew Rybchenko To: Junfeng Guo , qi.z.zhang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com Cc: dev@dpdk.org, xiao.w.wang@intel.com References: <20220803113104.1184059-1-junfeng.guo@intel.com> <20220905105828.3190335-1-junfeng.guo@intel.com> <018613d9-c41d-130b-c982-104fae390cb4@oktetlabs.ru> Organization: OKTET Labs In-Reply-To: <018613d9-c41d-130b-c982-104fae390cb4@oktetlabs.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 10/3/22 16:31, Andrew Rybchenko wrote: > On 9/5/22 13:58, Junfeng Guo wrote: >> This patchset introduced the idpf (Infrastructure Data Path Function) >> PMD [*EXPERIMENTAL*] in DPDK for Intel Device ID of 0x1452. >> >> v2: >> fixed some coding style issues and did some refactors. > > The patch series should: >  - add entry in MAINTAINERS >  - add driver documentation to doc/guides/nics/idpf.rst >  - advertise the driver in release notes >  - when features are added it should be added to > doc/guides/nics/features/idpf.ini I'd really like to add one more point. There is a long road for the driver to be accepted since many changes are required, but it is definitely doable. More important to get replies on generic questions. What is it? What is the HW? Is it released? Where I can read about it?