From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 107D3A04B1; Tue, 29 Sep 2020 20:20:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B16B1DA05; Tue, 29 Sep 2020 20:20:50 +0200 (CEST) Received: from mail-il1-f193.google.com (mail-il1-f193.google.com [209.85.166.193]) by dpdk.org (Postfix) with ESMTP id 7426E1D9CE for ; Tue, 29 Sep 2020 20:20:47 +0200 (CEST) Received: by mail-il1-f193.google.com with SMTP id v13so3704553ilc.7 for ; Tue, 29 Sep 2020 11:20:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cT1cy4kCG6L20uoPACWNSsRbSMVBWDklXAYFhSp07fE=; b=mtfc20imhRWkxAtg8SCjMBObyI+iEnNdse7R1QFstM6wOHrC4k3eaUp/nsPmhfcK1V NiFngoRrQQ0OoKdUNgPXi5eKxiWmvGd6U5DZSnPb/WvKCHBARdv1i4/S/+YjuoHnqH84 5Bn+e+ZBqtNrDhmy7sB6QvqNsX40+IEbyY5CUjcINZFpSBWYd052R8RsgS/DZE6gFIB9 Tqd+8qcdTTLCIsuNfaLdVp1ljI534z0ltEZM+oQ7flaIOC4tdcJXQXFyE5dnxZ9xi9Mz gAftsFB+rzFoFy5mZ/Gh/IBBZQePVRI77NVSykMo89WRy0z3/XSaMv3JOo4FtGlUouRq tekw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cT1cy4kCG6L20uoPACWNSsRbSMVBWDklXAYFhSp07fE=; b=gobEVlNxyhW6HzUY4xdkAtU/iwb8VCt4ZngPedUaff12VrbKESYEz7R+xdCfgfJLPp y+NL2QMXmfEXZIAi6/iuMv2gTpKfwsUwRAhhSrHNKoxX62aE9/Lii720yP35BYy+5uyi RAr7ALzCWZwfCdNLolMfgoUmJy6VI74m8UNZnv81vsRZQK9uWo+iHBa1zqlWHwoxkJRF 36VTa+azzWLnigGs8DLpywNFXcZxuDL2NVs00einD4GvHfDweAyp/FiKe7byOKS6KuMT M39XM234HD8Q0lfV4AUl3zOeOMXKg5lcvISqn9TKyNNKY28d5eRVgkKtjWhPTj7e5rtt su1Q== X-Gm-Message-State: AOAM532KthlYxpXKiSPFULVsmB5GlVzazzZBghFs80h38zeO63+KXjkL TRYlRP3rjv9M9rg7D24DK/g2B28+gLPwHTNrM6A= X-Google-Smtp-Source: ABdhPJy5OSopXJPi3X3QDZL0lJEGGPH8yKGZbtb7/2EtVAbt715Oj9zm5BBMdhlViL2Qx2EQrdU51tgT+L0THvSjUPY= X-Received: by 2002:a92:c00c:: with SMTP id q12mr4256628ild.294.1601403645604; Tue, 29 Sep 2020 11:20:45 -0700 (PDT) MIME-Version: 1.0 References: <20200927223629.11156-1-rmody@marvell.com> In-Reply-To: <20200927223629.11156-1-rmody@marvell.com> From: Jerin Jacob Date: Tue, 29 Sep 2020 23:50:29 +0530 Message-ID: To: Rasesh Mody , Akhil Goyal , Anoob Joseph Cc: Thomas Monjalon , Ferruh Yigit , dpdk-dev , Igor Russkikh , Devendra Singh Rawat Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] net/bnx2x: release port upon close 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" On Mon, Sep 28, 2020 at 4:07 AM Rasesh Mody wrote: > > Set RTE_ETH_DEV_CLOSE_REMOVE upon probe so all the private resources > for the port can be freed by rte_eth_dev_close(). With this change the > private port resources are released in the .dev_close callback. > > Signed-off-by: Rasesh Mody It looks like it has ICC compiler errors in this patch[1]. I don't think, it is introduced by this patch. It is from CPT crypto driver. [1] http://mails.dpdk.org/archives/test-report/2020-September/155058.html