From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ajit.khaparde@broadcom.com> Received: from mail-qk0-f178.google.com (mail-qk0-f178.google.com [209.85.220.178]) by dpdk.org (Postfix) with ESMTP id 2A86C2BDF for <web@dpdk.org>; Wed, 1 Mar 2017 20:27:13 +0100 (CET) Received: by mail-qk0-f178.google.com with SMTP id n186so84717504qkb.3 for <web@dpdk.org>; Wed, 01 Mar 2017 11:27:13 -0800 (PST) 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=mN1/WGYlmoiRro++qIH0pOo7cbqX7slFfu9cqkf4Jpo=; b=eEUq8h3y+fX+4zNpoz9X4c1CIP2QyWhB2LhW4vrlCXZBoFsmq8SYg5i+g+4cdy34DJ g3/KUsenJXVbJu7pOzNHvzDOAi3dDNqE+mVGwFJeKCqt3yLndTYgqh4vVxeu7IEixmqx Vn5OLlu4rgqFPGHsh919Z/x3AoYR4fBF6y5cQ= 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=mN1/WGYlmoiRro++qIH0pOo7cbqX7slFfu9cqkf4Jpo=; b=gAwI9KQPC4nocSMSmvHn0nsbdHE05aX1DkdUQ+wzsahvxruZ89gRCCVzRbmiFN272t 4QnjWTezjizYMwOHnZz4jIvrOxvHbnXzPcZK7Irrxx3UlHDhfhiB9MOXxmj/4/qbckd8 i7hYWqhc0PIwwhdljbfyvI8CFJpVSO8bOVhRgNWOAupBIfYrEQZTYnbtJAKC/Ivm10xE N0SF+pDgcSY3GteUl54Bz4Z17P+SykY11A+9RrJK6hBtLHCrzI71H2SNn3xCBvTJmphi KXeh4G3IQTeXxsBBCo3DkBNesmSetgKFcQnULEnNiI1ISYxa2Tk+aSUTpmUBGxojwk7P cImw== X-Gm-Message-State: AMke39nLYh0C0XbcRs4sTURlmx5vBaimV+IXYe+RxAteYgi7K7QSOZNgmGmxaJ9OxRFlsPMVCcmXzjFDro5QPiE+ X-Received: by 10.200.50.165 with SMTP id z34mr11803910qta.205.1488396433230; Wed, 01 Mar 2017 11:27:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.51.179 with HTTP; Wed, 1 Mar 2017 11:26:32 -0800 (PST) In-Reply-To: <20170227174749.8028-1-ajit.khaparde@broadcom.com> References: <20170227174749.8028-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde <ajit.khaparde@broadcom.com> Date: Wed, 1 Mar 2017 13:26:32 -0600 Message-ID: <CACZ4nhutq2pFCTLw0ATLJe=V4zs3r2u-PR8-u8UPutLm_x6C6w@mail.gmail.com> To: web@dpdk.org Cc: Thomas Monjalon <thomas.monjalon@6wind.com>, Ajit Kumar Khaparde <ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-web] [PATCH] Update roadmap for the Broadcom's bnxt PMD X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance <web.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/web>, <mailto:web-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/web/> List-Post: <mailto:web@dpdk.org> List-Help: <mailto:web-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/web>, <mailto:web-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 01 Mar 2017 19:27:14 -0000 Please let me know if the list is worth being a part of the roadmap. Or if it needs any modification. Thanks Ajit On Mon, Feb 27, 2017 at 11:47 AM, Ajit Khaparde <ajit.khaparde@broadcom.com> wrote: > This updates the roadmap for Broadcom's bnxt PMD for 17.05 release. > --- > dev/roadmap.html | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/dev/roadmap.html b/dev/roadmap.html > index 9aa701e..bc52cc2 100644 > --- a/dev/roadmap.html > +++ b/dev/roadmap.html > @@ -51,6 +51,11 @@ > <li>Atomic Rules net/ark Arkville Driver > <li>Xen Netfront Driver > <li>New device types in vhost-user > + <li>Add more dev_ops like set_vf_rate_limit, > set_vf_vlan_filter, > + set_vf_rx_mode, udp_tunnel_port_add/del, VLAN filtering and > + stripping, stateless tunnel offload, xstats_get/reset, > + set_mc_addr_list, mac_addr_set_op and update the HWRM API > to > + version 1.7.1 to Broadcom's bnxt driver. > </ul> > <h3 id="1708">Version 17.08 (2017 August)</h3> > <ul> > -- > 2.10.1 (Apple Git-78) > >