From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [memnic PATCH v2] linux: fix build with kernel 3.3 Date: Fri, 21 Mar 2014 15:59:49 +0100 Message-ID: <4636533.gOB8GvANiZ@xps13> References: <7F861DC0615E0C47A872E6F3C5FCDDBD0102D166@BPXM14GP.gisp.nec.co.jp> <1391778282-14558-1-git-send-email-olivier.matz@6wind.com> <7F861DC0615E0C47A872E6F3C5FCDDBD010824FA@BPXM14GP.gisp.nec.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Olivier Matz Return-path: In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD010824FA-ZmjkEB1lVlLt6d3pZDjeaEtBU8KWyXPq@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 functions as they are not needed. > > > > Signed-off-by: Olivier Matz > > Acked-by: Hiroshi Shimamoto Applied. Thank you -- Thomas