From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23966CA9EAF for ; Mon, 21 Oct 2019 11:06:22 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id CB4D3206C2 for ; Mon, 21 Oct 2019 11:06:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CB4D3206C2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D7BB1BEA0; Mon, 21 Oct 2019 13:06:21 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 382641BDFD for ; Mon, 21 Oct 2019 13:06:20 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id CA59F1A051C; Mon, 21 Oct 2019 13:06:19 +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 016081A051A; Mon, 21 Oct 2019 13:06:18 +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 C2843402DF; Mon, 21 Oct 2019 19:06:14 +0800 (SGT) From: Gagandeep Singh To: dev@dpdk.org, ferruh.yigit@intel.com Cc: Gagandeep Singh Date: Mon, 21 Oct 2019 16:20:24 +0530 Message-Id: <20191021105027.14792-1-g.singh@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191021091134.12850-1-g.singh@nxp.com> References: <20191021091134.12850-1-g.singh@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v4 0/3] 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 v3 change-log: * added missing BD ring alignment patc v4 change-log: * fixed meson build Gagandeep Singh (3): net/enetc: add macro for BD ring alignment net/enetc: set random MAC in case no MAC for SI net/enetc: enable dpaax library drivers/net/enetc/Makefile | 4 ++- drivers/net/enetc/base/enetc_hw.h | 3 ++ drivers/net/enetc/enetc_ethdev.c | 51 ++++++++++++++++++++++++++++--- drivers/net/enetc/meson.build | 1 + 4 files changed, 53 insertions(+), 6 deletions(-) -- 2.17.1