[dpdk-dev] [PATCH] kni: fix compilation issue on kernel 4.0.0

2015-05-11 Thread Thomas Monjalon
> Due to API changes in function pointer ndo_bridge_setlink > (commit ad41faa8) and the rename of functions vlan_tx_* > (commit df8a39de) in kernel 4.0, DPDK would not build. > > This patch adds the properly checks to fix the compilation. > > Reported-by: Stephen Hemminger > Signed-off-by: Pablo

[dpdk-dev] [PATCH] kni: fix compilation issue on kernel 4.0.0

2015-04-29 Thread Thomas Monjalon
2015-04-28 18:37, Pablo de Lara: > Due to API changes in function pointer ndo_bridge_setlink > (commit ad41faa8) and the rename of functions vlan_tx_* > (commit df8a39de) in kernel 4.0, DPDK would not build. > > This patch adds the properly checks to fix the compilation. > > Reported-by: Stephen

[dpdk-dev] [PATCH] kni: fix compilation issue on kernel 4.0.0

2015-04-29 Thread De Lara Guarch, Pablo
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, April 29, 2015 2:20 PM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] kni: fix compilation issue on kernel 4.0.0 >

[dpdk-dev] [PATCH] kni: fix compilation issue on kernel 4.0.0

2015-04-28 Thread Pablo de Lara
Due to API changes in function pointer ndo_bridge_setlink (commit ad41faa8) and the rename of functions vlan_tx_* (commit df8a39de) in kernel 4.0, DPDK would not build. This patch adds the properly checks to fix the compilation. Reported-by: Stephen Hemminger Signed-off-by: Pablo de Lara --- l