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 B4A6FA034F; Mon, 7 Jun 2021 20:25:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 146ED4068B; Mon, 7 Jun 2021 20:25:15 +0200 (CEST) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mails.dpdk.org (Postfix) with ESMTP id A99254067E for ; Mon, 7 Jun 2021 20:25:13 +0200 (CEST) Received: by mail-pl1-f174.google.com with SMTP id 11so9182654plk.12 for ; Mon, 07 Jun 2021 11:25:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=RKmsKsNOWRiZdsglqrdrfvmAmKoi5/YpvwXBLvOqSoE=; b=qpGF76CrZGp+S7mBO211QLqNemS/19WfSFqJkMc+zL878/5bu0leoC7iPNUC+avDi4 AewMTz3lS1O2rasOryO33pq3Hgyikvs8asr03GjRHzOwHzVAaKbb2haXaGEOgHSWSHqK cEOtDb7AuVOvT1qdlueEqrsnmrLnb1Jm5Oea/hK0p/WhKLiW0TOvhK79VJux1yVtUyok MJ4pV+abvOteJFA1nJIHyjb2RioaRkbomS3lLDFMdt9MRtfwa6k+NZI7ZDxQaiC09LQL swWxFkV4qFPwzDwERgPvFqE6ZE78mE9Epnh+Q+ndQ762WtmPQQKdaGnoekJaV3hJAOFR sCTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=RKmsKsNOWRiZdsglqrdrfvmAmKoi5/YpvwXBLvOqSoE=; b=FdloZi3geJ/haErGKbiTBy1X1RkIQHwmpFNW9YJAfN1Xz4MdSXGUuUAogdvTDbaowl s9RZUvP0wiXSWZLnZE7+trtVmdbejCtYl7KCLrUvTkOBEqQ5RSxMgF9AU0o2TXnxTa2R Wbz/hW1T1tBXfMltgMTdGxjmxG9yd6vTl/ciMXi3ruH+AJeCEY2ZmMRYuApjXhNp3Bzj KDeNE6Znkv02f+Ol10EtHriIcgtDP9H2+5Wbr3Y7fs2MXMsn5pgmK2gqkUdusGEovq3G 65NHNbPoujtnq3FJEAzSZX55o+TgSCD27B8hV9qK2HKVc6CbIdzKy39ePW2Ml+UM2lyo sYbw== X-Gm-Message-State: AOAM530OPXr0q8EUztSIDi88cxHYdE98sR6keazdo7TJP/VxFipcIFhu GtmnT/nm4WTtZlkreGzuf3tX5Q== X-Google-Smtp-Source: ABdhPJw6Wno7Mis0Qt2L/VjaAV6D5FIngoPPetu2kyPyFA/OeKo6te8S7HThOuvc3VZBcKKK+Eheiw== X-Received: by 2002:a17:90a:a087:: with SMTP id r7mr489071pjp.84.1623090312878; Mon, 07 Jun 2021 11:25:12 -0700 (PDT) Received: from hermes.local (76-14-218-44.or.wavecable.com. [76.14.218.44]) by smtp.gmail.com with ESMTPSA id w79sm2179257pff.21.2021.06.07.11.25.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Jun 2021 11:25:12 -0700 (PDT) Date: Mon, 7 Jun 2021 11:25:09 -0700 From: Stephen Hemminger To: Nithin Dabilpuram Cc: , , , , , , , Message-ID: <20210607112509.3e20c4f5@hermes.local> In-Reply-To: <20210607175943.31690-2-ndabilpuram@marvell.com> References: <20210306153404.10781-1-ndabilpuram@marvell.com> <20210607175943.31690-1-ndabilpuram@marvell.com> <20210607175943.31690-2-ndabilpuram@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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, 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.