[dpdk-dev] [PATCH v2 0/2] Fix build with kernel 4.2

2015-11-04 Thread Thomas Monjalon
2015-10-12 14:25, Ferruh Yigit: > On Mon, Oct 12, 2015 at 01:52:56PM +0100, Pablo de Lara wrote: > > Kernel 4.2 has introduced two new parameters in > > function ndo_bridge_netlink and therefore, > > DPDK does not build with it. > > > > This patchset adds the necessary checks and > > rename a prev

[dpdk-dev] [PATCH v2 0/2] Fix build with kernel 4.2

2015-10-12 Thread Ferruh Yigit
On Mon, Oct 12, 2015 at 01:52:56PM +0100, Pablo de Lara wrote: > Kernel 4.2 has introduced two new parameters in > function ndo_bridge_netlink and therefore, > DPDK does not build with it. > > This patchset adds the necessary checks and > rename a previous defined macro, in order > to have a more

[dpdk-dev] [PATCH v2 0/2] Fix build with kernel 4.2

2015-10-12 Thread Pablo de Lara
Kernel 4.2 has introduced two new parameters in function ndo_bridge_netlink and therefore, DPDK does not build with it. This patchset adds the necessary checks and rename a previous defined macro, in order to have a more meaningful name. Changes in v2: - Split patch in two patches Pablo de Lara