[vpp-dev] target symbol

2018-07-28 Thread xulang
Hi all, How can I reserve symbols in the target file vpp, what should I do to the Makefile under build-root. Regards, xiaoC-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9964): https://lists.fd.io/g/vpp-dev/message/9964 Mute This Topic: https:/

[vpp-dev] L3VPN in VPP

2018-07-28 Thread Gulakh
Hi, I have setup a *VPLS *scenario successfully and now I want to setup a *L3VPN *scenario in VPP (L3VPN topology is in attachment). My configuration for VPLS is some how like this link

Re: [vpp-dev] Manual patch verify request: gerrit 13769

2018-07-28 Thread Damjan Marion via Lists.Fd.Io
Is incremental checksum really needed here, or we can just move to new vectorized checksum calculation (already used in ip-input)? -- Damjan > On 27 Jul 2018, at 22:17, Dave Barach via Lists.Fd.Io > wrote: > > Thanks very much... Dave > > From: Tina Tsou mailto:tina.t...@arm.com>> > Sent

Re: [vpp-dev] Regarding /var/run/.rte_config

2018-07-28 Thread Dave Barach via Lists.Fd.Io
If you want to attempt a manual cherry-pick: https://gerrit.fd.io/r/#/c/13745 - merged a couple of days ago - would be the right place to start. D. From: vpp-dev@lists.fd.io On Behalf Of Damjan Marion via Lists.Fd.Io Sent: Saturday, July 28, 2018 7:20 AM To: Prashant Upadhyaya Cc: vpp-dev@lis

Re: [csit-dev] [vpp-dev] Parallel test execution in VPP Test Framework

2018-07-28 Thread Damjan Marion via Lists.Fd.Io
Dear All, My personal preference is that make test framework implements cpu assignment code. It should't be rocket science to parse /sys/devices/system/cpu/online and give one cpu to each instance. It will also help to test framework to understand how many parallel jobs it can run... Enforci

Re: [csit-dev] [vpp-dev] Parallel test execution in VPP Test Framework

2018-07-28 Thread Dave Barach via Lists.Fd.Io
Guys, The current behavior is probably not what the code author intended. It’s easy to change. I’ve already offered under separate cover to push a draft patch which won’t do this under any circumstances, so folks can kick the tires. In its final form, a command-line argument of the form “... cp

Re: [vpp-dev] Regarding /var/run/.rte_config

2018-07-28 Thread Damjan Marion via Lists.Fd.Io
Dear Prashant, "git blame" is your friend. He can easily tell you which patch introduced that functionality. And than you can try to cherry-pick it on top of 18.01 -- Damjan > On 28 Jul 2018, at 07:27, Prashant Upadhyaya wrote: > > Hi again Damjan, > > I am currently using VPP release 1

Re: [vpp-dev] Regarding /var/run/.rte_config

2018-07-28 Thread Prashant Upadhyaya
Hi again Damjan, I am currently using VPP release 18.01 which just has the tx capture functionality. I see that VPP release 18.07 has introduced the rx capture functionality. At the moment, upgrading my release to 18.01 is not an option. Can you please advise how easy or difficult it will be to b