Re: [vpp-dev] How do I create a igb_uio module on Centos

2017-02-18 Thread Billy McFall
I have been editing ../vpp/dpdk/Makefile, search for IGB_UIO and change the n to a y. Billy On Sat, Feb 18, 2017 at 6:31 AM, Damjan Marion wrote: > > On 18 Feb 2017, at 05:48, Burt Silverman wrote: > > Hi, > > I am trying to follow the procedures on

Re: [vpp-dev] show interface address with multiple tables

2017-01-17 Thread Billy McFall
. Predictable but potentially counter-intuitive results occur if you provision interface addresses in multiple FIBs. Upon RX, packets will be processed in the last IP table ID provisioned. It might be marginally useful to evade source RPF drops to put an interface address into multiple FIBs. Billy McFall O

[vpp-dev] Jira Workflow

2016-10-24 Thread Billy McFall
Following the Jira workflow, I have marked several Jira bugs "Complete". When are they marked closed and who is responsible for making the change? https://wiki.fd.io/view/VPP/jira_workflow For some of the documentation Jira bugs, I added @todo and moved on. For those, do you want me to move the

[vpp-dev] Build Errors

2016-10-13 Thread Billy McFall
software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Thanks, Billy McFall ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] Build Errors

2016-10-13 Thread Billy McFall
ed source stored into /tmp/ccVa8tTa.out file, please attach this to your bugreport. On Thu, Oct 13, 2016 at 10:08 AM, Damjan Marion (damarion) < damar...@cisco.com> wrote: > > Hi Bill, > > Error output copy/pasted here or to pastebin will be a good start. > > Thanks, > &

Re: [vpp-dev] VPP Build Bombing Out on libsvm.la?

2017-01-12 Thread Billy McFall
; make pkg-rpm After some git activity, such as pushing a patch, the .version file becomes stale and needs to be regenerated. So I run: cd vpp; make wipe; I'll let you know what I find on a fresh build. Billy McFall On Wed, Jan 11, 2017 at 6:29 PM, Dave Barach (dbarach) <dbar...@cisco.

[vpp-dev] VPP API Test Crash - Need help debugging

2017-03-27 Thread Billy McFall
e MAC Swap pluggin on my laptop. Any help would be greatly appreciated, Billy McFall The rest is logs on the crash: START VPP FROM CLEAN SANDBOX: Mar 27 09:11:40 localhost systemd: Starting Vector Packet Processing Process... Mar 27 09:11:40 localho

Re: [vpp-dev] Connectivity issue when using vhost-user on 17.04?

2017-04-20 Thread Billy McFall
ference, I have my (simple) setup described @ a gist at [1]. > > > > Thanks, > > eric > > > > > > [1] - https://gist.github.com/egernst/5982ae6f0590cd83330faafacc3fd545 > > ___ > > vpp-dev mailing list > > vpp-dev@lists.fd.

Re: [vpp-dev] dpdk sw crypto- build error

2017-03-03 Thread Billy McFall
P-relative md5_mb/md5_mb_x4x2_sse.s:162: ... from macro `MD5_STEP1' defined here md5_mb/md5_mb_x4x2_sse.s:120: ... from macro `MAGIC_I' defined here : Any suggestions would be greatly appreciated, Billy McFall On Fri, Feb 24, 2017 at 7:03 AM, yusuf khan <yusuf.at...@gmail.com> wrote: >

Re: [vpp-dev] dpdk sw crypto- build error

2017-03-06 Thread Billy McFall
/mb_mgr_hmac_submit_avx512.asm:174: error: parser: instruction expected make[4]: *** [obj/mb_mgr_hmac_submit_avx512.o] Error 1 Thanks, Billy McFall On Mon, Mar 6, 2017 at 11:30 AM, Sergio Gonzalez Monroy < sergio.gonzalez.mon...@intel.com> wrote: > Hi Billy, > > It seems that things hav

Re: [vpp-dev] [csit-dev] about UT test framework for VPP

2017-08-15 Thread Billy McFall
virtualenv/lib/python2.7/site-packages/scapy/utils6.py", line 708, in in6_isgladdr return in6_isincluded(str, '2000::', 3) File "/home/bmcfall/dev/2017_08_14_VPP_Master/vpp/build-root/python/virtualenv/lib/python2.7/site-packages/scapy/utils6.py", line 651, in in6_isincluded

[vpp-dev] VPP Performance drop from 17.04 to 17.07

2017-08-14 Thread Billy McFall
, Billy McFall 17.04: show node counters CountNode Reason : 313035313l2-inputL2 input packets 555726l2-floodL2 flood packets : 310115490l2-inputL2 input

[vpp-dev] Weekly VPP Meeting

