All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Alejandro.Lucero" <alejandro.lucero@netronome.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH v8 1/9] nfp: basic initialization
Date: Wed, 25 Nov 2015 19:47:06 +0100	[thread overview]
Message-ID: <5850516.tnVoIe9CAc@xps13> (raw)
In-Reply-To: <1448468395-15577-2-git-send-email-alejandro.lucero@netronome.com>

2015-11-25 16:19, Alejandro.Lucero:
>  config/common_linuxapp               |    6 +
>  doc/guides/rel_notes/release_2_2.rst |    4 +
>  drivers/net/Makefile                 |    1 +
>  drivers/net/nfp/Makefile             |   54 +++
>  drivers/net/nfp/nfp_net.c            |  699 ++++++++++++++++++++++++++++++++++
>  drivers/net/nfp/nfp_net_ctrl.h       |  324 ++++++++++++++++
>  drivers/net/nfp/nfp_net_logs.h       |   75 ++++
>  drivers/net/nfp/nfp_net_pmd.h        |  453 ++++++++++++++++++++++
>  mk/rte.app.mk                        |    1 +

It does not compile as a shared library:
	Must Specify a librte_pmd_nfp.so..1 ABI version

  reply	other threads:[~2015-11-25 18:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-25 16:19 [PATCH v8 0/9] support for netronome nfp-6xxx card Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 1/9] nfp: basic initialization Alejandro.Lucero
2015-11-25 18:47   ` Thomas Monjalon [this message]
2015-11-25 18:48   ` Thomas Monjalon
2015-11-25 16:19 ` [PATCH v8 2/9] nfp: adding tx/tx functionality Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 3/9] nfp: adding rss Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 4/9] nfp: adding stats Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 5/9] nfp: adding link functionality Alejandro.Lucero
2015-11-25 16:29   ` Stephen Hemminger
2015-11-25 16:30     ` Thomas Monjalon
2015-11-25 16:33     ` Alejandro Lucero
2015-11-25 16:19 ` [PATCH v8 6/9] nfp: adding extra functionality Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 7/9] nfp: link status change interrupt support Alejandro.Lucero
2015-11-25 16:32   ` Stephen Hemminger
2015-11-25 16:19 ` [PATCH v8 8/9] nfp: adding nic guide Alejandro.Lucero
2015-11-25 16:19 ` [PATCH v8 9/9] nfp: Updating MAINTAINERS Alejandro.Lucero

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=5850516.tnVoIe9CAc@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=alejandro.lucero@netronome.com \
    --cc=dev@dpdk.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.