Message ID | 20200306095742.18080-1-hemant.agrawal@nxp.com |
---|---|
Headers | show
Delivered-To: patch@linaro.org Received: by 2002:a92:1f12:0:0:0:0:0 with SMTP id i18csp7231229ile; Fri, 6 Mar 2020 01:59:43 -0800 (PST) X-Google-Smtp-Source: ADFU+vu/uPrFgbNvQFoH0hfEVwFsGPfr5LQmO2gQJnaUDsJ/EDYL1cW0q7mSnhw8J3OqRh8w0F02 X-Received: by 2002:a17:906:ce3c:: with SMTP id sd28mr2199872ejb.273.1583488783601; Fri, 06 Mar 2020 01:59:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583488783; cv=none; d=google.com; s=arc-20160816; b=lKVHydocdcH0GocLvzdHc2gmBRZL2Wy90FdULWDvfnBitYt9kk3+vHwoVjUXTbC/VJ sdlBGsZ9TAG/tUT3Lw6RyiIYdwpYIfdaR0g0RsD+VHlKj7Fs+/VKMcFLlif6IYPBndKK 3OxBRyuZztx6UXDd2XQTo6HDSqgAnLUHcCWR7hdhrSwdeLtTlpHxz3oYdHQShisKknFl 0Xb03MoGPTHofYo+bWq5jqGiicg5m6LFoEdcWBTDcaax9WrnKw1K0hXUYh5TUlhXsATF tmCskbcHbOAmX2p5CO856Ia/lF+fwrSG22itl2xXGz/79bqLtQQXwX0oy/ItycEWQF8J S27w== 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:cc:to:from; bh=uAkUIBGoCeiVoMCJKKapsYlAvFhcGoHso3Lu7G/Nvmc=; b=XhDMyPnmwbnzZYW1U45pKWF1qu5BJFLoCIP/alkHkUR9Sdpzj4HwJ+/QjqUlfV2LGr sQtdUqIyYamO9kqzkwSAmm5k48r1GS5/h9xTNutWrhPhycypxXwKwGSeiserha61m5Sf m0Viipnt6BHUzvRv9AoMCoB54K9hD06PhTnfDldxE8U/RLqwBxTdH6eIcJfrDz3mZ0eK Zy8MXPnntEB0pV95n5hduRVyOA/jWRDIbd8yTAVNneuh4zabVnMNciFsEETyR27WsyUo 4c1teMY6rovvD0WJYI/eKBk3eGLXmURt2oqrqiVQdMRA2dwe0f50GTq1h0n34K5XmQRy wIQA== 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 de25si1312649edb.63.2020.03.06.01.59.43; Fri, 06 Mar 2020 01:59:43 -0800 (PST) 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 6A9411BFE1; Fri, 6 Mar 2020 10:59:42 +0100 (CET) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id E48DB1BFD6 for <dev@dpdk.org>; Fri, 6 Mar 2020 10:59:41 +0100 (CET) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 5F8971A0A80; Fri, 6 Mar 2020 10:59:41 +0100 (CET) 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 B6FEA1A0AA0; Fri, 6 Mar 2020 10:59:39 +0100 (CET) Received: from bf-netperf1.ap.com (bf-netperf1.ap.freescale.net [10.232.133.63]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 0E47540294; Fri, 6 Mar 2020 17:59:36 +0800 (SGT) From: Hemant Agrawal <hemant.agrawal@nxp.com> To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Fri, 6 Mar 2020 15:27:26 +0530 Message-Id: <20200306095742.18080-1-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200302145829.27808-1-hemant.agrawal@nxp.com> References: <20200302145829.27808-1-hemant.agrawal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v2 00/16] NXP DPAAx fixes and enhancements 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 enhancements
|
expand
|