From: Jasvinder Singh Date: Mon, 7 Sep 2015 12:57:42 +0000 (+0100) Subject: examples/ip_pipeline: enable promiscuous mode configuration X-Git-Tag: spdx-start~7865 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=6cec95a597b53eba8a1fdec9e22280573635dd8b;hp=6cec95a597b53eba8a1fdec9e22280573635dd8b;p=dpdk.git examples/ip_pipeline: enable promiscuous mode configuration 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; optional parameter, default value is “yes” Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitrescu ---