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 92BE4431A4; Thu, 19 Oct 2023 06:31:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7521040279; Thu, 19 Oct 2023 06:31:38 +0200 (CEST) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) by mails.dpdk.org (Postfix) with ESMTP id CD2B740272 for ; Thu, 19 Oct 2023 06:31:37 +0200 (CEST) Received: by mail-qt1-f175.google.com with SMTP id d75a77b69052e-41cc7379b23so2877441cf.3 for ; Wed, 18 Oct 2023 21:31:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697689897; x=1698294697; 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=QM2/vETjumCEBHj4IFhf/nzKAx8BTvRLBw60yhgD9MY=; b=SS0RNwuE6C1ktVIkN8kUWltlKgwt7i75lD8EX0iWnFZ0oenpVj7++HzdSqsU08/e3F 4p5G9thAH8TgCXnF2hFkUqLnP9JmuatQALAL7pYeOJHjUkCa3vxC5hW7ID3ZL6oqyh1b VNdSaH/PDFoU0Ffsfk0tXnuAPMfN+MAZJ4IhHf4wAz2KX8DoH95KbUHf7tENOO5NMxSg APtcseEgDyvpue4FuUC4p1UFRMQaSU7s4Mk39UI/qixF5diH+u/g2kkh+HsrEOsNQZMn nAxa4QRrILEzxU9VgunxNHkzLcNiLC4V8qwRDft6oYNCTgmmnvNYIrnTQCdIKGRJTsMn sVuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697689897; x=1698294697; 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=QM2/vETjumCEBHj4IFhf/nzKAx8BTvRLBw60yhgD9MY=; b=Jb4EaWAUsx7jx3IUbcTBkCIekewEbG+2UrFLtMKkc+q0oSbmZMf9pQUTLgmVS+vq3A xYKNDDEu2suQRctb3XyLDX+42PGs3qhLsyJyYBgPC3bG+L5wzyh4OlSK9MfKNYk6ojoo K2p8Zh5Ni9U2vtOZgTLJ+C2Pt0iNJ32LJBzMtx/EnpwYlPomgE1/tTqoy3uHur59xc7y 1x8hZJVdMK4Yaw4Ccd6bAxk+aDdJBjraJl4ahF3ZriaPntDK26g0JFO1PytQGScFjP3/ h+pSty4WGNkYmcdJsErLhHjGKvextodwuk0ni9slrSXpM2u3/8mBxt8kTXTP/76PmmP7 QOlA== X-Gm-Message-State: AOJu0Yyt4L80NUP2u5kE1hlxyECm5XTETljw7GkfcSFBRpZneN0MKRIh gzouSuOyyC9kqrzmZ+lYm21LMumD68ejOl/d8icPQv4INWU= X-Google-Smtp-Source: AGHT+IHOdDmIDxFPOqsPLm1YmlSpassB1L4Mh6oHQcPhrL4i18LzdxukzmzD2RHhFWQrwKWtSP3tkmSbZj3JsrtKk8s= X-Received: by 2002:ac8:5b86:0:b0:418:af7:e001 with SMTP id a6-20020ac85b86000000b004180af7e001mr1405248qta.41.1697689896973; Wed, 18 Oct 2023 21:31:36 -0700 (PDT) MIME-Version: 1.0 References: <20231016151055.2436-1-pbhagavatula@marvell.com> In-Reply-To: <20231016151055.2436-1-pbhagavatula@marvell.com> From: Jerin Jacob Date: Thu, 19 Oct 2023 10:01:10 +0530 Message-ID: Subject: Re: [PATCH] event/cnxk: update fc check to use SQEs To: pbhagavatula@marvell.com Cc: jerinj@marvell.com, Shijith Thotton , dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Mon, Oct 16, 2023 at 8:52=E2=80=AFPM wrote: > > From: Pavan Nikhilesh > > Update fc check to count SQEs instead of SQBs while waiting for > space. > > Signed-off-by: Pavan Nikhilesh Applied to dpdk-next-net-eventdev/for-main. Thanks