From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=Lpcjcf50JYiQhMuABKgLz8zcAZyGf6qP3W/YoSa6jUA=; b=T/7IOFyOv31PUVACKetjpK5hBgNGz+m9vc2dy1/m+jKtqa80AJsfQz8FkOyr6Tj+ei 077A7m6lGw3Rf6vvyDKborPwuuGQQF5UmYrHo84Xf9uEl2xCvpvZJo9oXPPKVUxoIoxh 19OXIo2BlGoi11hiUu5m3IQwezU4uV30+3NbM9KqV9iERmCBPGlHigo+qB2zwj6YIGgx Cp7fLzjEVapiPjvU9I+S6u0C24iVmi7sR7gohGXL6pyRpBMrgfiQZ/Hd98xibvNb9c1z hD2KO5clUTkTUOOOudDK0KncMP1AtptYbSiRuyZxn/6agQsgl/23qmVmgtMgPDE66eHc 6RyQ== X-Gm-Message-State: ALoCoQkSHgppN9kLsiyzIAzCIz/zgSVyPjc0PkychW+j0mzCgsghpXxq8kbAH5tYXZawnCPd0rMM X-Received: by 10.68.135.69 with SMTP id pq5mr27710586pbb.162.1442874916940; Mon, 21 Sep 2015 15:35:16 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id yi8sm26582749pab.22.2015.09.21.15.35.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Sep 2015 15:35:16 -0700 (PDT) Date: Mon, 21 Sep 2015 15:35:30 -0700 From: Stephen Hemminger To: Piotr Azarewicz Message-ID: <20150921153530.0b198652@urahara> In-Reply-To: <1442322395-23365-2-git-send-email-piotrx.t.azarewicz@intel.com> 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 Subject: Re: [dpdk-dev] [PATCH v1 1/3] port: add mp/mc ring ports 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: Mon, 21 Sep 2015 22:35:17 -0000 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