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 2F169A034F; Tue, 8 Jun 2021 05:47:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE78F40DF4; Tue, 8 Jun 2021 05:47:26 +0200 (CEST) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by mails.dpdk.org (Postfix) with ESMTP id 3CAB94068B for ; Tue, 8 Jun 2021 05:47:25 +0200 (CEST) Received: by mail-io1-f43.google.com with SMTP id k5so10895203iow.12 for ; Mon, 07 Jun 2021 20:47:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=2G1OeYSkBPJCl64XfLNbKnoegp+dcX/X9nj/cyVRC/c=; b=kjPWSxgTmXWfofTPv/C1vci3QfqS5EQ6w3CqNTLSLXe6s9EMQoJTzNSKDTGD6YJ7RB CYYHb1TRf7pboj9vSyoclMF79FIyD3cm9v6hOOKVocSk3oCuoFBGchi/ERlx9KYOsSHF 6M5yPmtwLSF0hO1xIS037j8qm72hAZJA4oPWRsXVk1SEE6eatom6ZuY1+RxuZu1tFYfx j6ciu1ZRUSxjVpH6GqoRLbDgMHWPOWmHmmd+jBDCvD4mi9czx/yGiYpMiZ/lReSir6Me PWxGTDGfl8PkiVOVeFcq9jRFtyr1TUzU6qzmwePW4RUPTVaYvkJTxGkJdAYTo0zFM57L qa8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2G1OeYSkBPJCl64XfLNbKnoegp+dcX/X9nj/cyVRC/c=; b=KPgJjehL0I/cgK/Yspe10+Z4/H7UckF04XYAbevMa1Jb8BOSat7RVVnw7H6JQMkGZ3 mnogyvauMSJU7fEWc43AXjraSF2+e8JOdk0YobDKo5gS83SRjFuN0pf2+N58xdKWiW6u pxfkXy8H2X2kN470PHh7RiC78l6AMs36VHJsmdOrRzOrsnrVO8b182Tw/L4Yw3ALlqgP ueHZIARfv7IqItefregfoSjFstrhVCKE2yglrHUn3ZrXJ1QqtXjZiJ+MA0cxnWiUDmn+ /IE37egUPBoTMaQ6iuHPjQvn3cu+XQxORYI86m/+mJBmiwQNfSU24MDTjrD4d7jt5QJ+ YcRg== X-Gm-Message-State: AOAM532/jUaCqhTyDVg2lkIRkBQC12lX9K6LeOEm3YdhnPEAQIyiqcd6 K6xFlC4IGR92pRdwHlPSWAJEuHVJ6hNdbYGUKKc= X-Google-Smtp-Source: ABdhPJxCwWytKOw+k+nH+OSptYwIuXcw2Bfn77H8YywznGdNvJblshfKocO0Mai0LseueKfFlCaxEiCKQ0UePvAtlz8= X-Received: by 2002:a6b:8f83:: with SMTP id r125mr16829852iod.123.1623124044492; Mon, 07 Jun 2021 20:47:24 -0700 (PDT) MIME-Version: 1.0 References: <20210306153404.10781-1-ndabilpuram@marvell.com> <20210607175943.31690-1-ndabilpuram@marvell.com> <20210607175943.31690-2-ndabilpuram@marvell.com> <20210607112509.3e20c4f5@hermes.local> In-Reply-To: <20210607112509.3e20c4f5@hermes.local> From: Jerin Jacob Date: Tue, 8 Jun 2021 09:17:08 +0530 Message-ID: To: Stephen Hemminger Cc: Nithin Dabilpuram , dpdk-dev , Jerin Jacob , Sunil Kumar Kori , Satha Koteswara Rao Kottidi , Pavan Nikhilesh , Kiran Kumar K , Satheesh Paul , Ashwin Sekhar Thalakalath Kottilveetil Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 01/62] common/cnxk: add support to lock NIX RQ contexts 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 Sender: "dev" On Mon, Jun 7, 2021 at 11:55 PM Stephen Hemminger wrote: > > On Mon, 7 Jun 2021 23:28:42 +0530 > Nithin Dabilpuram wrote: > > > From: Satha Rao > > > > This patch will consider device argument to lock rss table > > in NIX. > > > > This patch also adds few misc fixes such as disabling NIX Tx > > vlan insertion conf in SMQ, enabling SSO in NIX Tx SQ > > for Tx completions and TM related stats API. > > > > Signed-off-by: Satha Rao > > In general, breaking patches into smaller parts is helpful. > But in this case breaking a driver into 62 smaller pieces is getting > ridiculous. It is too tedious to review the small chunks. I think, it is other way around. More logically splited patches are easy to review. >