Message ID | 20200508130211.14334-1-hemant.agrawal@nxp.com |
---|---|
Headers | show
Delivered-To: patch@linaro.org Received: by 2002:a92:8d81:0:0:0:0:0 with SMTP id w1csp4157593ill; Fri, 8 May 2020 06:04:24 -0700 (PDT) X-Google-Smtp-Source: APiQypL7d4G8NdA+iHjQqtwecPnFDBVQGpT8D0xQolLS5fv/d9Ptlf4ePEd/yHyKCOrXKkdzc/qE X-Received: by 2002:aa7:c492:: with SMTP id m18mr2069355edq.346.1588943064737; Fri, 08 May 2020 06:04:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588943064; cv=none; d=google.com; s=arc-20160816; b=KDUalapChzC3PCIaepMH5rQHML8Enqqw+317F639QYUfLljEe+pqMv77yPltP/r8+1 tu/Iveer9oh8lNl8umreNK5AjBvVe5z4RGRCWmV2Yu3oHYrELrt/xSsjTvElvhts5niA RCVuFyg1nrZNyI68ujEvNAAVsi5Dj47gkUzvzA1R6pZTkFLkHv0tlyq73ST4zZNmCJmK QafuloC/7Trz6DGiKpKVrkfD1z5izNXRddE1Ohc/DmoL5LegNkv3sWwzIMHEXZu76V4x wgD8WX8qhiibKa1wk6cgEYE10Xwc9Hb1BZpfxmrZz1ZXBKfi+sa56zcWZhQ7Al7lIqF+ RAaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:references:in-reply-to :message-id:date:to:from; bh=BPfA7AH4xxOtHZOH+6NJK8JbHENMyNQDYLfU+O6LsDg=; b=AsGXhTc7jKeJV9jfX7xGK9FZbtCVciH3BfTvKSQttVyPMgAS4bQq0t8lxxW+4AadhL cW15jHtpTNGs+6jpfWyD1hg6NI43lNwpExyP6p2j/RFP9cZfgebwZdtXEBCX2FD4IqWv mtaq7hRYdCulunFtGvkWzZDmGRoSmqhKAdHWOpWHv0qYO5mzj+WcS7b94tjs/th5Uec4 Iygd4i8g3G4x3tPOGn0eA/0iXDDrOpPXSrZgm4NwO294HuxJo8NTNCKidx2yyG13gBfY /soET/zmcj5RXYVAI4g9ZesFctzQL73K2wz4pYUV3xSdeQ1zp14WT07/hAqBwPzZweme hOQQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: <dev-bounces@dpdk.org> Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id b12si938946ejb.220.2020.05.08.06.04.24; Fri, 08 May 2020 06:04:24 -0700 (PDT) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 433A81DABB; Fri, 8 May 2020 15:04:24 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 5B4F51DABB for <dev@dpdk.org>; Fri, 8 May 2020 15:04:23 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 31A1E1A1524; Fri, 8 May 2020 15:04:23 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id DC7B41A1515; Fri, 8 May 2020 15:04:21 +0200 (CEST) Received: from bf-netperf1.ap.freescale.net (bf-netperf1.ap.freescale.net [10.232.133.63]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id CDCC2402DB; Fri, 8 May 2020 21:04:19 +0800 (SGT) From: Hemant Agrawal <hemant.agrawal@nxp.com> To: dev@dpdk.org, ferruh.yigit@intel.com Date: Fri, 8 May 2020 18:32:01 +0530 Message-Id: <20200508130211.14334-1-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200507104645.31990-1-hemant.agrawal@nxp.com> References: <20200507104645.31990-1-hemant.agrawal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v6 00/10] NXP DPAAx fixes and enhancement 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> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Series |
NXP DPAAx fixes and enhancement
|
expand
|
Series-Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
On 5/8/2020 2:08 PM, Hemant Agrawal (OSS) wrote: > Series-Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> > Series applied to dpdk-next-net/master, thanks.