[dpdk-dev] [PATCH 2/2] examples/ip_pipeline: modify source port default parameter

2016-10-12 Thread Thomas Monjalon
> > The default value of ``file_name`` parameter of the source port structure is > > changed from ``NULL`` to ``./config/packets.pcap``. > > > > Signed-off-by: Jasvinder Singh > > Acked-by: Cristian Dumitrescu Series applied, thanks

[dpdk-dev] [PATCH 2/2] examples/ip_pipeline: modify source port default parameter

2016-08-09 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Tuesday, August 9, 2016 9:31 AM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH 2/2] examples/ip_pipeline: modify source port default > parameter > > The default value of ``file_name`` parameter of the source port

[dpdk-dev] [PATCH 2/2] examples/ip_pipeline: modify source port default parameter

2016-08-09 Thread Jasvinder Singh
The default value of ``file_name`` parameter of the source port structure is changed from ``NULL`` to ``./config/packets.pcap``. Signed-off-by: Jasvinder Singh --- examples/ip_pipeline/app.h | 4 ++-- examples/ip_pipeline/config_parse.c | 6 +- 2 files changed, 3 insertions(+), 7