From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ip_pipeline: enable promiscuous mode configuration Date: Mon, 07 Dec 2015 01:32:15 +0100 Message-ID: <2483812.hgM6By3W0a@xps13> References: <1441630662-15658-1-git-send-email-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D89126478B8386@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: "Singh, Jasvinder" Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id C701093B2 for ; Mon, 7 Dec 2015 01:33:26 +0100 (CET) Received: by wmec201 with SMTP id c201so143491045wme.0 for ; Sun, 06 Dec 2015 16:33:26 -0800 (PST) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126478B8386@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch allows parser to read promisc entry from > > the LINK section defined in configuration file. It > > is an optional parameter: if present, value should > > be read (yes/no, on/off), else the value is the > > default value (i.e. 1 =3D promiscuous mode on) > >=20 > > Example of config file: > > [LINK0] > > promisc =3D no; optional parameter, default value is =E2=80=9Cyes=E2= =80=9D > >=20 > > Signed-off-by: Jasvinder Singh >=20 > Acked-by: Cristian Dumitrescu Applied, thanks