[dpdk-dev] [PATCH] ip_pipeline: enable promiscuous mode configuration

2015-12-07 Thread Thomas Monjalon
> > 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 = promiscuous mode on) > > > > Example of config file:

[dpdk-dev] [PATCH] ip_pipeline: enable promiscuous mode configuration

2015-09-07 Thread Jasvinder Singh
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 = promiscuous mode on) Example of config file: [LINK0] promisc = no; optio

[dpdk-dev] [PATCH] ip_pipeline: enable promiscuous mode configuration

2015-09-07 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Monday, September 7, 2015 3:58 PM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] ip_pipeline: enable promiscuous mode configuration > > This patch allows parser to read promisc entry from > the LINK section define