Re: [vpp-dev] syslog in snat

2017-10-13 Thread Luke, Chris
I’m sure there is, but it’s not a very squeaky wheel. Also, patches welcome. :) Best way to get familiar with the code is to get up to your elbows in it! Cheers, Chris. From: Matt Paska [mailto:mattjpa...@gmail.com] Sent: Friday, October 13, 2017 18:51 To: Florin Coras

Re: [vpp-dev] jvpp core future test failure (gerrit 8743)

2017-10-13 Thread Dave Barach (dbarach)
I think this should about cover the situation... ()... HTH... Dave void vl_msg_api_config (vl_msg_api_msg_config_t * c) { api_main_t *am = _main; /* * This happens during the java core tests if the message * dictionary is missing newly added xxx_reply_t messages. * Should never

Re: [vpp-dev] syslog in snat

2017-10-13 Thread Matt Paska
I understand, thanks! I just mean in general if there wasn't interest in Syslog in SNAT. Looking back the thread, I chimed in June about it being included 17.07. I'm not too familiar with the SNAT codebase myself to help directly so I'm trying to figure out if there is possibility for the future.

Re: [vpp-dev] syslog in snat

2017-10-13 Thread Florin Coras
Indeed! Florin > On Oct 13, 2017, at 3:31 PM, Luke, Chris wrote: > > The release stable branch was forked several weeks ago; at this point it the > release only accepts bug fixes. > > Chris. > > From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io]

Re: [vpp-dev] syslog in snat

2017-10-13 Thread Luke, Chris
The release stable branch was forked several weeks ago; at this point it the release only accepts bug fixes. Chris. From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Matt Paska Sent: Friday, October 13, 2017 17:11 To: Matus Fabian -X (matfabia - PANTHEON

Re: [vpp-dev] syslog in snat

2017-10-13 Thread Matt Paska
Thanks for the info. Is there not enough interest to warrant being included? On Thu, Oct 12, 2017 at 9:26 PM, Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) wrote: > Syslog in NAT plugin is not a part of 17.10 release. > > > > Matus > > > > > > *From:*

Re: [vpp-dev] jvpp core future test failure (gerrit 8743)

2017-10-13 Thread Dave Barach (dbarach)
Yes, I did. I just worked it out myself... Thanks… Dave From: Ole Troan (otroan) Sent: Friday, October 13, 2017 1:48 PM To: Ole Troan (otroan) Cc: Dave Barach (dbarach) ; Ole Troan ; vpp-dev@lists.fd.io Subject: Re: jvpp core future

Re: [vpp-dev] jvpp core future test failure (gerrit 8743)

2017-10-13 Thread Ole Troan (otroan)
s/map/dns if you were to cut and paste. #define vl_msg_name_crc_list #include #undef vl_msg_name_crc_list static void setup_message_id_table (api_main_t * am) { #define _(id,n,crc) vl_msg_api_add_msg_name_crc (am, #n "_" #crc, id); foreach_vl_msg_name_crc_dns; #undef _ } Ole On 13 Oct

[vpp-dev] 128-bit integer scalar type

2017-10-13 Thread Brian Brooks
Hi, Are there cases where unsigned __int128 can be used instead of u32x4 or similar-width vector.h type abstraction for code that does plain C-style bitwise/arith ops or assignments? Thanks, Brian IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also

Re: [vpp-dev] jvpp core future test failure (gerrit 8743)

2017-10-13 Thread Ole Troan (otroan)
Dear Dave, I wonder if you forgot to hookup the messages in the CRC dictionary? #define vl_msg_name_crc_list #include #undef vl_msg_name_crc_list static void setup_message_id_table (api_main_t * am) { #define _(id,n,crc) vl_msg_api_add_msg_name_crc (am, #n "_" #crc, id);

[vpp-dev] jvpp core future test failure (gerrit 8743)

2017-10-13 Thread Dave Barach (dbarach)
Dear Ole, See https://gerrit.fd.io/r/#/c/8743. It turns out that the java core future "make test" test fails as shown below. The patch adds three xxx_reply_t binary api messages. See .../src/vnet/dns/dns.api. It sure looks like the Java code knows about them, but isn't doing a very good job

[vpp-dev] vhash/pfhash

2017-10-13 Thread Brian Brooks
Hi, Will vhash and pfhash continue to be unused? Which hash is used the most often? Thanks, Brian IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do

[vpp-dev] l2 forward

2017-10-13 Thread yug...@telincn.com
Hi all, Why there is no vlan l2 forward, only bridge forward ? Regards, Ewan yug...@telincn.com ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] Neighbor Solicitation MAC

2017-10-13 Thread Akshaya Nadahalli
Hello, We see that IPv6 Neighbor solicitation messages sent by VPP are having Ethernet Destination MAC address as FF:FF:FF:FF:FF:FF - Broadcast MAC. Aren't IPv6 Neighbor solicitation messages supposed to have destination MAC as - 33:33:FF:? VPP sent NS messages: 14:23:13.721695

[vpp-dev] adding support for a NIC to VPP

2017-10-13 Thread devendra rawat
Hi, I need to add the support for Mellanox ConnectX-3 Pro NIC to VPP. This NIC is already supported in DPDK. Is there a basic guide for adding new NIC support to VPP ? Thanks, Devendra ___ vpp-dev mailing list vpp-dev@lists.fd.io

Re: [vpp-dev] vpp-verify-master-centos7 failure -> rebase patch

2017-10-13 Thread Marco Varlese
On Wed, 2017-10-11 at 11:07 -0400, Dave Wallace wrote: > Folks, > > > > The patch, https://gerrit.fd.io/r/#/c/8722/, in master has created > a new dpdk rpm version. > > > > If your patch is failing vpp-verify-master-centos7 with the > following