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 C8CFAA00BE; Thu, 17 Feb 2022 14:12:25 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B4ADC41142; Thu, 17 Feb 2022 14:12:25 +0100 (CET) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by mails.dpdk.org (Postfix) with ESMTP id 2FEE340042 for ; Thu, 17 Feb 2022 14:12:25 +0100 (CET) Received: by mail-io1-f45.google.com with SMTP id x13so3559433iop.4 for ; Thu, 17 Feb 2022 05:12:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vF5h9Ro3pqyPAzuMypkufShZy69n9AIBaCbfKzpSVPc=; b=ajwOSFp7AbCITIYjIgAZm0J3vVunxtQ6ceSp/nYdQKn4nThHpla71CCHc5Y/TtmGlV GqzPPLhkTcP77h2aaCxbuEkwfdZCwIysAZe/+DvDw0CwCNJGuvzTBgW9QB/DiPxy9dod Mdx3cn5XQiRiBbszoxmhSVO7+Qh6IGN61MRqL0RB6D4I3ij4FmCKsBZeLIR1mEuavmnT 8FgWapobyv1B0e3K59HPdWLUEo5+MV3oZ0fd7VGcXitAK4ob3U7nzwnNDDyJ9Qz5sXC5 4shOp/klzhj8p5RiyRX4s0QIrm3Gssg1+4N7NfHO3HRyjsktYJSwp8C0cJeLZFNRtGYr aqsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vF5h9Ro3pqyPAzuMypkufShZy69n9AIBaCbfKzpSVPc=; b=hltE1rSlurVHjEY76j8fYpKh44DXK7AsByeQ9i+B490p949XM/o8NzaC7t1bbZZTrK xIWyR5f4k2rRFbCYcyWMQFMvwUN6LWZ2sSMq3Slg3cxx8WSBOZEQYHK3caVXX2x/DFeX xzc7qtB9zZYbjDDpr42cC3Ge2rD2/o/KEPzSUbg+rbjlkuU+xLsPs0KLtttpaQx08kXT mB4pVpnStVbCMx34QSeFij8K8fKy4sEUgPNVBeDrmK8tvkQDkSH1CsJIpF1N8Oz8kjmU FM35gtSdiZGx+SK5+scLJa0Ym23NchDk3inEp2F4sgMdpic37tUnh/6YpX2HsZ6lSFop Skjg== X-Gm-Message-State: AOAM532yaXArZRXWHr/4/yBhTKnaVCAC9NGjxGLbJi4iYp7II3nxY8x7 A2oFaGLArR0mdVbuFzNrkt128xk5TtckXiN5ems= X-Google-Smtp-Source: ABdhPJxy8nvevbWa5tVw7TffG8NjTZi+nBG3PPiRFXkPfILvc0wzLO5vanu80gdecGXg9hhuFoU49mEVWgJVWynLKYc= X-Received: by 2002:a02:69c2:0:b0:311:b65e:388b with SMTP id e185-20020a0269c2000000b00311b65e388bmr1884117jac.123.1645103542388; Thu, 17 Feb 2022 05:12:22 -0800 (PST) MIME-Version: 1.0 References: <20220207072932.22409-1-ndabilpuram@marvell.com> In-Reply-To: <20220207072932.22409-1-ndabilpuram@marvell.com> From: Jerin Jacob Date: Thu, 17 Feb 2022 18:41:56 +0530 Message-ID: Subject: Re: [PATCH 01/20] common/cnxk: increase resource count for bitmap alloc To: Nithin Dabilpuram , Akhil Goyal Cc: Jerin Jacob , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , dpdk-dev Content-Type: text/plain; charset="UTF-8" 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, Feb 7, 2022 at 1:00 PM Nithin Dabilpuram wrote: > > From: Satha Rao > > CN10K supports up to 832 resources at SMQ level, so increase > bitmap count to 1024. > > Signed-off-by: Satha Rao Please rebase to next-net-mrvl and fix the following checkpatch issues. [for-next-net]dell[dpdk-next-net-mrvl] $ git pw series apply 21483 Failed to apply patch: Applying: common/cnxk: increase resource count for bitmap alloc Applying: common/cnxk: realloc inline device XAQ AURA Applying: common/cnxk: adjust shaper rates to lower boundaries Applying: common/cnxk: support inline device API without ROC NIX Applying: common/cnxk: use common SA init API for default options error: sha1 information is lacking or useless (drivers/common/cnxk/version.map). error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0005 common/cnxk: use common SA init API for default options When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". check patch issues: CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #2065: FILE: drivers/net/cnxk/cn10k_rx.h:963: + roc_npa_aura_handle_to_aura( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #2092: FILE: drivers/net/cnxk/cn10k_rx.h:987: + roc_npa_aura_handle_to_aura( total: 0 errors, 0 warnings, 3 checks, 2235 lines checked > --- > > Depends-on: Series-20935 ("common/cnxk: use XAQ create API for inline device") > Depends-on: Series-20934 ("common/cnxk: add workaround for vWQE flush") > drivers/common/cnxk/roc_nix_priv.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/common/cnxk/roc_nix_priv.h b/drivers/common/cnxk/roc_nix_priv.h > index deb2a6b..4d2a7d8 100644 > --- a/drivers/common/cnxk/roc_nix_priv.h > +++ b/drivers/common/cnxk/roc_nix_priv.h > @@ -31,7 +31,7 @@ struct nix_qint { > }; > > /* Traffic Manager */ > -#define NIX_TM_MAX_HW_TXSCHQ 512 > +#define NIX_TM_MAX_HW_TXSCHQ 1024 > #define NIX_TM_HW_ID_INVALID UINT32_MAX > > /* TM flags */ > -- > 2.8.4 >