[dpdk-dev] [memnic PATCH v2] linux: fix build with kernel 3.3

2014-03-21 Thread Thomas Monjalon
18/03/2014 23:04, Hiroshi Shimamoto : > > Remove unused dev_ops functions. > > > > The API of some functions (memnic_vlan_rx_add_vid, > > memnic_vlan_rx_kill_vid) changed starting from 3.3 kernel. Instead of > > using a #ifdef to handle the compilation on any kernel, we can just > > remove these f

[dpdk-dev] [memnic PATCH v2] linux: fix build with kernel 3.3

2014-03-18 Thread Hiroshi Shimamoto
Hi, I missed it sorry. > Subject: [memnic PATCH v2] linux: fix build with kernel 3.3 > > Remove unused dev_ops functions. > > The API of some functions (memnic_vlan_rx_add_vid, > memnic_vlan_rx_kill_vid) changed starting from 3.3 kernel. Instead of > using a #ifdef to handle the compilation on

[dpdk-dev] [memnic PATCH v2] linux: fix build with kernel 3.3

2014-02-07 Thread Olivier Matz
Remove unused dev_ops functions. The API of some functions (memnic_vlan_rx_add_vid, memnic_vlan_rx_kill_vid) changed starting from 3.3 kernel. Instead of using a #ifdef to handle the compilation on any kernel, we can just remove these functions as they are not needed. Signed-off-by: Olivier Matz