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 2C3E8A04DB; Thu, 10 Dec 2020 13:31:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6EA6CBC8A; Thu, 10 Dec 2020 13:31:19 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 7D090BC88 for ; Thu, 10 Dec 2020 13:31:16 +0100 (CET) IronPort-SDR: Lar2ItuwMLvKsFEAfavmuk7Opu2fYlWIvB799BcWx0Rnw7frELWKqVctJiaJphWvbTmNF/UE3P LE257Ri13Fiw== X-IronPort-AV: E=McAfee;i="6000,8403,9830"; a="258960753" X-IronPort-AV: E=Sophos;i="5.78,408,1599548400"; d="scan'208";a="258960753" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Dec 2020 04:31:14 -0800 IronPort-SDR: JFdTHZk+Ds66Iy8iP1h4X7tpEeI8wXpwOBA/G+VQe/q/yTHSIxpZX2OdpDJxCH5BMjYRUfaO4p N7XmhtwUCSFw== X-IronPort-AV: E=Sophos;i="5.78,408,1599548400"; d="scan'208";a="364605348" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.200.38]) ([10.213.200.38]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Dec 2020 04:31:13 -0800 To: Andrew Boyer , dev@dpdk.org Cc: Alfredo Cardigliano References: <20201210020743.68927-1-aboyer@pensando.io> <20201210025737.1057-1-aboyer@pensando.io> From: Ferruh Yigit Message-ID: <091cc6ce-5894-e15b-205a-0491fc821833@intel.com> Date: Thu, 10 Dec 2020 12:31:09 +0000 MIME-Version: 1.0 In-Reply-To: <20201210025737.1057-1-aboyer@pensando.io> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v5 0/9] net/ionic: minor updates and documentation 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 12/10/2020 2:57 AM, Andrew Boyer wrote: > These patches make some minor changes to the ionic PMD. > > Signed-off-by: Andrew Boyer > > --- > v5: > * Fix syntax error in .rst file > > v4: > * Address additional reviewer comments > > v3: > * Fixed up false-positives from codespell and gcc 8.3/9.3 > > v2: > * Address Ferruh's comments (thank you!) > * Switch to net/ionic: prefix > * Leave UNMAINTAINED flag for now > * Split patch 8 into patch 8 & 9; drop whitespace changes > > Andrew Boyer (9): > net/ionic: connect ionic to the build system > net/ionic: update interface file to the latest version > net/ionic: update documentation and MAINTAINERS > net/ionic: check for cmd completion more frequently > net/ionic: remove some unused fields > net/ionic: convert 'deferred' boolean to a flag bit > net/ionic: warn if loopback mode is requested > net/ionic: minor refactorings and helper variables > net/ionic: minor logging fixups > For series, Reviewed-by: Ferruh Yigit Series applied to dpdk-next-net/main, thanks.