[dpdk-dev] [PATCH] examples: add ip version check for l3fwd app

2015-06-03 Thread Thomas Monjalon
2015-06-03 08:24, Chilikin, Andrey: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2015-05-15 17:08, Andrey Chilikin: > > > Added optional ip version check to l3fwd app to allow to detect the ip > > > version if mbuf ol_flags are not set in case of running in a VM with > > >

[dpdk-dev] [PATCH] examples: add ip version check for l3fwd app

2015-06-03 Thread Thomas Monjalon
2015-05-15 17:08, Andrey Chilikin: > Added optional ip version check to l3fwd app to allow to detect > the ip version if mbuf ol_flags are not set in case of running > in a VM with emulated network controllers > > Signed-off-by: Andrey Chilikin [...] > +#define DO_IP_VERSION_CHECK 0

[dpdk-dev] [PATCH] examples: add ip version check for l3fwd app

2015-06-03 Thread Chilikin, Andrey
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, June 3, 2015 9:17 AM > To: Chilikin, Andrey > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] examples: add ip version check for l3fwd app > > 2015-05-1

[dpdk-dev] [PATCH] examples: add ip version check for l3fwd app

2015-05-15 Thread Andrey Chilikin
Added optional ip version check to l3fwd app to allow to detect the ip version if mbuf ol_flags are not set in case of running in a VM with emulated network controllers Signed-off-by: Andrey Chilikin --- examples/l3fwd/main.c | 22 ++ 1 files changed, 22 insertions(+), 0