From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: [PATCH net-next 2/3] net: packet: use reciprocal_divide in fanout_demux_hash Date: Thu, 29 Aug 2013 01:47:33 +0000 (UTC) Message-ID: References: <1377720791-15844-1-git-send-email-dborkman@redhat.com> <1377720791-15844-3-git-send-email-dborkman@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: netdev@vger.kernel.org Return-path: Received: from plane.gmane.org ([80.91.229.3]:59511 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752414Ab3H2Bry (ORCPT ); Wed, 28 Aug 2013 21:47:54 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VErKx-0002FM-Rl for netdev@vger.kernel.org; Thu, 29 Aug 2013 03:47:51 +0200 Received: from 36.4.103.164 ([36.4.103.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Aug 2013 03:47:51 +0200 Received: from xiyou.wangcong by 36.4.103.164 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Aug 2013 03:47:51 +0200 Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 28 Aug 2013 at 20:13 GMT, Daniel Borkmann wrote: > Instead of hard-coding reciprocal_divide function, use the inline > function from reciprocal_div.h. > Then you should #include directly?