From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 6F7994C6E for ; Fri, 21 Mar 2014 15:58:21 +0100 (CET) Received: by mail-wg0-f51.google.com with SMTP id k14so1709197wgh.10 for ; Fri, 21 Mar 2014 07:59:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=RS7deSSVpvGT/OteTWu8KLrDWT2EbtxJ5xWAFP9WQNA=; b=Zk8Ya2EYeW6pBSiWSjcqcs0vqhFaeE7NlYAb5QsbFggK4Z+26KPZDeE0NRvV+OfF9s OsBiEB0bkzE40ZBkAM/l5lALCyVQxIBuiabQqt960edDzgNuUougQ7AdglJ2FZTHQKf/ r0FIAtIlG/pl+OQXwuYi1PTkkA6SODJ7DwYhO1lavz3zJpOo1oJUwy9CDM5XVhGtNqHU uzRtanm8iPYYiKR852Y4K3fOTbJUrNpDzEfMat9rqi0SOlaTWMZJrFU3NTrjkLIDCLqw DqfOc67BqFctDz+1JM4P24d42zCTrzvxLWcPxIPClWjyJTjS3/TQ7Gnr/Q40ChzKpK0v Q6Eg== X-Gm-Message-State: ALoCoQl+2kEZ+UfxrYEvXhbliHoLoylk+/PqwI/BKEA7sfJe/TOY6xjwY2DoWbD2vYoWMwcFisQ0 X-Received: by 10.194.202.230 with SMTP id kl6mr40069545wjc.9.1395413993398; Fri, 21 Mar 2014 07:59:53 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id fs8sm5451906wib.8.2014.03.21.07.59.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Mar 2014 07:59:52 -0700 (PDT) From: Thomas Monjalon To: Olivier Matz Date: Fri, 21 Mar 2014 15:59:49 +0100 Message-ID: <4636533.gOB8GvANiZ@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD010824FA@BPXM14GP.gisp.nec.co.jp> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [memnic PATCH v2] linux: fix build with kernel 3.3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 14:58:21 -0000 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