DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
	Stephen Hemminger <stephen@networkplumber.org>,
	"stable@dpdk.org" <stable@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2] net/cxgbe: fix colliding function names
Date: Fri, 19 Apr 2019 13:20:01 +0100	[thread overview]
Message-ID: <9e16fde8-0071-0885-743b-e80d35cdcbea@intel.com> (raw)
Message-ID: <20190419122001.9q3lbb7RegaBXFjE5scdQQMZyLlLKgTtXYS2XtZ1DRE@z> (raw)
In-Reply-To: <20190419120319.GA12160@chelsio.com>

On 4/19/2019 1:03 PM, Rahul Lakkireddy wrote:
> On Friday, April 04/19/19, 2019 at 17:14:25 +0530, Ferruh Yigit wrote:
>> From: Stephen Hemminger <stephen@networkplumber.org>
>>
>> This driver defines lots of functions (like init_rss) which are intended
>> to only be used in this device. But when doing static linking these
>> global functions cause link failures when similar function name is
>> used in application.
>>
>> This patch prefixes all functions defined in cxgbe.h with cxgbe_
>> to avoid these kind of conflicts.
>>
>> Fixes: bfcb257d3014 ("net/cxgbe: enable RSS for VF")
>> Cc: stable@dpdk.org
>>
>> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
>> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Acked-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
> 

Applied to dpdk-next-net/master, thanks.

  parent reply	other threads:[~2019-04-19 12:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-18 23:37 [dpdk-dev] [PATCH] " Stephen Hemminger
2019-04-18 23:37 ` Stephen Hemminger
2019-04-19  8:15 ` Ferruh Yigit
2019-04-19  8:15   ` Ferruh Yigit
2019-04-19 10:05   ` Rahul Lakkireddy
2019-04-19 10:05     ` Rahul Lakkireddy
2019-04-19 10:04 ` Rahul Lakkireddy
2019-04-19 10:04   ` Rahul Lakkireddy
2019-04-19 11:38   ` Ferruh Yigit
2019-04-19 11:38     ` Ferruh Yigit
2019-04-19 11:44 ` [dpdk-dev] [PATCH v2] " Ferruh Yigit
2019-04-19 11:44   ` Ferruh Yigit
2019-04-19 12:03   ` Rahul Lakkireddy
2019-04-19 12:03     ` Rahul Lakkireddy
2019-04-19 12:20     ` Ferruh Yigit [this message]
2019-04-19 12:20       ` Ferruh Yigit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9e16fde8-0071-0885-743b-e80d35cdcbea@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=dev@dpdk.org \
    --cc=rahul.lakkireddy@chelsio.com \
    --cc=stable@dpdk.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).