Re: [dpdk-dev] [PATCH v1 01/15] examples/l2fwd: add new header to move common code

2018-07-10 Thread De Lara Guarch, Pablo
PATCH v1 01/15] examples/l2fwd: add new header to > move common code > > Hi Pablo, > > I'll merge this patch with the next one. Will do the same with checkpatch > fixes > too. Since this is a common benchmarking application, I wanted to highlight > all > the

Re: [dpdk-dev] [PATCH v1 01/15] examples/l2fwd: add new header to move common code

2018-07-09 Thread Anoob Joseph
Hi Pablo, I'll merge this patch with the next one. Will do the same with checkpatch fixes too. Since this is a common benchmarking application, I wanted to highlight all the changes introduced. That's the reason for small patches. Shall I send a v2 after doing this? Are there any other comme

Re: [dpdk-dev] [PATCH v1 01/15] examples/l2fwd: add new header to move common code

2018-07-09 Thread De Lara Guarch, Pablo
Hi Anoob, > -Original Message- > From: Anoob Joseph [mailto:anoob.jos...@caviumnetworks.com] > Sent: Thursday, June 14, 2018 11:18 AM > To: Richardson, Bruce ; De Lara Guarch, Pablo > > Cc: Anoob Joseph ; Jerin Jacob > ; Narayana Prasad > ; dev@dpdk.org > Subject: [PATCH v1 01/15] example

[dpdk-dev] [PATCH v1 01/15] examples/l2fwd: add new header to move common code

2018-06-14 Thread Anoob Joseph
Signed-off-by: Anoob Joseph --- v1: * No change examples/l2fwd/l2fwd_common.h | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 examples/l2fwd/l2fwd_common.h diff --git a/examples/l2fwd/l2fwd_common.h b/examples/l2fwd/l2fwd_common.h new file mode 100644 index 000..15059f4 ---

[dpdk-dev] [PATCH v1 01/15] examples/l2fwd: add new header to move common code

2018-06-14 Thread Anoob Joseph
v1: * No change Signed-off-by: Anoob Joseph --- examples/l2fwd/l2fwd_common.h | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 examples/l2fwd/l2fwd_common.h diff --git a/examples/l2fwd/l2fwd_common.h b/examples/l2fwd/l2fwd_common.h new file mode 100644 index 000..15059f4 ---