Re: [vpp-dev] Bond interface won't respond ping #vnet #vpp

2019-02-24 Thread Anthony Linz
Dear Steven Thank you very much. As you said Bond interfaces should have been bundled in order to act as L3. I have now ping and everything. Thanks again. Wish you all the best -- Anthony -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12334): https:

Re: [vpp-dev] Bond interface won't respond ping #vnet #vpp

2019-02-23 Thread steven luong via Lists.Fd.Io
interface if you don’t want to bother with lacp on VM2. create bond mode xor Steven From: on behalf of Anthony Linz Date: Friday, February 22, 2019 at 11:11 PM To: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] Bond interface won't respond ping #vnet #vpp Dear Steven Thank yo

Re: [vpp-dev] Bond interface won't respond ping #vnet #vpp

2019-02-22 Thread Anthony Linz
Dear Steven Thank you very much for your quick and nice response. I suppose the beginning of my question might misguide you. Let me clear my test scenario: I have a Virtual Machine (VM1) which runs VPP and has an interface called GigabitEthernet0/8/0. I have another Virtual Machine (VM2) that it'

Re: [vpp-dev] Bond interface won't respond ping #vnet #vpp

2019-02-19 Thread steven luong via Lists.Fd.Io
, 2019 at 3:11 AM To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] Bond interface won't respond ping #vnet #vpp Dear all I was working on some LACP testing in VPP 19.01. I configured VPP like this: create bond mode lacp set interface state BondEthernet0 up bond add BondEthernet0 Gigab

[vpp-dev] Bond interface won't respond ping #vnet #vpp

2019-02-19 Thread Anthony Linz
Dear all I was working on some LACP testing in VPP 19.01. I configured VPP like this: create bond mode lacp set interface state BondEthernet0 up bond add BondEthernet0 GigabitEthernet0/x/0 The 'GigabitEthernet0/x/0' has some IP address like '10.10.10.80/24' and before adding it as a slave to Bon

Re: [vpp-dev] bond carrier down

2018-03-04 Thread xulang
I have only one vm with bond interface, and this vm is connected to a switch, no bond interfaces on the other side, this is the reason why it does not work? I would like to use static bond interface, we still need to configure bond interface on the other side? regards, xulang

Re: [vpp-dev] bond carrier down

2018-03-03 Thread John Lo (loj)
. -John From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of xulang Sent: Saturday, March 03, 2018 1:19 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] bond carrier down Hi all, I have encounterd carrier state problem on bond interface, any idea? Here are my version info: vppctl show

[vpp-dev] bond carrier down

2018-03-02 Thread xulang
Hi all, I have encounterd carrier state problem on bond interface, any idea? Here are my version info: vppctl show version vpp v17.04-release built by root on ubuntu at Fri May 5 03:06:25 PDT 2017 Here is my dpdk config: vdev eth_bond0,mode=2,slave=:02:09.0,slave=:02:01.0,xmit_policy=l

Re: [vpp-dev] bond

2018-01-03 Thread Jim Thompson
> On Jan 3, 2018, at 3:40 AM, Ole Troan wrote: > > Ewan is asking for 802.3ad presumably? Possibly. Likely even. ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] bond

2018-01-03 Thread Steven Luong (sluong)
vpp-dev Subject: Re: [vpp-dev] bond Thanks, is there a plan to surpport 802.3ad? Regards, Ewan ewan From: John Lo (loj)<mailto:l...@cisco.com> Date: 2018-01-04 00:05 To: yug...@telincn.com<mailto:yug...@telincn.com>; otroan<mailto:otr...@employ

Re: [vpp-dev] bond

2018-01-03 Thread yug...@telincn.com
Thanks, is there a plan to surpport 802.3ad? Regards, Ewan ewan From: John Lo (loj) Date: 2018-01-04 00:05 To: yug...@telincn.com; otroan CC: vpp-dev Subject: RE: [vpp-dev] bond VPP does support static interface bonding via DPDK link bonding PMD: http://dpdk.org/doc/guides/prog_guide

