From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net: get rid of SET_ETHTOOL_OPS Date: Wed, 02 Jul 2014 11:48:51 +0200 Message-ID: <5006516.KlozUPNl4J@xps13> References: <1404238780-19596-1-git-send-email-fbl@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Flavio Leitner Return-path: In-Reply-To: <1404238780-19596-1-git-send-email-fbl-H+wXaHxf7aLQT0dZR+AlfA@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" Hi Flavio, 2014-07-01 15:19, Flavio Leitner: > The SET_ETHTOOL_OPS has been removed from upstream, so it > breaks the dpdk build with recent kernels. > > Signed-off-by: Flavio Leitner You are removing SET_ETHTOOL_OPS calls. In a previous patch, Aaro Koskinen made the choice to redefine the macro in kcompat files. I don't know what will be the choice of Intel in the sourceforge base driver. So I've applied Aaro's patch as there are less modifications of the base driver: http://dpdk.org/browse/dpdk/commit/?id=e0b7ca0c0383411 It would be better to have patches from people working on the base driver. So upgrades from sourceforge driver to KNI would be smoother. Thanks -- Thomas