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 7D0DDA0032; Fri, 21 Oct 2022 09:56:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 12FB44281C; Fri, 21 Oct 2022 09:56:57 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 8DFBE400D6 for ; Fri, 21 Oct 2022 09:56:55 +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)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 1B8F969; Fri, 21 Oct 2022 10:56:55 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 1B8F969 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1666339015; bh=2ybHUh1AiaN92MlgoX/mhn42Cz4eYHh/GvXOIJ2cH6k=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=PlCitVoddWzV6HHpxAA40cm/721P1yxhlTmC7PHBkgqiuPPJATyXifpY3AlPBMCom QUKQ6s8looDL9Ic6wSXVcb/4W79HbgMdP2TiyZVeKCGL4FjWmPnwj3CwFiXp7K0O+n 0CGp3aXvXX9PSnwfEwIex3tOCaqgGLY3jUY8AWOI= Message-ID: <5ddb6b96-6181-6036-c315-59136b07e951@oktetlabs.ru> Date: Fri, 21 Oct 2022 10:56:54 +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 v9 06/14] net/idpf: add support for device information get Content-Language: en-US To: Junfeng Guo , qi.z.zhang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com Cc: dev@dpdk.org References: <20221020062951.645121-2-junfeng.guo@intel.com> <20221021051821.2164939-1-junfeng.guo@intel.com> <20221021051821.2164939-7-junfeng.guo@intel.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20221021051821.2164939-7-junfeng.guo@intel.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 10/21/22 08:18, Junfeng Guo wrote: > Add dev ops dev_infos_get. You can't test neither queues setup nor configure nor start before the patch since ethdev layer uses rte_eth_dev_info_get() and fails if it is not supported. So, previous patches are not actually tested since patches order is wrong.