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 2ED1CA0542; Wed, 5 Oct 2022 11:54:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C79F740A7D; Wed, 5 Oct 2022 11:54:17 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 816C340694 for ; Wed, 5 Oct 2022 11:54:16 +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 16C625D; Wed, 5 Oct 2022 12:54:16 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 16C625D DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1664963656; bh=VA55SDrXvH0TTgfgzzOccqMzbjSlzCiShKjdpgvSxXM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=rqJDZeDjepff2oKdgMQmGMEL3jHcUXgjH6cQHim2MVe+pM1LvJFtYeiL5rYaq46jN m8Ia2EERN5iG8OFKJDGVnVtS/gbP1JBt6AhDqLBqg/djHfk/yFNNWmE/7rNwm9TuA0 /bAnUj3u4sLTK2e81LbYF/oUkoqzxZRX+81zeEgY= Message-ID: <6c38e82a-0519-bced-1ba5-4a5f3ed62fa8@oktetlabs.ru> Date: Wed, 5 Oct 2022 12:54:15 +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] net/af_xdp: improve documentation Content-Language: en-US To: "Zhang, Qi Z" , "Koikkara Reeny, Shibin" , "dev@dpdk.org" Cc: "Loftus, Ciara" References: <20220722085035.52257-1-shibin.koikkara.reeny@intel.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: 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 9/6/22 15:06, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: Koikkara Reeny, Shibin >> Sent: Friday, July 22, 2022 4:51 PM >> To: dev@dpdk.org >> Cc: Loftus, Ciara ; Zhang, Qi Z >> Subject: [PATCH v2] net/af_xdp: improve documentation >> >> From: Ciara Loftus >> >> Instead of a one-liner describing each vdev argument, add a description and >> example for each. Move the information describing preferred busy polling >> from the "Limitations" section to the "Options" section where it is better >> placed. Also make general grammar improvements. >> >> Signed-off-by: Ciara Loftus > > Reviewed by: Qi Zhang > Reviewed-by: Qi Zhang Applied to dpdk-next-net/main, thanks.