From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0A505A0548; Mon, 26 Apr 2021 12:18:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E940C4118B; Mon, 26 Apr 2021 12:18:36 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 92AAA40140 for ; Mon, 26 Apr 2021 12:18:35 +0200 (CEST) IronPort-SDR: l3aORBBtrK0t3yrSOILkagrFOVn97dykN9140rWjRe5I3ZglOl2tjgSK08KdxX39+IoWXmC9NJ MBcrpKYlicIA== X-IronPort-AV: E=McAfee;i="6200,9189,9965"; a="183445488" X-IronPort-AV: E=Sophos;i="5.82,252,1613462400"; d="scan'208";a="183445488" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2021 03:18:34 -0700 IronPort-SDR: ircBcYkD/i3MHQ++osyfsLQyweyZZGt57sACNiHyINcJO8cwnIvX0MPJ4PrEbpM9oHKQc2hNt9 YPtooTaC6/4w== X-IronPort-AV: E=Sophos;i="5.82,252,1613462400"; d="scan'208";a="429343375" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.240.23]) ([10.213.240.23]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2021 03:18:33 -0700 From: Ferruh Yigit To: "Min Hu (Connor)" , dev@dpdk.org References: <1618971258-58915-1-git-send-email-humin29@huawei.com> <287cdaba-f3b8-141d-7b55-22ac09fa1f13@intel.com> X-User: ferruhy Message-ID: <91a49dea-56f4-6788-de63-c2b021c9e8cc@intel.com> Date: Mon, 26 Apr 2021 11:18:29 +0100 MIME-Version: 1.0 In-Reply-To: <287cdaba-f3b8-141d-7b55-22ac09fa1f13@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/kni: check rte kni init result X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 4/23/2021 11:17 AM, Ferruh Yigit wrote: > On 4/21/2021 3:14 AM, Min Hu (Connor) wrote: >> From: Chengwen Feng >> >> This patch adds checking for rte_kni_init() result. >> >> Fixes: 75e2bc54c018 ("net/kni: add KNI PMD") >> Cc: stable@dpdk.org >> >> Signed-off-by: Chengwen Feng >> Signed-off-by: Min Hu (Connor) > > Acked-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.