From patchwork Mon Oct 21 10:50:24 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gagandeep Singh X-Patchwork-Id: 61578 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 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(-)