From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v1 1/3] port: add mp/mc ring ports Date: Mon, 21 Sep 2015 15:35:30 -0700 Message-ID: <20150921153530.0b198652@urahara> References: <1442322395-23365-1-git-send-email-piotrx.t.azarewicz@intel.com> <1442322395-23365-2-git-send-email-piotrx.t.azarewicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Piotr Azarewicz Return-path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by dpdk.org (Postfix) with ESMTP id 860208D89 for ; Tue, 22 Sep 2015 00:35:17 +0200 (CEST) Received: by padhy16 with SMTP id hy16so128406789pad.1 for ; Mon, 21 Sep 2015 15:35:17 -0700 (PDT) In-Reply-To: <1442322395-23365-2-git-send-email-piotrx.t.azarewicz@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, 15 Sep 2015 15:06:33 +0200 Piotr Azarewicz wrote: > +static inline void > +send_burst_mp(struct rte_port_ring_writer *p) > +{ compiler will inline static functions anyway. No need to add inline qualifier