Re: [vpp-dev] bond

2018-01-03 Thread John Lo (loj)
,slave=:02:00.1,slave=:03:00.1 Regards, John From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of yug...@telincn.com Sent: Wednesday, January 03, 2018 5:06 AM To: otroan Cc: vpp-dev Subject: Re: [vpp-dev] bond Ole, I found out that there is only one way

Re: [vpp-dev] bond

2018-01-03 Thread yug...@telincn.com
Ole, I found out that there is only one way to do this, write them into the vpp start-up.conf, but there is no cmd to do such task, am I right? Regards, Ewan ewan From: Ole Troan Date: 2018-01-03 17:58 To: yug...@telincn.com CC: Jim Thompson; lin huang; vpp-dev Subject: Re: [vpp-dev] bond

Re: [vpp-dev] bond

2018-01-03 Thread Ole Troan
北京市朝阳区望京西路金隅国际G座2305 > 网站:http://www.telincn.com > > From: Ole Troan > Date: 2018-01-03 17:40 > To: Jim Thompson > CC: lin huang; yug...@telincn.com; vpp-dev > Subject: Re: [vpp-dev] bond > Jim, > > > src/vnet/ethernet/ptp_ethernet* > > > > https://g

Re: [vpp-dev] bond

2018-01-03 Thread yug...@telincn.com
...@telincn.com; vpp-dev Subject: Re: [vpp-dev] bond Jim, > src/vnet/ethernet/ptp_ethernet* > > https://github.com/FDio/vpp/commit/15ac81c16fba83033090299413a3a2dbb848a0f9 P2P Ethernet is a different thing altogether. P2P Ethernet is a mechanism to emulate L3 P2P links on top of a share

Re: [vpp-dev] bond

2018-01-03 Thread Ole Troan
..@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On >> Behalf Of yug...@telincn.com >> Sent: Wednesday, January 3, 2018 4:52 PM >> To: vpp-dev >> Subject: [vpp-dev] bond >> >> HI all, >> Does vpp surpport interface bond ? How do I configure them? >>

Re: [vpp-dev] bond

2018-01-03 Thread Jim Thompson
eatures > > From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On > Behalf Of yug...@telincn.com > Sent: Wednesday, January 3, 2018 4:52 PM > To: vpp-dev > Subject: [vpp-dev] bond > > HI all, > Does vpp surpport interface bond ? How do I con

Re: [vpp-dev] bond

2018-01-03 Thread lin huang
Hi yugang, It seems that vpp doesn’t support that features. Refer to: https://wiki.fd.io/view/VPP/Features From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of yug...@telincn.com Sent: Wednesday, January 3, 2018 4:52 PM To: vpp-dev Subject: [vpp-dev

[vpp-dev] bond

2018-01-03 Thread yug...@telincn.com
HI all, Does vpp surpport interface bond ? How do I configure them? Regards, Ewan ewan ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] BOND

2017-08-02 Thread yug...@telincn.com
Hi all, Is there any plan to configure bond interface with cmd? Regards, Ewan yug...@telincn.com ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] bond interfaces in VPP

2016-10-14 Thread John Lo (loj)
, John From: vpp-dev-boun...@lists.fd.io<mailto:vpp-dev-boun...@lists.fd.io> [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Bernier, Daniel (520165) Sent: Thursday, October 06, 2016 3:40 PM To: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Subject: [vpp-dev] bond interfaces in VP

Re: [vpp-dev] bond interfaces in VPP

2016-10-14 Thread Bernier, Daniel (520165)
niel (520165) Sent: Thursday, October 06, 2016 3:40 PM To: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Subject: [vpp-dev] bond interfaces in VPP Hi, Has anyone tried tying a bond interface to VPP? If so, any performance impact ? Thanks Dan B _