[dpdk-dev] [PATCH v2] examples/l3fwd: update usage and documentation

2016-07-11 Thread Thomas Monjalon
> > Update l3fwd example usage and documentation with missing options. > > > > Signed-off-by: Beilei Xing > > Acked-by: John McNamara Applied, thanks

[dpdk-dev] [PATCH v2] examples/l3fwd: update usage and documentation

2016-06-27 Thread Beilei Xing
Update l3fwd example usage and documentation with missing options. Signed-off-by: Beilei Xing --- v2 changes: Update l3fwd main.c usage Update format in documentation. doc/guides/sample_app_ug/l3_forward.rst | 42 ++--- examples/l3fwd/main.c | 40

[dpdk-dev] [PATCH v2] examples/l3fwd: update usage and documentation

2016-06-27 Thread Mcnamara, John
> -Original Message- > From: Xing, Beilei > Sent: Monday, June 27, 2016 3:27 PM > To: Mcnamara, John > Cc: dev at dpdk.org; Xing, Beilei > Subject: [PATCH v2] examples/l3fwd: update usage and documentation > > Update l3fwd example usage and documentation with missing options. > > Sign