From patchwork Fri Apr 26 05:09:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiaolong Ye X-Patchwork-Id: 53092 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 302991B5F0; Fri, 26 Apr 2019 07:15:41 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 334061B5EE for ; Fri, 26 Apr 2019 07:15:39 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2019 22:15:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,396,1549958400"; d="scan'208";a="319108841" Received: from yexl-server.sh.intel.com ([10.67.110.206]) by orsmga005.jf.intel.com with ESMTP; 25 Apr 2019 22:15:36 -0700 From: Xiaolong Ye To: dev@dpdk.org, Ferruh Yigit , Thomas Monjalon Cc: Xiaolong Ye Date: Fri, 26 Apr 2019 13:09:10 +0800 Message-Id: <20190426050912.109813-1-xiaolong.ye@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v1 0/2] support RTE_ETH_DEV_CLOSE_REMOVE flag for AF_XDP 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" Hi, This series is to support the RTE_ETH_DEV_CLOSE_REMOVE in AF_XDP pmd. Xiaolong Ye (2): net/af_xdp: remove resources when port is closed net/af_xdp: set MAC addrs field to NULL drivers/net/af_xdp/rte_eth_af_xdp.c | 47 +++++++++++++++-------------- 1 file changed, 25 insertions(+), 22 deletions(-)