DPDK patches and discussions
 help / color / mirror / Atom feed
From: Zhongliang Shu <zshu11@yahoo.com>
To: dev@dpdk.org
Subject: [dpdk-dev] use Netlink to add/remove MAC addr at mlx5 PMD for DPDK 17.11.2 release
Date: Sat, 1 Sep 2018 00:02:19 +0000 (UTC)	[thread overview]
Message-ID: <343388271.1744057.1535760139394@mail.yahoo.com> (raw)
In-Reply-To: <343388271.1744057.1535760139394.ref@mail.yahoo.com>

Hi, Guys:
Is there have DPDK stable patch for the issue to use Netlink to add/remove mlx5 PMD MAC addrfor DPDK release 17.11.2 release?Online search shows that there have several patches going on with some at superseded status.but I am not sure which patch is finalized and which patch can applied DPDK 17.11.2 release!
Thanks.
From ajit.khaparde@broadcom.com  Sat Sep  1 06:33:03 2018
Return-Path: <ajit.khaparde@broadcom.com>
Received: from rnd-relay.smtp.broadcom.com (rnd-relay.smtp.broadcom.com
 [192.19.229.170]) by dpdk.org (Postfix) with ESMTP id C4900532C
 for <dev@dpdk.org>; Sat,  1 Sep 2018 06:33:03 +0200 (CEST)
Received: from nis-sj1-27.broadcom.com (nis-sj1-27.lvn.broadcom.net
 [10.75.144.136])
 by rnd-relay.smtp.broadcom.com (Postfix) with ESMTP id BAFA130C03B;
 Fri, 31 Aug 2018 21:32:57 -0700 (PDT)
DKIM-Filter: OpenDKIM Filter v2.10.3 rnd-relay.smtp.broadcom.com BAFA130C03B
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=broadcom.com;
 s=dkimrelay; t=1535776377;
 bh=ZmS6VWJ4BYoFbbXCSW709BNuwURA8aWqJpA4IUOhasY=;
 h=From:To:Cc:Subject:Date:From;
 b=QE9riEKrR8D6uV3fDA1F1rv2djcs6gFMxohDPFgPLNZq9Mq9ActW7ZAvdhAMfH9lE
 TZlS7fiSANOFdS4uys8vQ0h71YwwusJdLCH7f7TLvtFXIeVVEa0PFdny3Kps3i1/cX
 IJ599U3M+s3/loLcGmacV42eIlBUwTvvnH/XqWp4=
Received: from C02VPB22HTD6.vpn.broadcom.net (unknown [10.10.117.252])
 by nis-sj1-27.broadcom.com (Postfix) with ESMTP id 1CB5BAC0732;
 Fri, 31 Aug 2018 21:32:57 -0700 (PDT)
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com
Date: Fri, 31 Aug 2018 21:32:47 -0700
Message-Id: <20180901043254.51000-1-ajit.khaparde@broadcom.com>
X-Mailer: git-send-email 2.15.2 (Apple Git-101.1)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Subject: [dpdk-dev] [PATCH 0/7] bnxt patchset
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sat, 01 Sep 2018 04:33:04 -0000

Patchset against dpdk-next-net.
Please apply.

Ajit Khaparde (5):
  net/bnxt: fix MTU setting
  net/bnxt: update HWRM version
  net/bnxt: add support for extended port counters
  net/bnxt: add support to enable new mailbox channel
  net/bnxt: add support for trusted VF

Somnath Kotur (2):
  net/bnxt: get rid of ff pools array and use the vnic info array
  net/bnxt: fix uninitialized ptr access in transmit handler

 drivers/net/bnxt/bnxt.h                |    27 +-
 drivers/net/bnxt/bnxt_cpr.c            |     1 +
 drivers/net/bnxt/bnxt_ethdev.c         |   311 +-
 drivers/net/bnxt/bnxt_filter.c         |    28 +-
 drivers/net/bnxt/bnxt_flow.c           |    12 +-
 drivers/net/bnxt/bnxt_hwrm.c           |   381 +-
 drivers/net/bnxt/bnxt_hwrm.h           |     5 +
 drivers/net/bnxt/bnxt_rxq.c            |    20 +-
 drivers/net/bnxt/bnxt_stats.c          |   221 +-
 drivers/net/bnxt/bnxt_txr.c            |     5 +-
 drivers/net/bnxt/bnxt_vnic.c           |    42 +-
 drivers/net/bnxt/hsi_struct_def_dpdk.h | 20527 +++++++++++++++----------------
 12 files changed, 10442 insertions(+), 11138 deletions(-)

-- 
2.15.2 (Apple Git-101.1)

       reply	other threads:[~2018-09-01  0:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <343388271.1744057.1535760139394.ref@mail.yahoo.com>
2018-09-01  0:02 ` Zhongliang Shu [this message]
2018-09-02  5:46   ` Shahaf Shuler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=343388271.1744057.1535760139394@mail.yahoo.com \
    --to=zshu11@yahoo.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).