DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] use Netlink to add/remove MAC addr at mlx5 PMD for DPDK 17.11.2 release
       [not found] <343388271.1744057.1535760139394.ref@mail.yahoo.com>
@ 2018-09-01  0:02 ` Zhongliang Shu
  2018-09-02  5:46   ` Shahaf Shuler
  0 siblings, 1 reply; 2+ messages in thread
From: Zhongliang Shu @ 2018-09-01  0:02 UTC (permalink / raw)
  To: dev

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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] use Netlink to add/remove MAC addr at mlx5 PMD for DPDK 17.11.2 release
  2018-09-01  0:02 ` [dpdk-dev] use Netlink to add/remove MAC addr at mlx5 PMD for DPDK 17.11.2 release Zhongliang Shu
@ 2018-09-02  5:46   ` Shahaf Shuler
  0 siblings, 0 replies; 2+ messages in thread
From: Shahaf Shuler @ 2018-09-02  5:46 UTC (permalink / raw)
  To: Zhongliang Shu, dev

Hi Shu,

Saturday, September 1, 2018 3:02 AM, Zhongliang Shu:
> Subject: [dpdk-dev] use Netlink to add/remove MAC addr at mlx5 PMD for
> DPDK 17.11.2 release
> 
> 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.

The use of netlink to add/remove MAC was introduced as a new feature only on DPDK18.05 release, hence cannot be included on 17.11 stable release.

Can you elaborate on the use case you have to use this feature? 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-02  5:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <343388271.1744057.1535760139394.ref@mail.yahoo.com>
2018-09-01  0:02 ` [dpdk-dev] use Netlink to add/remove MAC addr at mlx5 PMD for DPDK 17.11.2 release Zhongliang Shu
2018-09-02  5:46   ` Shahaf Shuler

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).