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 37F9E43A4C for ; Fri, 2 Feb 2024 08:57:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 31C204026E; Fri, 2 Feb 2024 08:57:37 +0100 (CET) Received: from mail-yw1-f175.google.com (mail-yw1-f175.google.com [209.85.128.175]) by mails.dpdk.org (Postfix) with ESMTP id 84C144021D; Fri, 2 Feb 2024 08:57:35 +0100 (CET) Received: by mail-yw1-f175.google.com with SMTP id 00721157ae682-60417488f07so19838227b3.1; Thu, 01 Feb 2024 23:57:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1706860655; x=1707465455; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=wtCK4DDRHWQsKGPIvAG6Wgm+eRVjHX64t298ZrQCe7k=; b=iyBqCtP/d/xasJfCWmSoFVVkwuk9eu0DQknTG6TK68S82geG7e3MBTkXtVM0NO8yqA rRgAT88JBn8ZfGI8qrgQyNFwQzv1OgF+7nmmiF1nwj3kLHK4zTHLP9PHgP74C1tkEGgv h9r5RqJWAHKVX9mLB+hBNt0QJLtpXSo0qimsqkxAlgTZfbTGeKvlj9Py+Yc1gFZANOZi dkPTBnaEY1sLJqTFEHtXsxQcoGt7J71b+uKvYR0CvidqtEj657Bo01PRdIG8chFeLIoc qw3fNY4it2FumA5U8E3axzYdZNPkEaxc4AbTlfDJvxsS3ZJxZHRz678kWUXFx4Vw8R2h I1Dg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706860655; x=1707465455; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=wtCK4DDRHWQsKGPIvAG6Wgm+eRVjHX64t298ZrQCe7k=; b=dWdgHsgxzSrmJBPz5w+048UHQqeofYXtMgiQ8BBXcmV4sTiIk28/G0uHyIHBCdPLxS tSJDYer6Du2/fa9bq8OT+4fa0fXRDPqgTrfGeGDnEemaqPxib8ChnBQ9trFWRKtsjsSQ bzYbH+OK5JExaHcL1MWC37sGNh3Zq/sorphe9bqN/x/musExH7910PFBBIevYskgw0AR YpQx4vN6T/nXVMBvuNHcsdpjsFEC8Pf60H5UJqZh11nplL7RH95QUhVwFVOCD2oYyYG5 urDsfgZVwjaGzo1BgWv/kBslRJscHCadLCN2nLo/tRC94E/3yZ9h0AJ004GcYR8YWMzS Nstg== X-Gm-Message-State: AOJu0Yy6O3P9IBA6xi7eyoOWtiMXJmDRiV7mOYUwneHCGSFTTGWC/5A5 Um5rK7vmZ7uwixYmfnjHlazN14ZMDtACbT1UcFOg0+AvJ7B/66cT7gjUQA4XP3B6RFr260TbqbP 0oK4dTFlKU0fpPGyXJr+D0A7e43jvqNezpoM= X-Google-Smtp-Source: AGHT+IHOi0UIapICGPkAVBRtkESfI7rTyiYM8sWK89vC4UUp9qLyLU4Wd8szVf8vcesDchKbkZgxrlTkc35ezAV9cts= X-Received: by 2002:a25:acdb:0:b0:dc6:c3e0:82d1 with SMTP id x27-20020a25acdb000000b00dc6c3e082d1mr4108116ybd.60.1706860654812; Thu, 01 Feb 2024 23:57:34 -0800 (PST) MIME-Version: 1.0 References: <20240201193315.1556-1-pbhagavatula@marvell.com> <20240201193750.3519-1-pbhagavatula@marvell.com> In-Reply-To: <20240201193750.3519-1-pbhagavatula@marvell.com> From: Jerin Jacob Date: Fri, 2 Feb 2024 13:27:08 +0530 Message-ID: Subject: Re: [PATCH v3] doc: fix test eventdev example commands To: pbhagavatula@marvell.com Cc: jerinj@marvell.com, dev@dpdk.org, stable@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On Fri, Feb 2, 2024 at 10:04=E2=80=AFAM wrote: > > From: Pavan Nikhilesh > > Fix incorrect core masks in testeventdev example > commands. > > Fixes: f6dda59153f1 ("doc: add order queue test in eventdev test guide") > Fixes: dd37027f2ba6 ("doc: add order all types queue test in eventdev tes= t guide") > Fixes: 43bc2fef79cd ("doc: add perf queue test in eventdev test guide") > Fixes: b3d4e665ed3d ("doc: add perf all types queue test in eventdev test= guide") > Fixes: b01974da9f25 ("app/eventdev: add ethernet device producer option") > Fixes: ba9de463abeb ("doc: add pipeline queue test in testeventdev guide"= ) > Fixes: d1b46daf7484 ("doc: add pipeline atq test in testeventdev guide") > Fixes: d008f20bce23 ("app/eventdev: add event timer adapter as a producer= ") > Fixes: 2eaa37b86635 ("app/eventdev: add vector mode in pipeline test") > Cc: stable@dpdk.org > > Signed-off-by: Pavan Nikhilesh Applied to dpdk-next-eventdev/for-main. Thanks