From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 612FA1B575 for ; Wed, 17 Apr 2019 05:09:54 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Apr 2019 20:09:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,360,1549958400"; d="scan'208";a="162270787" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 16 Apr 2019 20:09:52 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 16 Apr 2019 20:09:52 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 16 Apr 2019 20:09:52 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.139]) with mapi id 14.03.0415.000; Wed, 17 Apr 2019 11:09:50 +0800 From: "Yang, Qiming" To: "Wang, Ying A" , "Lu, Wenzhuo" , "Zhang, Qi Z" CC: "dev@dpdk.org" , "ramirose@gmail.com" Thread-Topic: [PATCH v2 0/2] ice: fix wrong type and promisc mode Thread-Index: AQHU9ME6JZ2luXVMMkq82qFLBlw2qKY/rCSg Date: Wed, 17 Apr 2019 03:09:49 +0000 Message-ID: References: <1555077139-244831-2-git-send-email-ying.a.wang@intel.com> <1555465672-288172-1-git-send-email-ying.a.wang@intel.com> In-Reply-To: <1555465672-288172-1-git-send-email-ying.a.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTQwMTk4MmUtNzFhOS00OWVmLThjMTctYjlkYzRiZmI0OTFhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiS3BEdTZhVDB1dWhJTjNqTGNUNWNaOFwvS28xQU16N2NYN2p1V0V5XC9mWmFPS0lhNjZaclpxTFhuTlNPbHY5QThCIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/2] ice: fix wrong type and promisc mode 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: , X-List-Received-Date: Wed, 17 Apr 2019 03:09:54 -0000 > -----Original Message----- > From: Wang, Ying A > Sent: Wednesday, April 17, 2019 9:48 AM > To: Lu, Wenzhuo ; Yang, Qiming > ; Zhang, Qi Z > Cc: dev@dpdk.org; ramirose@gmail.com; Wang, Ying A > > Subject: [PATCH v2 0/2] ice: fix wrong type and promisc mode >=20 > Patch 1/2 modifies the variable type of "status" from "uint16_t" to "enum > ice_status ". > Patch 2/2 adds a return value check to give user a correct prompt. >=20 > V2: > * For patch 1/2, change "int" to "enum ice_status"; fix some typo of the > commit message > and rename the patch title. For patch 2/2, make the commit log concise = and > clear. >=20 > Wang Ying A (2): > net/ice: fix wrong type > net/ice: fix promiscuous mode >=20 > drivers/net/ice/ice_ethdev.c | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) >=20 > -- > 1.8.3.1 Acked-by: Qiming Yang From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3834DA00E6 for ; Wed, 17 Apr 2019 05:09:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AAF711B577; Wed, 17 Apr 2019 05:09:55 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 612FA1B575 for ; Wed, 17 Apr 2019 05:09:54 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Apr 2019 20:09:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,360,1549958400"; d="scan'208";a="162270787" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 16 Apr 2019 20:09:52 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 16 Apr 2019 20:09:52 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 16 Apr 2019 20:09:52 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.164]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.139]) with mapi id 14.03.0415.000; Wed, 17 Apr 2019 11:09:50 +0800 From: "Yang, Qiming" To: "Wang, Ying A" , "Lu, Wenzhuo" , "Zhang, Qi Z" CC: "dev@dpdk.org" , "ramirose@gmail.com" Thread-Topic: [PATCH v2 0/2] ice: fix wrong type and promisc mode Thread-Index: AQHU9ME6JZ2luXVMMkq82qFLBlw2qKY/rCSg Date: Wed, 17 Apr 2019 03:09:49 +0000 Message-ID: References: <1555077139-244831-2-git-send-email-ying.a.wang@intel.com> <1555465672-288172-1-git-send-email-ying.a.wang@intel.com> In-Reply-To: <1555465672-288172-1-git-send-email-ying.a.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTQwMTk4MmUtNzFhOS00OWVmLThjMTctYjlkYzRiZmI0OTFhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiS3BEdTZhVDB1dWhJTjNqTGNUNWNaOFwvS28xQU16N2NYN2p1V0V5XC9mWmFPS0lhNjZaclpxTFhuTlNPbHY5QThCIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/2] ice: fix wrong type and promisc mode 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" Message-ID: <20190417030949.dHdk5VWYzPzF0Pxu7lCiW9d52BTa5TzPTB4u0LKVvG4@z> > -----Original Message----- > From: Wang, Ying A > Sent: Wednesday, April 17, 2019 9:48 AM > To: Lu, Wenzhuo ; Yang, Qiming > ; Zhang, Qi Z > Cc: dev@dpdk.org; ramirose@gmail.com; Wang, Ying A > > Subject: [PATCH v2 0/2] ice: fix wrong type and promisc mode >=20 > Patch 1/2 modifies the variable type of "status" from "uint16_t" to "enum > ice_status ". > Patch 2/2 adds a return value check to give user a correct prompt. >=20 > V2: > * For patch 1/2, change "int" to "enum ice_status"; fix some typo of the > commit message > and rename the patch title. For patch 2/2, make the commit log concise = and > clear. >=20 > Wang Ying A (2): > net/ice: fix wrong type > net/ice: fix promiscuous mode >=20 > drivers/net/ice/ice_ethdev.c | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) >=20 > -- > 1.8.3.1 Acked-by: Qiming Yang