Hi guys,
I'm testing ikev2. In the function 'ikev2_rekey_child_sa_internal',:
bi0 = ikev2_get_new_ike_header_buff (vm, &ike0);
//The following is the debug code
vlib_buffer_t *b0;
b0 = vlib_get_buffer (vm, bi0);
(gdb) p *(vnet_buffer_opaque_t *)(b0->opaque)
$1 = {
sw_if_index = {2, 42949
Hi guys,
I'm testing ikev2. When I initiate a sa succeed(pr1), then add the other one
(pr2), the sa->pr1->name is rewritten.
After viewing I find the 'pool_elt_at_index' is relative addressing . And the
'pool_base' may change when use the pointer we preserved before.
eg:'pool_elt_at_index (km
> 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
Yes, I started adding LACP in VPP native mode, not tied to DPDK. So you can
actually enslave additional NICs using CLI without restarting VPP.
Steven
From: on behalf of "yug...@telincn.com"
Date: Wednesday, January 3, 2018 at 7:41 PM
To: "John Lo (loj)" , otroan
Cc: vpp-dev
Subject: Re: [vp
Hi Dave,
Thanks for the response.
There is no support for the realtek driver in dpdk (http://dpdk.org/doc/nics).
When I moved to a server with an X540 interface, I see the interface comes
up in vpp..
vpp# show interface
Name Idx State Counter
Count
Te
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/link_bon
Hi TSC,
I've been taking the NSH_SFC PTL role 1 year ago. It has been a pleasure, but
also a burden as there are some personal reasons make me cannot focus on
NSH_SFC anymore, so I am stepping down as NSH_SFC PTL with immediate effect.
Additionally, I would like to nominate Hongjun Ni, who is th
Thanks Dave for the clarification!
Regards,
Charlie Li
From: Dave Barach (dbarach) [mailto:dbar...@cisco.com]
Sent: Wednesday, January 3, 2018 1:41 PM
To: Li, Charlie ; vpp-dev@lists.fd.io
Subject: RE: VPP does not detect NIC automatically
Dear Charlie,
Vpp won't touch an interface if it has an
Dear Charlie,
Vpp won't touch an interface if it has an associated Linux kernel interface
which is up, and/or has an address configured on it. Manually unbinding the
interface - as you did - makes the Linux kernel interface disappear.
Accidentally whitelisting a host's management ethernet would
Hi VPP team,
I am new to VPP and am following the "FDIO Quick Start Guide"
(https://docs.google.com/document/d/1zqYN7qMavgbdkPWIJIrsPXlxNOZ_GhEveHQxpYr3qrg/edit)
to get started.
I am running Ubuntu 16.04 and using the pre-built packages.
According to the document, vpp should detect and take ov
VPP does support static interface bonding via DPDK link bonding PMD:
http://dpdk.org/doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.html
VPP works with mode 1 (active backup) and mode 2 (balanced XOR). There is no
support for mode 4 which is 802.3ad. The bonded interfaces and their slaves
Hi,
I noticed vpp 18.01 introduces new tap implementation based on vhost-net.
Was it meant as tap v1 replacement?
If so, when do you plan to deprecate the old version?
Regards,
Marek
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailm
+csit-dev
In CSIT we are after clocks per node data, but may need all info from “show
run” output to automatically qualify the “show run” output values. Is your
patch ge9483 going to get us there?
-Maciek
On 30 Nov 2017, at 14:15, Luke, Chris
mailto:chris_l...@comcast.com>> wrote:
Which “sho
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
E
Ewan,
> Yes, I need 802.3ad interface, is there a way to do it?
Of course. Just implement it. ;-)
Or use ECMP at layer 3.
Best regards,
Ole
>
> Regards,
> Ewan
> ewan yugang
> 杭州全维技术股份有限公司 北京研发部门
> 手机:17310665879
> Q Q : 185237808
> 邮箱:yug...@telincn.com
> 地址:北京市朝阳区望京西路金隅国际G座2305
> 网站:http:
Hi Ole,
Yes, I need 802.3ad interface, is there a way to do it?
Regards,
Ewan
ewan yugang
杭州全维技术股份有限公司 北京研发部门
手机:17310665879
Q Q : 185237808
邮箱:yug...@telincn.com
地址:北京市朝阳区望京西路金隅国际G座2305
网站:http://www.telincn.com
From: Ole Troan
Date: 2018-01-03 17:40
To: Jim Thompson
CC: lin huang; yug...@t
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 shared (or non
shared) Ethernet link.
Ewan is asking for 802.3ad
src/vnet/ethernet/ptp_ethernet*
https://github.com/FDio/vpp/commit/15ac81c16fba83033090299413a3a2dbb848a0f9
> On Jan 3, 2018, at 2:57 AM, lin huang wrote:
>
> Hi yugang,
> It seems that vpp doesn’t support that features.
>
> Refer to: https://wiki.fd.io/view/VPP/Features
>
> From:
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] bond
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
20 matches
Mail list logo