Re: [vpp-dev] Duplicate Prefetching of 128 bytes memory.

2017-08-28 Thread Damjan Marion (damarion)
> On 27 Aug 2017, at 12:04, mrityunjay.kum...@wipro.com wrote: > > Dear Team > I would like bring it to your kind notice of below code of vpp-1707-dpdk > plunging. > > static_always_inline void dpdk_prefetch_buffer_by_index (vlib_main_t * vm, > u32 bi) > { > vlib_buffer_t *b; > struct

Re: [vpp-dev] Не удаётся просматреть код

2017-09-01 Thread Damjan Marion (damarion)
Если вы отправляете электронную почту на английском, кто-то может помочь вам …. > On 1 Sep 2017, at 15:11, Алексей Болдырев > wrote: > > При попытке открыть: https://gerrit.fd.io/r/ > Пишет Working... > Потом: > Code Review - Error > Server Unavailable > 504

Re: [vpp-dev] About the order of  VLIB_INIT_FUNCTION called between different plugins

2017-08-30 Thread Damjan Marion (damarion)
Yes, also please note that you can at any time use vlib_get_plugin_symbol(..) function to get pointer to symbol in another plugin. If you get NULL then another plugin is not loaded. So something like this should work, assuming that you want to go that way... static clib_error_t * bar_init

[vpp-dev] openSUSE build fails

2017-12-14 Thread Damjan Marion (damarion)
Folks, I'm hearing from multiple people that OpenSUSE verify job is failing (again). So generally speaking i would like to question having verify jobs for multiple distros. Is there really a value in compiling same code on different distros. Yes I know gcc version can be different, but that

Re: [vpp-dev] openSUSE build fails

2017-12-15 Thread Damjan Marion (damarion)
On 15 Dec 2017, at 08:52, Marco Varlese <mvarl...@suse.de<mailto:mvarl...@suse.de>> wrote: Damjan, On Thu, 2017-12-14 at 16:04 +0000, Damjan Marion (damarion) wrote: Folks, I'm hearing from multiple people that OpenSUSE verify job is failing (again). I haven't heard (or read) a

Re: [vpp-dev] Please install missing RPMs: \npackage python34 is not installed

2017-12-15 Thread Damjan Marion (damarion)
Have you tried to do "make instal-dep" in the top level directory? > On 15 Dec 2017, at 04:05, 重新开始 <15803846...@qq.com> wrote: > > Hi, everyone >I build vpp on centos 7.3, and had executed make install-dep. It is ok. > but when i make build vpp . it print "Please install missing RPMs:

[vpp-dev] DPDK 17.11

2017-11-20 Thread Damjan Marion (damarion)
DPDK 17.11 support is merged this morning but it is still not default. Before making it default, will be good if people can give it a try and report issues. It is as simple as: make dpdk-install-dev DPDK_VERSION=17.11 Thanks, — Damjan ___

Re: [vpp-dev] 50GE interface support on VPP

2017-11-01 Thread Damjan Marion (damarion)
tag. I think the specified gerrit patch in following mail is part of v17.10 release. Attached logs. Thanks, Nitin From: vpp-dev-boun...@lists.fd.io<mailto:vpp-dev-boun...@lists.fd.io> <vpp-dev-boun...@lists.fd.io<mailto:vpp-dev-boun...@lists.fd.io>&g

[vpp-dev] MACCHIATObin and VPP

2017-11-01 Thread Damjan Marion (damarion)
If people are interested, there is ongoing work[1] to bring VPP up on Marvell MACCHIATObin[2] board. Interesting ARM64 community board with SFP+ ports. [1] https://github.com/MarvellEmbeddedProcessors/vpp-marvell [2] http://macchiatobin.net — Damjan

Re: [vpp-dev] 50GE interface support on VPP

2017-11-01 Thread Damjan Marion (damarion)
max = 0}, tx_desc_lim = {nb_max = 65535, nb_min = 0, nb_align = 1, nb_seg_max = 0, nb_mtu_seg_max = 0}, speed_capa = 0, nb_rx_queues = 0, nb_tx_queues = 0} Thanks, Nitin ________ From: Damjan Marion (damarion) <damar...@cisco.com<mailto:damar...@cisco.com>> S

