nns)"
> Cc: 倪红军 , "Ni, Hongjun" , "Dave
> Barach (dbarach)" , Ed Warnicke ,
> Lukasz Chrustek , "Shaw, Jeffrey B"
> , "Damjan Marion (damarion)" ,
> "vpp-dev@lists.fd.io" , Lukasz Chrustek
>
> Subject: Re: [vpp-dev]
ail.com>>, Lukasz Chrustek
mailto:ski...@tlen.pl>>
> Cc: "Shaw, Jeffrey B"
mailto:jeffrey.b.s...@intel.com>>, "Damjan Marion
(damarion)" mailto:damar...@cisco.com>>,
"vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io>"
ma
;
> , Ed Warnicke , Lukasz Chrustek
> , "Shaw, Jeffrey B" , "Damjan
> Marion (damarion)" , "vpp-dev@lists.fd.io"
> , Lukasz Chrustek
> Subject: Re:Re: [vpp-dev] Building router plugin - Mroute
>
> Hi Neale,
>
> The intent of this classifica
oun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
> Behalf Of Ni, Hongjun
> Sent: Wednesday, March 29, 2017 9:51 AM
> To: Dave Barach (dbarach) ; Ed Warnicke
> ; Lukasz Chrustek
> Cc: Shaw, Jeffrey B ; Damjan Marion (damarion)
> ; vpp-dev@lists.fd.io; Lukasz Chrustek
&g
that behaviour with the new mechanisms.
>
>
>
> Thanks,
>
> neale
>
>
>
> From: on behalf of "Ni, Hongjun"
>
> Date: Saturday, 1 April 2017 at 07:11
> To: "Dave Barach (dbarach)" , Ed Warnicke
> , Lukasz Chrustek
> Cc:
Ranns (nranns)"
Cc: "Ni, Hongjun" , "Dave Barach (dbarach)"
, Ed Warnicke , Lukasz Chrustek
, "Shaw, Jeffrey B" , "Damjan Marion
(damarion)" , "vpp-dev@lists.fd.io" ,
Lukasz Chrustek
Subject: Re:Re: [vpp-dev] Building router plugin - Mrout
7 at 07:11
To: "Dave Barach (dbarach)" , Ed Warnicke
, Lukasz Chrustek
Cc: "Shaw, Jeffrey B" , "Damjan Marion (damarion)"
, "vpp-dev@lists.fd.io" , Lukasz
Chrustek
Subject: Re: [vpp-dev] Building router plugin
Hey Luk,
I have fixed some issues i
7 at 07:11
To: "Dave Barach (dbarach)" , Ed Warnicke
, Lukasz Chrustek
Cc: "Shaw, Jeffrey B" , "Damjan Marion (damarion)"
, "vpp-dev@lists.fd.io" , Lukasz
Chrustek
Subject: Re: [vpp-dev] Building router plugin
Hey Luk,
I have fixed some issues i
tek
Cc: Shaw, Jeffrey B ; Damjan Marion (damarion)
; vpp-dev@lists.fd.io; Lukasz Chrustek
Subject: Re: [vpp-dev] Building router plugin
Thanks Dave. Will look into it.
From: Dave Barach (dbarach) [mailto:dbar...@cisco.com]
Sent: Tuesday, March 28, 2017 7:52 PM
To: Ni, Hongjun ; Ed Warnicke ; Lu
Title: Re: [vpp-dev] Building router plugin
Thank You very much Hongjun, I will test it.
I will test it - mean while, with our programmer, I run the plugin but inserting routes (full BGP feed) thrugh tap interface take very long time. Is it vpp limitation or tap interface ?
Regards
Luk
aturday, 1 April 2017 at 07:11
To: "Dave Barach (dbarach)" , Ed Warnicke
, Lukasz Chrustek
Cc: "Shaw, Jeffrey B" , "Damjan Marion (damarion)"
, "vpp-dev@lists.fd.io" , Lukasz
Chrustek
Subject: Re: [vpp-dev] Building router plugin
Hey Luk,
I have fixed
nicke ;
Lukasz Chrustek
Cc: Shaw, Jeffrey B ; Damjan Marion (damarion)
; vpp-dev@lists.fd.io; Lukasz Chrustek
Subject: Re: [vpp-dev] Building router plugin
Thanks Dave. Will look into it.
From: Dave Barach (dbarach) [mailto:dbar...@cisco.com]
Sent: Tuesday, March 28, 2017 7:52 PM
To: Ni, Ho
dev@lists.fd.io>; Lukasz Chrustek
mailto:luk...@chrustek.net>>
Subject: Re: [vpp-dev] Building router plugin
Hi Luk,
We are using netlink and router plugin in VPP stable 17.01, and also met the
same issue.
I have submitted a patch to fix a compile issue in netlink for review, now
netlink c
; Lukasz Chrustek
Cc: Shaw, Jeffrey B ; Damjan Marion (damarion)
; vpp-dev@lists.fd.io; Lukasz Chrustek
Subject: Re: [vpp-dev] Building router plugin
Hi Luk,
We are using netlink and router plugin in VPP stable 17.01, and also met the
same issue.
I have submitted a patch to fix a compile issue
: Tuesday, March 28, 2017 6:10 AM
To: Łukasz Chrustek
Cc: Damjan Marion (damarion) ; Lukasz Chrustek
; vpp-dev@lists.fd.io; Shaw, Jeffrey B
Subject: Re: [vpp-dev] Building router plugin
You might also look at
https://gerrit.fd.io/r/#/c/5004/ - which introduces memif interfaces... which I
think
You might also look at
https://gerrit.fd.io/r/#/c/5004/ - which introduces memif interfaces...
which I think Damjan eventually wants a library for so that you could
use them for things like taps for routing protocol packets...
Ed
On Mon, Mar 27, 2017 at 2:43 PM, Łukasz Chrustek wrote:
> Hi,
>
Hi,
Ok, thank You. I will give a try with earlier version of vpp, as Jeff
suggests. I have running netlink plugin, but as Ole wrote - most
important is router plugin.
Cheers,
Luk
>> You basically have two options:
>> 1. Teach your routing protocol daemon to directly talk to VPP for
>> co
> You basically have two options:
> 1. Teach your routing protocol daemon to directly talk to VPP for configuring
> the FIB.
> 2. Do not modify the routing daemon and let VPP map routes written in the
> kernel.
>
> For 1, you will need the router plugin, but for packet punting only.
>
> For 2.,
You basically have two options:
1. Teach your routing protocol daemon to directly talk to VPP for configuring
the FIB.
2. Do not modify the routing daemon and let VPP map routes written in the
kernel.
For 1, you will need the router plugin, but for packet punting only.
For 2., you will need bot
Title: Re: [vpp-dev] Building router plugin
Hello,
thank all of You for clarification of status router plugin.
I'm trying to use vpp+dpdk as bare metal linux ruter with bgp and ospf routing protocols, goal is to make very fast router with dynamic routing protocols. Can You advice is ther
...@cisco.com]
Sent: Sunday, March 26, 2017 6:21 AM
To: Pierre Pfister (ppfister) ; Łukasz Chrustek
; Shaw, Jeffrey B
Cc: Łukasz Chrustek ; vpp-dev@lists.fd.io; Neale Ranns
(nranns)
Subject: RE: [vpp-dev] Building router plugin
+1. See diffs below, which are a start on the problem / fix first
The mailman did not let my last message go through because it was too big so I
am removing the previous threads to keep this message under 100KB limit.
Hello,
Dave and Pierre are correct, the router plugin is no longer being maintained.
There was not much interest in the community for this proj
}
Thanks… Dave
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Pierre Pfister (ppfister)
Sent: Sunday, March 26, 2017 8:07 AM
To: Łukasz Chrustek ; Jeff Shaw
Cc: Łukasz Chrustek ; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Building router plugin
Hello Lukasz,
$ make PLATFORM=vpp TAG=vpp vpp-install
> HTH. Dave
> -Original Message-
> From: vpp-dev-boun...@lists.fd.io<mailto:vpp-dev-boun...@lists.fd.io>
> [mailto:vpp-dev-boun...@lists.fd.io<mailto:vpp-dev-boun...@lists.fd.io>] On
> Behalf Of Lukasz Chrustek
> Sent: Frid
Title: Re: [vpp-dev] Building router plugin
Hi,
I'm trying to compile vpp from git sources (git clone https://gerrit.fd.io/r/vpp) + router plugin (also from git, but for vppsb: git clone https://gerrit.fd.io/r/vppsb). Compilation of vpp is working, but I would like to test tap inject
LATFORM=vpp TAG=vpp vpp-install
>
> > HTH. Dave
>
> > -Original Message-
> > From: vpp-dev-boun...@lists.fd.io
> > [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Lukasz Chrustek
> > Sent: Friday, March 24, 2017 4:55 AM
> > To: vpp-dev@lists.fd.io
> &g
pp TAG=vpp vpp-install
>
> > HTH. Dave
>
> > -Original Message-
> > From: vpp-dev-boun...@lists.fd.io
> > [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Lukasz Chrustek
> > Sent: Friday, March 24, 2017 4:55 AM
> > To: vpp-dev@lists.fd.io
> > Subj
e:
> $ cd build-root
> $ make PLATFORM=vpp TAG=vpp vpp-install
> HTH. Dave
> -Original Message-
> From: vpp-dev-boun...@lists.fd.io
> [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Lukasz Chrustek
> Sent: Friday, March 24, 2017 4:55 AM
> To: vpp-dev@lists.fd.io
&g
..@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of Lukasz Chrustek
Sent: Friday, March 24, 2017 4:55 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] Building router plugin
Hi,
Can You advice what is the proper way for building router plugin now ?
I'm trying to build this pl
Hi,
Can You advice what is the proper way for building router plugin now ?
I'm trying to build this plugin as stated in README, but I get:
# ./bootstrap.sh
Saving PATH settings in /git/vpp/build-root/path_setup
Source this file later, as needed
Compile native tools
Arch for platform 'nativ
30 matches
Mail list logo