Hello steven,
I used the native memif to be the member of bonding interface, below is my
configuration:
DBGvpp# create bond mode active-backup
DBGvpp# bond add BondEthernet1 line2
DBGvpp# show bond details
BondEthernet0
mode: active-backup
load balance: l23
number of active slaves: 0
Hello all:
An basic features: ping myself. when I configure an IP address for an
interface, then I ping the address from VPP, it's failed, why?should I do other
more settings?
DBGvpp# ping 10.0.0.1
It’s a known limitation. Contributions to fix it would be welcome.
/neale
De : au nom de "saint_sun 孙 via Lists.Fd.Io"
Répondre à : "saint_...@aliyun.com"
Date : jeudi 25 octobre 2018 à 09:40
À : vpp-dev
Cc : "vpp-dev@lists.fd.io"
Objet : [vpp-dev]ping local address
Hello all:
An basic f
> On 25 Oct 2018, at 01:57, Stephen Hemminger
> wrote:
>
> On Wed, 24 Oct 2018 23:09:15 +0200
> Damjan Marion wrote:
>
>> —
>> Damjan
>>
>>> On 24 Oct 2018, at 23:04, Stephen Hemminger
>>> wrote:
>>>
>>> On Wed, 24 Oct 2018 21:07:15 +0200
>>> Damjan Marion wrote:
>>>
> On 24 Oct 2
Thanks Dave, this is exactly what I needed for my usecase for the
next0 in MyNode as you guessed it !
Regards
-Prashant
On Wed, Oct 24, 2018 at 4:28 PM Dave Barach (dbarach) wrote:
>
> Use vlib_node_add_next(...) to create the graph arc at your convenience.
> Memorize the arc index when you cr
Hi all,
I am facing VPP crash from vl_client_connect . It continuously crashes when
the client tries to reconnect.
I am using VPP version v18.01.1-100~g3a6948c.
Here is the backtrace:
*Program terminated with signal 6, Aborted.*
*#0 0x2b0f894ff207 in raise () from /lib64/libc.so.6*
*Missing
“# rm /dev/shm/*” and try again. The shared VM arena is persistent.
From: vpp-dev@lists.fd.io On Behalf Of siddarth rai
Sent: Thursday, October 25, 2018 8:44 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] VPP cores out of vl_client_connect()
Hi all,
I am facing VPP crash from vl_client_connect .
Hi,
On Thu, 2018-10-25 at 04:59 +, Yao, Chengqiang wrote:
> Hi Macro,
>
>
>
> Is there any sample code to show how to use SCTP (such as association, packet
> transmission/reception, etc.)? And is there any performance
> report for SCTP?
You can have a look at the test for SCTP:1) test/test
Hi Macro,
Thanks for your information, I will have a try.
Best Regards,
Chengqiang Yao
From: Marco Varlese [mailto:mvarl...@suse.de]
Sent: Thursday, October 25, 2018 9:09 PM
To: Yao, Chengqiang ; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] #vpp
Hi,
On Thu, 2018-10-25 at 04:59 +, Yao, Che
Most Excellent!
Congratulations to the whole VPP/CSIT community and thank you Marco for
your work as release manager.
-daw-
On 10/24/2018 03:46 AM, Marco Varlese wrote:
Dear all,
I am very happy to announce that release 18.10 is available.
Release artificats can be found on both Nexus and
Hi VPP experts,
I'm trying to run VPP in Kubernetes with Multus, Userspace and SRIOV-DPDK
CNI.
But I found a problem: "The application: VPP-APP cannot get its pause
container id in container".
In other words, when you run VPP in docker, you should mount some temporary
files into container "-v /var
--
Damjan
> On 25 Oct 2018, at 18:46, Zheng Huang wrote:
>
> Hi VPP experts,
>
> I'm trying to run VPP in Kubernetes with Multus, Userspace and SRIOV-DPDK CNI.
> But I found a problem: "The application: VPP-APP cannot get its pause
> container id in container".
> In other words, when you run
Not 100% sure, but this looks like it can from some of the work I am doing
in the Userspace CNI - https://github.com/intel/userspace-cni-network-plugin
If this is the case, please post issues there or to the Intel Slack -
https://intel-corp.herokuapp.com/
Billy McFall
On Thu, Oct 25, 2018 at 12
Your trace and explanation of the problem are not consistent. You stated there
is a problem after the bonded interface switches from L2 to L3. Yet your trace
shows when the interface is in L3 mode, it is working fine. When it is in L2
mode, it complains the interface is not IP enabled. I can’t r
Yes, the packet trace is confusing to me as well.
When it is in L3 mode, we have:
Memif-input => bond-input => ethernet-input => arp-input.
When it is in L2 mode, we have:
Memif-input => ethernet-input => arp-input
Two items come to mind for L2 mode:
1. Why did it not go through bond-input
sorry for my unclear expression!
The explanation for the trace below is not completely, what I want to say is
when I switches the bonding interface back to l3 mode from l2(first l3->l2 then
l2->l3), the packet can’t be sent to bond-input again.
I have tested the modifications what you mention
16 matches
Mail list logo