Re: [vpp-dev] 50GE interface support on VPP

2017-11-01 Thread Damjan Marion (damarion)
th data path as well because I am able to receive packets via this NIC to VPP from outside world? Any concern here? -Nitin ____ From: Damjan Marion (damarion) <damar...@cisco.com<mailto:damar...@cisco.com>> Sent: Wednesday, November 1, 2017 5:39:24 PM To: S

Re: [vpp-dev] Some memif API and Naming Questions

2018-01-15 Thread Damjan Marion (damarion)
we can make it work! Let me review, and see if I understand (better) what you are saying and proposing. You said: On Sun, Jan 14, 2018 at 12:10 PM, Damjan Marion (damarion) <damar...@cisco.com<mailto:damar...@cisco.com>> wrote: If "create memif socket file id [master|slave|&q

Re: [vpp-dev] Some memif API and Naming Questions

2018-01-14 Thread Damjan Marion (damarion)
Jon, Each memif connection between master and slave is uniquely identified by AF_UNIX socket and ID pair. This is first law of memif :) On unix side AF_UNIX socket is identified by filename in the filesystem but that is too long so in VPP each AF_UNIX socket have assigned file_id and that

Re: [vpp-dev] Port mirroring support in vpp

2018-01-17 Thread Damjan Marion (damarion)
Have you tried with SPAN? On 17 Jan 2018, at 10:07, Juraj Linkeš > wrote: Hi VPP devs, I’m trying to figure out whether it’s possible to set up port mirroring on a vhost-user port in VPP. The case I’m trying to make work is simple:

Re: [vpp-dev] Some memif API and Naming Questions

2018-01-14 Thread Damjan Marion (damarion)
> > On other side it is perfectly fine to have one slave connected to 2 different > masters where both connections have same interface ID. That's why > interface name is constructed out of 2 numbers. Having only interface_id > in interface name will simply not work in this case. > > This I

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread Damjan Marion (damarion)
t;> wrote: Hi, This is on ARM board. and yes i have modified the specific pcie address to added in startup.conf dpdk { socket-mem 1024 dev 0002:f9:00.0 } On Thursday 1 February 2018, 5:20:59 PM IST, Damjan Marion (damarion) <damar...@cisco.com<mailto:damar...@cisco.com

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread Damjan Marion (damarion)
ages_Free /proc/meminfo HugePages_Free: 5120 ubuntu@vasily:~$ On Wednesday 31 January 2018, 9:30:19 PM IST, Damjan Marion (damarion) <damar...@cisco.com<mailto:damar...@cisco.com>> wrote: On 31 Jan 2018, at 10:34, adarsh m via vpp-dev <vpp-dev@lists.fd.io<mailto:vpp-d

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread Damjan Marion (damarion)
01 19:37:16 vasily vpp[43454]: EAL: VFIO support initialized Feb 01 19:37:16 vasily vnet[43454]: EAL: VFIO support initialized On Thursday 1 February 2018, 4:48:35 PM IST, Damjan Marion (damarion) <damar...@cisco.com<mailto:damar...@cisco.com>> wrote: Unfortunately log yo

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-01-31 Thread Damjan Marion (damarion)
On 31 Jan 2018, at 10:34, adarsh m via vpp-dev > wrote: Hi, Pls check i am trying to bring up vpp with interface on ARM server but facing issue while doing so, pls let me know if there is any existing issue or method to correct this issue.

Re: [vpp-dev] Does VPP support flow control (pause frame)?

2018-02-07 Thread Damjan Marion (damarion)
> On 7 Feb 2018, at 19:12, Li, Charlie wrote: > > Hi All, > > Does VPP support flow control? > > If yes, how to turn on/off flow control? Not supported today but can be it shouldn't be too hard to add. ___ vpp-dev mailing list

<    1   2