From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 2316A2BDF for ; Fri, 31 Mar 2017 16:17:58 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 31 Mar 2017 07:17:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,252,1486454400"; d="scan'208";a="840421232" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by FMSMGA003.fm.intel.com with ESMTP; 31 Mar 2017 07:17:57 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx110.ger.corp.intel.com ([169.254.15.151]) with mapi id 14.03.0319.002; Fri, 31 Mar 2017 15:17:56 +0100 From: "Dumitrescu, Cristian" To: Andriy Berestovskyy CC: "dev@dpdk.org" Thread-Topic: [PATCH 2/5] examples/ip_pipeline: avoid panic if link up/down is not supported Thread-Index: AQHSqiPrt4SergVcMEmZ3rj2xIr5NKGu/s9w Date: Fri, 31 Mar 2017 14:17:55 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912652784556@IRSMSX108.ger.corp.intel.com> References: <1490967396-2240-1-git-send-email-Andriy.Berestovskyy@caviumnetworks.com> <1490967396-2240-2-git-send-email-Andriy.Berestovskyy@caviumnetworks.com> In-Reply-To: <1490967396-2240-2-git-send-email-Andriy.Berestovskyy@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmM4NWM1OGMtZTA2Mi00NjhmLTlhNTYtMTE3ZmYzMDQ5MDQ2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwvRUJQa1luZXVINlFYWFJrcWliOXhhZ0tZNUQ0bW9ncWJWRnZlVERwblRBPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/5] examples/ip_pipeline: avoid panic if link up/down is not supported 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: Fri, 31 Mar 2017 14:17:59 -0000 > -----Original Message----- > From: Andriy Berestovskyy > [mailto:Andriy.Berestovskyy@caviumnetworks.com] > Sent: Friday, March 31, 2017 2:37 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: [PATCH 2/5] examples/ip_pipeline: avoid panic if link up/down is= not > supported >=20 > Some PMDs (mostly VFs) do not provide link up/down functionality. >=20 > Signed-off-by: Andriy Berestovskyy > > --- Acked-by: Cristian Dumitrescu