DPDK patches and discussions
 help / color / mirror / Atom feed
From: Xiao Wang <xiao.w.wang@intel.com>
To: ferruh.yigit@intel.com
Cc: dev@dpdk.org, bruce.richardson@intel.com,
	Xiao Wang <xiao.w.wang@intel.com>
Subject: [dpdk-dev] [PATCH 0/2] add ifc driver to meson build
Date: Wed, 13 Jun 2018 19:32:44 +0800	[thread overview]
Message-ID: <20180613113246.13576-1-xiao.w.wang@intel.com> (raw)

The first patch unifies the driver name in compiler flag, document.
The second patch adds ifc driver to meson build.

Xiao Wang (2):
  net/ifc: make driver name consistent
  net/ifc: add to meson build

 MAINTAINERS                                                       | 4 ++--
 config/common_base                                                | 4 ++--
 config/common_linuxapp                                            | 2 +-
 doc/guides/nics/{ifcvf.rst => ifc.rst}                            | 0
 doc/guides/nics/index.rst                                         | 2 +-
 drivers/net/Makefile                                              | 2 +-
 drivers/net/ifc/Makefile                                          | 8 ++++----
 drivers/net/ifc/meson.build                                       | 7 +++++++
 .../net/ifc/{rte_ifcvf_version.map => rte_pmd_ifc_version.map}    | 0
 drivers/net/meson.build                                           | 2 +-
 mk/rte.app.mk                                                     | 2 +-
 11 files changed, 20 insertions(+), 13 deletions(-)
 rename doc/guides/nics/{ifcvf.rst => ifc.rst} (100%)
 create mode 100644 drivers/net/ifc/meson.build
 rename drivers/net/ifc/{rte_ifcvf_version.map => rte_pmd_ifc_version.map} (100%)

-- 
2.15.1

             reply	other threads:[~2018-06-13 11:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-13 11:32 Xiao Wang [this message]
2018-06-13 11:32 ` [dpdk-dev] [PATCH 1/2] net/ifc: make driver name consistent Xiao Wang
2018-06-13 11:32 ` [dpdk-dev] [PATCH 2/2] net/ifc: add to meson build Xiao Wang
2018-06-14 11:52 ` [dpdk-dev] [PATCH 0/2] add ifc driver " 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=20180613113246.13576-1-xiao.w.wang@intel.com \
    --to=xiao.w.wang@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    /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).