From patchwork Mon Oct 21 08:58:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gagandeep Singh X-Patchwork-Id: 61563 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 168354CE4; Mon, 21 Oct 2019 11:14:26 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id A75154C8E for ; Mon, 21 Oct 2019 11:14:24 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 2A7851A0513; Mon, 21 Oct 2019 11:14:24 +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 52CED1A0108; Mon, 21 Oct 2019 11:14:22 +0200 (CEST) Received: from GDB1.ap.freescale.net (GDB1.ap.freescale.net [10.232.132.179]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 20D0E402B6; Mon, 21 Oct 2019 17:14:19 +0800 (SGT) From: Gagandeep Singh To: dev@dpdk.org, ferruh.yigit@intel.com Cc: Gagandeep Singh Date: Mon, 21 Oct 2019 14:28:29 +0530 Message-Id: <20191021085831.12397-1-g.singh@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191021062951.23562-1-g.singh@nxp.com> References: <20191021062951.23562-1-g.singh@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v2 0/2] enetc PMD specific changes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" v2 change-log: * dpaax integration added * compilation fixed Gagandeep Singh (2): net/enetc: set random MAC in case no MAC for SI net/enetc: enable dpaax library drivers/net/enetc/Makefile | 4 ++- drivers/net/enetc/enetc_ethdev.c | 43 +++++++++++++++++++++++++++++++- 2 files changed, 45 insertions(+), 2 deletions(-)