From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id EFBF7A0096
	for <public@inbox.dpdk.org>; Fri, 12 Apr 2019 16:03:29 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id BB13C1B129;
	Fri, 12 Apr 2019 16:03:29 +0200 (CEST)
Received: from mga12.intel.com (mga12.intel.com [192.55.52.136])
 by dpdk.org (Postfix) with ESMTP id DEFCF6833
 for <dev@dpdk.org>; Fri, 12 Apr 2019 16:03:28 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga008.jf.intel.com ([10.7.209.65])
 by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 12 Apr 2019 07:03:28 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.60,341,1549958400"; d="scan'208";a="133735399"
Received: from unknown (HELO npg-dpdk-cvl-yingwang-117d94.sh.intel.com)
 ([10.67.117.94])
 by orsmga008.jf.intel.com with ESMTP; 12 Apr 2019 07:03:26 -0700
From: Wang Ying A <ying.a.wang@intel.com>
To: wenzhuo.lu@intel.com,
	qiming.yang@intel.com
Cc: dev@dpdk.org,
	Wang Ying A <ying.a.wang@intel.com>
Date: Fri, 12 Apr 2019 21:52:17 +0800
Message-Id: <1555077139-244831-1-git-send-email-ying.a.wang@intel.com>
X-Mailer: git-send-email 1.8.3.1
Subject: [dpdk-dev] [PATCH 0/2] ice: code clean and promisc mode fix
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>
Content-Type: text/plain; charset="UTF-8"
Message-ID: <20190412135217.WiCTXZueGAkpoJo_NjE6UNw-yH15FJBYzu4sm-1K-1Y@z>

Patch 1/2 modifies the variable type of "status" from "uint16_t" to "int" 
to follow the standard programming style.
Patch 2/2 adds a return value check to give user a correct prompt.

Wang Ying A (2):
  net/ice: code clean
  net/ice: fix promiscuous mode

 drivers/net/ice/ice_ethdev.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

-- 
1.8.3.1