Due to some technical difficulties with the 18.07 merge jobs we will be
unable to resolve till tomorrow, please continue to not merge patches on
stable/1807
Ed
On Thu, Sep 13, 2018 at 3:12 PM Edward Warnicke wrote:
> I am in the process of doing the 18.07.1 release. Will let you know when
> it
I also see the same error while creating a sub interface with untagged option.
The parent physical interface is UP when creating the sub-interface.
Curious to know.
Thanks,
Leela sankar
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10496): https:
I am in the process of doing the 18.07.1 release. Will let you know when
it is done and stable/1807 can be merged to again.
Ed
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10495): https://lists.fd.io/g/vpp-dev/message/10495
Mute This Topic: http
Excellent news. Thanks!
De : Thomas F Herbert
Date : jeudi 13 septembre 2018 à 21:29
À : "vpp-dev@lists.fd.io"
Cc : Jerome Tollet
Objet : Re: [vpp-dev] VPP 18.07 RPM release packages available in Centos
Jerome,
18.07 release packages are in Centos mirrors.
To install Centos release packages
Woot!
Ed
On September 13, 2018 at 2:29:41 PM, Thomas F Herbert (therb...@redhat.com)
wrote:
Jerome,
18.07 release packages are in Centos mirrors.
To install Centos release packages of VPP on a Centos, install the Centos
NFV SIG yum repo and then install vpp as follows.
yum install centos-rele
Jerome,
18.07 release packages are in Centos mirrors.
To install Centos release packages of VPP on a Centos, install the
Centos NFV SIG yum repo and then install vpp as follows.
yum install centos-release-fdio
yum install vpp*
--Tom
On 05/23/2018 10:32 AM, Jerome Tollet (jtollet) wrote:
what is your api prefix set in the vapi_connect call? is vpp using the
same prefix?
Quoting Ole Troan (2018-09-13 18:35:29)
> > 1、as root, install the rpm(vpp-selinux, vpp-lib, vpp-18.04, vpp-plugins),
> > start service vpp and I come into vppctl.
> > 2、I copy test/ext/vapi_c_test.c to main.c(a
> 1、as root, install the rpm(vpp-selinux, vpp-lib, vpp-18.04, vpp-plugins),
> start service vpp and I come into vppctl.
> 2、I copy test/ext/vapi_c_test.c to main.c(a new file, a new dir).
>compile using: gcc -std=gnu99 -g -Wall -pthread -I/usr/include/
> -lvppinfra -lvlibmemoryclien
1、as root, install the rpm(vpp-selinux, vpp-lib, vpp-18.04, vpp-plugins),
start service vpp and I come into vppctl.
2、I copy test/ext/vapi_c_test.c to main.c(a new file, a new dir).
compile using: gcc -std=gnu99 -g -Wall -pthread -I/usr/include/
-lvppinfra -lvlibmemoryclient -lsvm -l
hi all,
Thanks at first.
But I got some error when using vapi - vapi_connect as " vl_map_shmem:639:
region init fail ".
And my mem : MemFree: 220036 kB | HugePages_Total:
679 | HugePages_Free: 627
Help please!
My code:
int main()
{
vapi_ctx_
i am be root
wangchuan...@163.com
From: Ole Troan
Date: 2018-09-13 21:26
To: wangchuan...@163.com
CC: Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco); Dave Barach
(dbarach); vpp-dev
Subject: Re: [vpp-dev] VPP's C-type-api example
> But I got some error when using vapi - vapi_co
> i am be root
Then you must provide more details.
Cheers,
Ole
>
> wangchuan...@163.com
>
> From: Ole Troan
> Date: 2018-09-13 21:26
> To: wangchuan...@163.com
> CC: Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco); Dave Barach
> (dbarach); vpp-dev
> Subject: Re: [vpp-dev] VPP
> But I got some error when using vapi - vapi_connect as " vl_map_shmem:639:
> region init fail “.
Permission error?
Run client as root, or configure VPP to set permissions on API shared memory.
In VPP startup:
api-segment { uid gid }
Cheers,
Ole
> And my mem : MemFree: 220036 kB
You can also check out the test/ext directory for vapi_c_test.c and
vapi_cpp_test.cpp, which are unittests for these bindings and there is
also an example of _dump API call.
Regards,
Klement
Quoting Ole Troan (2018-09-13 09:33:14)
> Hi again,
>
> > I am in the beginning of using-c-api. Shou
The same problem with you. Have you been solved the problem?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10483): https://lists.fd.io/g/vpp-dev/message/10483
Mute This Topic: https://lists.fd.io/mt/25396306/21656
Group Owner: vpp-dev+ow...@lists.f
Hi Reza,
I tested HQoS on my fedora system as below and found it working, didn’t see any
issue;
1. Make build
2. Make run STARTUP_CONF=startup.conf
3. DGBvpp#
startup.conf
unix {
interactive
log /tmp/vpp.log
cli-listen /run/vpp/cli.sock
full-coredump
}
dpdk {
socket-mem 8
Hi again,
> I am in the beginning of using-c-api. Should I not follow
> (src/vpp-api/client) ?
> Can you please show me a fun-name and a example of the higher level C API?
That’s right, I wouldn’t recommend using the src/vpp-aoi/client API unless you
are building a new language binding.
> But nonetheless, the issue you reported is a known issue and I'll be looking
> into figuring out what's going on. The tests work fine x86, but not on ARM
> and there isn't an apparent reason for why that's the case, since the tests
> worked fine before.
>
Is the main cause those python segf
18 matches
Mail list logo