Re: [vpp-dev] VPP & Mellanox

2019-05-16 Thread Billy
I assigned the JIRA to myself, but currently don't have access to any Mellanox NICs. I updated the JIRA with a proposed fix that compiles and loads, but not tested. Billy On Thu, May 16, 2019 at 4:22 AM Eyle Brinkhuis wrote: > Sure! Just done that, see https://jira.fd.io/projects/VPP/iss

Re: [vpp-dev] vpp-selinux-policy package

2019-04-15 Thread Billy
I'll take a look. Assigned the Jira to myself. Billy McFall On Mon, Apr 15, 2019 at 5:22 PM via Lists.Fd.Io wrote: > Hi, > > > > I recently installed VPP on a centos7 host and I had to set SELinux in > permissive mode to assign a vmxnet3 NIC to VPP or create veth interface

Re: [vpp-dev] Run VPP in Kubernetes

2018-10-25 Thread Billy
Not 100% sure, but this looks like it can from some of the work I am doing in the Userspace CNI - https://github.com/intel/userspace-cni-network-plugin If this is the case, please post issues there or to the Intel Slack - https://intel-corp.herokuapp.com/ Billy McFall On Thu, Oct 25, 2018

Re: [vpp-dev] :: vppctl fails to start in Container (Centos 7.5.1804)

2018-08-15 Thread Billy
:/dev/hugepages centos I was able to reproduce what you saw by running: docker run -it centos Once the container was up, ran the following in the container: yum install centos-release-fdio yum install vpp* Then ran on host: docker exec /usr/bin/vpp -c /etc/vpp/startup.conf Billy

Re: [vpp-dev] :: vppctl fails to start in Container (Centos 7.5.1804)

2018-08-15 Thread Billy
I'll take a look. So is VPP only installed in the container, or is also installed on the host? Billy McFall On Wed, Aug 15, 2018 at 6:00 AM, wrote: > Thanks Ed, in centos installing vpp automatically installs > vpp-selinux-policy with it. So enforcing selinux on the host machine make

Re: [vpp-dev] :: vppctl fails to start (Centos 7.5.1804)

2018-08-14 Thread Billy
Omer, On CentOS, the 'vpp' RPM has a prerequisite on the 'vpp-selinux-policy' RPM, so the 'vpp-selinux-policy' RPM should have already been installed. Can you confirm if the 'vpp-selinux-policy' RPM was already installed? Any logs around the error? Thanks, Billy McFall On Mon, Aug 13, 2018 at 1

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

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

[vpp-dev] VPP Custom SELinux Policy

2018-01-15 Thread Billy McFall
pp.log'? As is, '/tmp/vpp.log' will get labeled with 'vpp_tmp_t' and works fine. However, I also created 'vpp_log_t' along with a '/var/log/vpp/' directory if we want to use it. By moving it, it can get labeled with vpp_var_run_t and the correct permissions for things logrotate are set properly. Thanks,

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

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

2017-10-05 Thread Billy McFall
Klement, Thank you for the path "drop python3 dependency" on master ( https://gerrit.fd.io/r/#/c/8584/), it will make ours lives downstream much easier. I don't see the patch on stable/1710. Is there a plan to cherry pick to 1710? (Sorry if it already there, just didn't see it.) Tha

Re: [vpp-dev] physmem rework patch

2017-09-07 Thread Billy McFall
To test, do we need to change anything else with our setup, like remove 80-vpp.conf? If I have HugePages_Total set to 8192 via grub, and 80-vpp.conf is set to the default of 1024, my system should stay at 8192 (provided there is enough free hugepages), correct? Thanks, Billy On Thu, Sep 7, 2017

[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] VPP Performance drop from 17.04 to 17.07

2017-09-05 Thread Billy McFall
Thanks for the update John. I'll this along to our test team. Not sure when we can schedule a retest, but when we do, I'll provide our results. Thanks again, Billy On Tue, Sep 5, 2017 at 10:10 AM, John Lo (loj) <l...@cisco.com> wrote: > Hi Billy, > > > > I submitted f

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
On Tue, Aug 15, 2017 at 8:05 AM, John Lo (loj) <l...@cisco.com> wrote: > Hi Billy, > > > > The output of “show l2fib” is showing how many MAC entries exist in the > L2FIB and is not relevant to the size of L2FIB table. The L2FIB table size > is not configurable. It i

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

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] Weekly VPP Meeting

2017-07-11 Thread Billy McFall
ter, but is disabled currently. Thank you Damjan and Ed. * Billy is working on SELinux Policy so VPP will run with SELinux enabled. Still early stages and with minimal testing, VPP seems to work fine, only see permission issue instantiating VMs (connecting to vHost sockets). More testing needed. * Tho

[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] Connectivity issue when using vhost-user on 17.04?

2017-04-20 Thread Billy McFall
that the recommended use is to leave blank if this was intended to be debug. https://docs.fd.io/vpp/17.07/clicmd_src_vnet_devices_virtio.html Billy On Thu, Apr 20, 2017 at 4:17 PM, Damjan Marion (damarion) < damar...@cisco.com> wrote: > > Eric, > > long time ago ( i think 3+ years) whe

[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] 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] 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] 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 <dmarion.li...@gmail.com> wrote: > > On 18 Feb 2017, at 05:48, Burt Silverman <bur...@gmail.com> wrote: > > Hi, > > I am t

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

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] Jira Workflow

2016-10-24 Thread Billy McFall
me to move the associated Jira to "Complete" or leave open until all the @todo get fixed? Or should new Jira bugs for the @todo be written? Thanks, Billy ___ 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, > &

[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