2017-07-11 Thread Billy McFall
mas is working on getting CSIT running on local servers. * Source RPM work needs to be done upstream. Need to remove GIT dependency. Billy McFall ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] vppctl bug?

2017-08-08 Thread Billy McFall
I am seeing this same issue on stable/1707 but can't reproduce on master. I tried to back port a couple patches from master back to stable/1707 to see if they fixed it but haven't been able to pinpoint the fix. Does anyone know if this was purposely fixed on master? Billy McFall On Thu, Jul 13

[vpp-dev] 17.04 dot releases not pushed to Nexus

2017-06-15 Thread Billy McFall
/content/repositories/fd.io.centos7/io/fd/vpp/vpp/ Thanks, Billy McFall -- *Billy McFall* SDN Group Office of Technology *Red Hat* ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] Problem with new c api patch commit 8f2a4ea merged on September 19

2017-10-05 Thread Billy McFall
rt of pushing Python 3 into the > > downstream repos, I am open to suggestions. > > > > --Tom > > > > -- > > Thomas F Herbert > > NFV and Fast Data Planes > > Office of Technology > > Red Hat > > > > Referen

Re: [vpp-dev] physmem rework patch

2017-09-07 Thread Billy McFall
appreciate if people can try this patch and report > success/failure. It important that we test it in different > configurations before it is merged. > > Thanks, > > Damjan > > > > > > _______ > vp

[vpp-dev] Hugepage/Memory Allocation Rework

2017-09-06 Thread Billy McFall
merged until after 17.10. I believe this patch will address the concerns of this JIRA. I will update this JIRA as progress is made. This may not be the final patch, but here is the current work in progress: https://gerrit.fd.io/r/#/c/7701/ Thanks, Billy

Re: [vpp-dev] set dpdk interface placement

2017-08-22 Thread Billy McFall
mand has been abrogate > ??? > > ___ > vpp-dev mailing list > vpp-dev@lists.fd.io > https://lists.fd.io/mailman/listinfo/vpp-dev > -- *Billy McFall* SDN Group Office of Technology *Red Hat* ___ vpp-dev mailing l

Re: [vpp-dev] VPP Performance drop from 17.04 to 17.07

2017-08-17 Thread Billy McFall
d than before. Billy > Above are a few generic comments I can think of, without knowing much > details about how the tests are setup and measured. Hope it can help to > explain the different behavior observed between 1704 and 1707. > > > > Regards, > > Joh

Re: [vpp-dev] VPP Performance drop from 17.04 to 17.07

2017-09-05 Thread Billy McFall
L2FIB table to fit 4M MACs and set the > learn limit to 4M entries. During my test, I found L2FIB will run out of > memory at around 2.8M MACs with the previous memory size. > > > > Regards, > > John > > > > *From:* vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun..

Re: [vpp-dev] openSUSE build fails

2017-12-15 Thread Billy McFall
On Fri, Dec 15, 2017 at 5:15 AM, Marco Varlese wrote: > Hi Damjan, > > On Fri, 2017-12-15 at 09:06 +, Damjan Marion (damarion) wrote: > > > > On 15 Dec 2017, at 08:52, Marco Varlese wrote: > > Damjan, > > On Thu, 2017-12-14 at 16:04 +, Damjan Marion

[vpp-dev] Is there a planned VPP 17.10.01?

2017-12-07 Thread Billy McFall
I see a handful of merges on stable/1710 and was just looking to see if there is a scheduled date or plan for a VPP 17.10.01 release? OR are these merges just there in-case there is a VPP 17.10.01 release in the future? Thanks, Billy McFall -- *Billy McFall* Networking Group CTO Office *Red Hat

[vpp-dev] VPP Custom SELinux Policy

2018-01-15 Thread Billy McFall
Billy McFall -- *Billy McFall* Networking Group CTO Office *Red Hat* ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] What RPM contains vpp debug symbols?

2018-01-25 Thread Billy McFall
what he previously reported to me. Billy McFall On Thu, Jan 25, 2018 at 6:57 PM, Dave Wallace <dwallac...@gmail.com> wrote: > Does anyone know what RPM contains debug symbols? > > Back in VPP 17.07 there used to be an RPM package called > vpp-debuginfo-*.x86_64.rpm, but that pa

Re: [vpp-dev] VPP Custom SELinux Policy - New Dependencies

2018-01-30 Thread Billy McFall
` to pickup these new packages. If anyone runs into any issues on CentOS/Fedora/RHEL, drop me an email and I'll take a look. Thanks, Billy McFall On Mon, Jan 15, 2018 at 6:09 PM, Billy McFall <bmcf...@redhat.com> wrote: > I have pushed an initial pass at a VPP Custom SELinux Policy to Gerrit for