Re: [vpp-dev] multicast traffic getting duplicated in lacp bond mode

2020-12-06 Thread ashish . saxena
Hi Steven, Thanks for replying. In linux bonding, there is option for xmit_hash_policy , that prevents the duplicate packets. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-using_channel_bonding ( https://ind01.safelinks.protection.outlook.c

Re: [vpp-dev] don't see any interface but local0

2020-12-06 Thread Dave Barach
Most likely, the corresponding Linux interface is up. Try running vpp manually from the command-line, and look for messages of this form: vlib_pci_bind_to_uio: Skipping PCI device :00:1f.6 as host interface eno2 is up vlib_pci_bind_to_uio: Skipping PCI device :02:00.0 as host interface

[vpp-dev] Packages are not visible

2020-12-06 Thread Merve
Hi, When i want to send packet from DPDK based generator to VPP. packages are not visible when "show int" DBGvpp# show int Name   Idx    State  MTU (L3/IP4/IP6/MPLS) Counter  Count TenGigabitEthernet1/0/0   1 down 9000/0/0/0 TenGigabitEthernet1/0/1

Re: [vpp-dev] multicast traffic getting duplicated in lacp bond mode

2020-12-06 Thread steven luong via lists.fd.io
When you create the bond interface using either lacp or xor mode, there is an option to specify load-balance l2, l23, or l34 which is equivalent to linux xmit_hash_policy. Steven From: on behalf of "ashish.sax...@hsc.com" Date: Sunday, December 6, 2020 at 3:24 AM To: "vpp-dev@lists.fd.io" S

Re: [vpp-dev] don't see any interface but local0

2020-12-06 Thread hemant via lists.fd.io
Hi Dave, Thanks for your reply. No luck yet. I ran VPP manually and log is included below. I have also included output of ifconfig on my machine. I do have hugepage setup in 80-vpp.conf as well. Thanks, Hemant hemant@upper:~/vpp$ ./build-root/install-vpp-native/vpp/bin/

Re: [vpp-dev] don't see any interface but local0

2020-12-06 Thread hemant via lists.fd.io
Dave, You were right on the ball. I realized, I didn't have latest DPDK installed which is the root cause. I installed latest DPDK on my machine using the instructions here: https://core.dpdk.org/doc/quick-start/ Now the interface are seen in vpp once I shut them down in linux. $ sudo