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 BD8D4439B5; Wed, 24 Jan 2024 12:37:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8135740294; Wed, 24 Jan 2024 12:37:22 +0100 (CET) Received: from mail.lysator.liu.se (mail.lysator.liu.se [130.236.254.3]) by mails.dpdk.org (Postfix) with ESMTP id 8D1F14026F for ; Wed, 24 Jan 2024 12:37:20 +0100 (CET) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 584831E0D6 for ; Wed, 24 Jan 2024 12:37:20 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 4CD6B1E0D5; Wed, 24 Jan 2024 12:37:20 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on hermod.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED,AWL, T_SCC_BODY_TEXT_LINE autolearn=disabled version=4.0.0 X-Spam-Score: -1.4 Received: from [192.168.1.59] (h-62-63-215-114.NA.cust.bahnhof.se [62.63.215.114]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id DAEDA1E144; Wed, 24 Jan 2024 12:37:18 +0100 (CET) Message-ID: Date: Wed, 24 Jan 2024 12:37:18 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 01/11] eventdev: improve doxygen introduction text Content-Language: en-US To: Bruce Richardson Cc: dev@dpdk.org References: <20240118134557.73172-1-bruce.richardson@intel.com> <20240119174346.108905-1-bruce.richardson@intel.com> <20240119174346.108905-2-bruce.richardson@intel.com> From: =?UTF-8?Q?Mattias_R=C3=B6nnblom?= In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP 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 2024-01-23 10:06, Bruce Richardson wrote: > On Tue, Jan 23, 2024 at 09:57:58AM +0100, Mattias Rönnblom wrote: >> On 2024-01-19 18:43, Bruce Richardson wrote: >>> Make some textual improvements to the introduction to eventdev and event >>> devices in the eventdev header file. This text appears in the doxygen >>> output for the header file, and introduces the key concepts, for >>> example: events, event devices, queues, ports and scheduling. >>> >> >> Great stuff, Bruce. >> > Thanks, good feedback here. I'll take that into account and do a v3 later > when all feedback on this v2 is in. > > /Bruce Sorry for such a piecemeal review. I didn't have time to do it all in one go.