Re: [vpp-dev] Add dpdk development packaging

2017-01-24 Thread Jon Loeliger
On Mon, Jan 23, 2017 at 10:28 PM, Alexander Popovsky (apopovsk) <
apopo...@cisco.com> wrote:

> Damjan,
>
> After this change, ‘pkg-rpm’ target on the CentOS host seems to be failing
> (on master):
>
> $ git clean -xfd
> $ make bootstrap pkg-rpm
> ...
> error: Installed (but unpackaged) file(s) found:
>/usr/bin/dpdk-pdump
>/usr/bin/dpdk-pmdinfo
>/usr/bin/dpdk-procinfo
>/usr/bin/testpmd
> ...
> make[1]: *** [install-rpm] Error 1
> make[1]: Leaving directory `/mnt/thesource/git/vpp/build-root'
> make: *** [pkg-rpm] Error 2
>
> However, running with the additional dpdk-install-dev target succeeds:
>
> $ git clean -xfd
> $ make bootstrap dpdk-install-dev pkg-rpm
>
>
> Also, it looks like for the ‘pkg-deb’ target on the Ubuntu host the extra
> DPDK binaries (similar to the list above) are added to the vpp.deb package
> after:
>
> $ git clean -xfd
> $ make bootstrap pkg-deb
> $ grep testpmd ./build-root/deb/debian/vpp.install
> ..  /install-vpp-native/dpdk/bin/testpmd /usr/bin
>
> Regards,
> Alex
>

Yes, I see this happening now as well.

jdl
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] Add dpdk development packaging

2017-01-23 Thread Alexander Popovsky (apopovsk)
Damjan,

After this change, ‘pkg-rpm’ target on the CentOS host seems to be failing (on 
master):

$ git clean -xfd
$ make bootstrap pkg-rpm
...
error: Installed (but unpackaged) file(s) found:
   /usr/bin/dpdk-pdump
   /usr/bin/dpdk-pmdinfo
   /usr/bin/dpdk-procinfo
   /usr/bin/testpmd
...
make[1]: *** [install-rpm] Error 1
make[1]: Leaving directory `/mnt/thesource/git/vpp/build-root'
make: *** [pkg-rpm] Error 2

However, running with the additional dpdk-install-dev target succeeds:

$ git clean -xfd
$ make bootstrap dpdk-install-dev pkg-rpm


Also, it looks like for the ‘pkg-deb’ target on the Ubuntu host the extra DPDK 
binaries (similar to the list above) are added to the vpp.deb package after:

$ git clean -xfd
$ make bootstrap pkg-deb
$ grep testpmd ./build-root/deb/debian/vpp.install
..  /install-vpp-native/dpdk/bin/testpmd /usr/bin

Regards,
Alex


From:  on behalf of Jon Loeliger 
Date: Sunday, January 22, 2017 at 9:00 AM
To: vpp-dev , Damjan Marion 
Subject: [vpp-dev] Add dpdk development packaging

Damjan, 

I saw this go in:

    author  Damjan Marion 
    committer  Damjan Marion 
    commit 
2ce7f9834ab55728520bff0dd15f8d82c10b95a0

    Add dpdk development packaging

    Change-Id: I6aa2a6709241d99ce734c29e47487eb456907351
    Signed-off-by: Damjan Marion 

Just wanted to say "Thank you!" and I'll give it a shake-down!

Thanks,
jdl



___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] Add dpdk development packaging

2017-01-22 Thread Jon Loeliger
Damjan,

I saw this go in:

author Damjan Marion 
committer Damjan Marion 
commit  2ce7f9834ab55728520bff0dd15f8d82c10b95a0

Add dpdk development packaging

Change-Id: I6aa2a6709241d99ce734c29e47487eb456907351
Signed-off-by: Damjan Marion 

Just wanted to say "Thank you!" and I'll give it a shake-down!

Thanks,
jdl
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev