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 7506A4389F; Fri, 12 Jan 2024 08:26:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 64E31402AE; Fri, 12 Jan 2024 08:26:19 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id F28F4402AE for ; Fri, 12 Jan 2024 08:26:17 +0100 (CET) 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 (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 7782E59; Fri, 12 Jan 2024 10:26:17 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 7782E59 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1705044377; bh=64TwFseuMNQLJQs3xq2ytK3mKVHOeI4SBE8FCggKmuM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QSJ4mmgBD6o2Fp9FDEXFK/xXSAgnWhi6NVnx+8Ukp9S85RK33pgY34QsklifIsWJ+ IveBKTsaxOgXdsRW46tVooELFOWuUPqBCt/QefLWy0KMlKdPHRbPauOSaVh0pYIeQa iycNLayFyx4bnbTkxJ2DlbLspwtbpB07wgp2ZA+I= Message-ID: Date: Fri, 12 Jan 2024 10:26:17 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 2/2] doc: multiple representors in one device Content-Language: en-US To: Harman Kalra , Thomas Monjalon , Ferruh Yigit Cc: dev@dpdk.org References: <20240111064432.193119-1-hkalra@marvell.com> <20240111064432.193119-3-hkalra@marvell.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20240111064432.193119-3-hkalra@marvell.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 1/11/24 09:44, Harman Kalra wrote: > Updating the documentation with the pattern format for enabling > multiple representors in one device > > Signed-off-by: Harman Kalra IMHO it should be squashed into previous patch.