DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 1/3] pkg: fix link to bind tool
Date: Fri, 19 Dec 2014 16:11:54 +0100	[thread overview]
Message-ID: <1419001916-4116-2-git-send-email-thomas.monjalon@6wind.com> (raw)
In-Reply-To: <1419001916-4116-1-git-send-email-thomas.monjalon@6wind.com>

The NIC bind tool has been renamed in commit f0e14c5f66c9c137.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 pkg/dpdk-core.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/dpdk-core.spec b/pkg/dpdk-core.spec
index 3a57e7a..0366995 100644
--- a/pkg/dpdk-core.spec
+++ b/pkg/dpdk-core.spec
@@ -92,7 +92,7 @@ mkdir -p                               %{buildroot}%{moddir}
 mv    %{destdir}/%{target}/kmod/*.ko   %{buildroot}%{moddir}
 rmdir %{destdir}/%{target}/kmod
 mkdir -p                               %{buildroot}%{_sbindir}
-ln -s %{datadir}/tools/igb_uio_bind.py %{buildroot}%{_sbindir}/igb_uio_bind
+ln -s %{datadir}/tools/*nic_bind.py    %{buildroot}%{_sbindir}/dpdk_nic_bind
 mkdir -p                               %{buildroot}%{_bindir}
 mv    %{destdir}/%{target}/app/testpmd %{buildroot}%{_bindir}
 rmdir %{destdir}/%{target}/app
-- 
2.1.3

  reply	other threads:[~2014-12-19 15:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-19 15:11 [dpdk-dev] [PATCH 0/3] pkg: update RPM recipe Thomas Monjalon
2014-12-19 15:11 ` Thomas Monjalon [this message]
2014-12-19 15:11 ` [dpdk-dev] [PATCH 2/3] pkg: support sphinx documentation Thomas Monjalon
2014-12-19 15:11 ` [dpdk-dev] [PATCH 3/3] pkg: remove Intel references Thomas Monjalon
2014-12-19 15:46 ` [dpdk-dev] [PATCH 0/3] pkg: update RPM recipe Butler, Siobhan A
2014-12-19 16:24 ` Neil Horman
2014-12-19 22:42   ` Thomas Monjalon

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=1419001916-4116-2-git-send-email-thomas.monjalon@6wind.com \
    --to=thomas.monjalon@6wind.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 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).