From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f180.google.com (mail-qt0-f180.google.com [209.85.216.180]) by dpdk.org (Postfix) with ESMTP id 43E8458F6 for ; Tue, 6 Jun 2017 16:09:46 +0200 (CEST) Received: by mail-qt0-f180.google.com with SMTP id u19so72902495qta.3 for ; Tue, 06 Jun 2017 07:09:46 -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=P1ViK/Mo1BCDJYYNF0OgQA8AAm4L4bwnZJT3G0XOhIY=; b=X3UVD7nmwTCn2YFp6/TUUzs3zt5J60ypmEXI7iZDR14xLKaTOawBtbDk5Djcd4GZgE VTP7dyZwabNocqy2xcvVNXEpeRMI7DOT8P1FI/dY2wD3zqYAqE2IXgs7tJcUlxGNLyvL 20NQ3NLA9Ktip143RDjW9buWaZ5K9XPALjaRg= 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=P1ViK/Mo1BCDJYYNF0OgQA8AAm4L4bwnZJT3G0XOhIY=; b=qfavxLyn0UImjkmg3PjaH/EPHBTK7e2YhBjCNB4PQH5QQAm/rmU3EpNEW0NfHpbJ2Z 0Lr2xg9OCRY2mnATcINWcdRMXWDY7g+h2eUohieL2+aHWSuqedtYmK0XAi0a4YUjxG6S eQBs7cLS8sNOxP1DXsbFnnZ/r/cHaDSO/uQkTOpvW8dIUHRfJZSUb0YRS0//FqGXq8ys 845kaGzrEUWNi8+lW/7Qxp477PSOdVEFudk4l8+DLTpIZkGd4p76aw0zXVan9M57qfj2 fTi5xfLBwC+sYXLFgfRY9cRO+Erd47YKXRnqKW356nEA0Xn4SLD+CDBzbAwpX1JfLukf h94A== X-Gm-Message-State: AODbwcD7ovBIuzb/xn07QxlbBDKWf0kfGuX2TG+x19C8FAZ4oTLB4hY3 tNUGAo7PmJtg+0MZkzfyV0yY7u2pF+2z X-Received: by 10.237.53.205 with SMTP id d13mr29867622qte.46.1496758185560; Tue, 06 Jun 2017 07:09:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.9.51 with HTTP; Tue, 6 Jun 2017 07:09:02 -0700 (PDT) In-Reply-To: References: <20170601030232.38677-1-ajit.khaparde@broadcom.com> <20170601170723.48709-1-ajit.khaparde@broadcom.com> <20170601170723.48709-20-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Tue, 6 Jun 2017 09:09:02 -0500 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 v4 19/26] net/bnxt: add support for tx loopback, set vf mac and queues drop 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: Tue, 06 Jun 2017 14:09:46 -0000 On Tue, Jun 6, 2017 at 7:53 AM, Ferruh Yigit wrote= : > On 6/1/2017 6:07 PM, Ajit Khaparde wrote: > > Add functions rte_pmd_bnxt_set_tx_loopback, > > rte_pmd_bnxt_set_all_queues_drop_en and > > rte_pmd_bnxt_set_vf_mac_addr to configure tx_loopback, > > queue_drop and VF MAC address setting in the hardware. > > It also adds the necessary functions to send the HWRM commands > > to the firmware. > > From the patch title it is clear that this patch add three different > functionality. > > For this patchset, since it already went for a few releases I wouldn't > mind, but for future, please send separate patches for each individual > feature. =E2=80=8BSure, Ferruh. Thanks Ajit=E2=80=8B