From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot0-f176.google.com (mail-ot0-f176.google.com [74.125.82.176]) by dpdk.org (Postfix) with ESMTP id A5AE31B4F3 for ; Thu, 28 Jun 2018 22:15:44 +0200 (CEST) Received: by mail-ot0-f176.google.com with SMTP id v24-v6so7523639otk.13 for ; Thu, 28 Jun 2018 13:15:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=d3IQcxv+FRJHoEQBMjgaf++GhymdFgzHlqZv97XE1zY=; b=YMgzSEB00GfAQ6/8KffC+efh2ipJcnaVPEnaI2l+7pFjDGLTHyD+ZJsb8iD/QUcGc/ Fv8O794JlWA2uFG5pJ1ch7bmzfLNCYnNHqJXjTKNwPU0uiUsyDz2y3VGfnT6s1w0U7py z2dDHtVasmnxfEa8Gaek0P8BoalEl+5Pa9QdU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=d3IQcxv+FRJHoEQBMjgaf++GhymdFgzHlqZv97XE1zY=; b=bZZV3DVhEbMkr8oaCcgqamcDhNv+qhW7QU6IrRjGG+t8wM0XTSN7uUbnp0V7NE8ipm CK6G+NUv6t/cQo9A0QamrctvBSEn2TeF0YmWW1j22VBaFmFvoo9UjkbnN0yVE6kiSY4o 83PN13jC+JXLKTzmkveIwPfDIhbGGmAwa/Wm2erR8/d5BAQRr6GR264BEJ3h5v61ht3M YboNkgsLwhje5V7vS7EtoUu7BkgYovnX1SgxiJA/wJTjgPZVE3nlv0hnH+JzMl5mNYH4 qTZvGImf0v8gTzwuq9hSSl3GRe43+TXHvTY27OEsPMcOA9ejlUMQbvn9tNoCmJw3GKIp 7OBA== X-Gm-Message-State: APt69E2ij1cOFVqvaBrySfh+p5RTHWGwAPN0QbNZrtxS8/VkZW/6/wxO EtnzRFP3x3zZDmYCO73v/c9xovAzDFH6NW4WJs0chQ== X-Google-Smtp-Source: AAOMgpcG5UUKywsHdloG9eaFbC+ig8x1etLOHtUaLEAEuRFaB5OpH4+gDa7HRCLgwuQfNkjNY+GlvD9CKm+cWy9t/tI= X-Received: by 2002:a9d:1189:: with SMTP id v9-v6mr3467811otf.212.1530216944068; Thu, 28 Jun 2018 13:15:44 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ac9:3d05:0:0:0:0:0 with HTTP; Thu, 28 Jun 2018 13:15:03 -0700 (PDT) In-Reply-To: References: <20180619213058.12273-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Thu, 28 Jun 2018 13:15:03 -0700 Message-ID: To: Ferruh Yigit Cc: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 00/31] bnxt patchset X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2018 20:15:44 -0000 On Tue, Jun 26, 2018 at 8:27 AM, Ferruh Yigit wrote: > On 6/19/2018 10:30 PM, Ajit Khaparde wrote: > > Patchset against dpdk-next-net contains bug fixes, > > some code refactoring and style cleanup. > > > > Please apply. > > > > Ajit Khaparde (15): > > net/bnxt: fix clear port stats > > net/bnxt: add Tx batching support > > net/bnxt: Rx processing optimization > > net/bnxt: set min and max descriptor count for Tx and Rx rings > > net/bnxt: fix dev close operation > > net/bnxt: set ring coalesce parameters for Stratus NIC > > net/bnxt: fix HW Tx checksum offload check > > net/bnxt: add support for VF id 0xd800 > > net/bnxt: fix rx/tx queue start/stop operations > > net/bnxt: code cleanup style of bnxt vnic > > net/bnxt: filter/flow refactoring > > net/bnxt: check filter type before clearing it > > net/bnxt: fix set MTU > > net/bnxt: fix incorrect IO address handling in Tx > > net/bnxt: allocate RSS context only if RSS mode is enabled. > > > > Jay Ding (1): > > net/bnxt: check for invalid vnic id > > > > Rob Miller (1): > > net/bnxt: update HWRM API to v1.9.2.9 > > > > Scott Branden (11): > > net/bnxt: code cleanup style of bnxt cpr > > net/bnxt: code cleanup style of bnxt rxr > > net/bnxt: code cleanup style of rte pmd bnxt file > > net/bnxt: code cleanup style of bnxt stats > > net/bnxt: code cleanup style of bnxt vnic > > net/bnxt: code cleanup style of bnxt txq > > net/bnxt: code cleanup style of bnxt rxq > > net/bnxt: code cleanup style of bnxt txr > > net/bnxt: code cleanup style of bnxt ring > > net/bnxt: code cleanup style of bnxt ethdev > > net/bnxt: move function check zero bytes to bnxt util.h > > > > Somnath Kotur (2): > > net/bnxt: Revert reset of L2 filter id in clear_ntuple_filter > > net/bnxt: fix to move a flow to a different queue > > > > Xiaoxin Peng (1): > > net/bnxt: fix Tx with multiple mbuf > > > Hi Ajit, > > =E2=80=8B=E2=80=8B > ./devtools/check-git-log.sh is giving some errors [1], can you please > check them? > =E2=80=8BTook care of this and other comments as well.=E2=80=8B =E2=80=8B Thanks=E2=80=8B