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 CDF06A0503; Fri, 20 May 2022 10:14:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B67D2427ED; Fri, 20 May 2022 10:14:35 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id E0E9E40222 for ; Fri, 20 May 2022 10:14:33 +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 55CAF8A; Fri, 20 May 2022 11:14:33 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 55CAF8A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1653034473; bh=DZeYNiGx6w8UxQnjpDDcMzoYijRCp9iyICutyejWX+E=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=p7ldYtT35SrCFBU9w3Zbokajbe/vI/pxYksC72j/tUAR1juwoC1eMHkDx1SsmWFYE E0ABIGOcJiVZX40ICQ0sja5IOX16U40ZZBj87iHneTLDDB921DsfOtbqv3L2SMFSHG S89S9XvvSHtg+TvGwT9YPNPZ+cDRHFi7A/wZD5Ug= Message-ID: <4d2942d1-47cc-b597-6ba6-3befada97b67@oktetlabs.ru> Date: Fri, 20 May 2022 11:14:33 +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 v2 6/7] net/ark: add new devices to support list Content-Language: en-US To: Ed Czeck , dev@dpdk.org Cc: ferruh.yigit@xilinx.com, ktraynor@redhat.com, bluca@debian.org, Shepard Siegel , John Miller References: <20220502212232.1283-1-ed.czeck@atomicrules.com> <20220519213642.2647946-1-ed.czeck@atomicrules.com> <20220519213642.2647946-6-ed.czeck@atomicrules.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20220519213642.2647946-6-ed.czeck@atomicrules.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/20/22 00:36, Ed Czeck wrote: > update device list is doc > > Signed-off-by: Ed Czeck I think it would be useful to advertise it in release notes.