Re: [vpp-dev] Bridge-domain function and usage.

2022-08-01 Thread Neale Ranns
Hi Pargya, That’s a multicast destination address. /neale From: vpp-dev@lists.fd.io on behalf of Pragya Nand Bhagat via lists.fd.io Date: Tuesday, 2 August 2022 at 12:25 To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Bridge-domain function and usage. Hi Steven, I'm sending unknown unicast

Re: [vpp-dev] Bridge-domain function and usage.

2022-08-01 Thread Pragya Nand Bhagat
Hi Steven, I'm sending unknown unicast packets with source and destination mac as : IP4: a4:bf:01:89:9d:cf -> ab:cd:ef:ab:cd:ef 802.1q vlan 100 Please have a look in the packet trace. Thanks Pragya Nand On Tue, Aug 2, 2022 at 4:51 AM steven luong via lists.fd.io wrote: > Pragya, > > > > UU-F

Re: [vpp-dev] Bridge-domain function and usage.

2022-08-01 Thread steven luong via lists.fd.io
Pragya, UU-Flood stands for Unknown Unicast Flooding. It does not flood multicast or broadcast packets. You need “Flooding” on to flood multicast/broadcast packets. Steven From: on behalf of Pragya Nand Bhagat Reply-To: "vpp-dev@lists.fd.io" Date: Monday, August 1, 2022 at 2:59 AM To: "vpp-

Re: [vpp-dev] VPP buffer pool allocation optimization guidance

2022-08-01 Thread PRANAB DAS
Hi Ben, I am wondering if VPP could allow VLIB_BUFFER_POOL_PER_THREAD_CACHE_SZ 512 to be changed to a build time value as done in DPDK ?  The i40e NIC has 4K max number of tx/rx descriptors. If we change the value of VLIB_BUFFER_POOL_PER_THREAD_CACHE_SZ from 512 to 8K - the number of buffers i

Re: [vpp-dev] Unable to set valid-lifetime in ipv6 ra

2022-08-01 Thread Ole Troan
>From rfc4861: Each prefix has an associated: AdvValidLifetime The value to be placed in the Valid Lifetime in the Prefix Information option, in seconds. The desig

Re: [vpp-dev] Unable to set valid-lifetime in ipv6 ra

2022-08-01 Thread hemant via lists.fd.io
Takanori-san, I don't see no-decrement ra option in rfc4861. Could you please provide a reference in a document first. Thanks, Hemant -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Takanori Hirano via lists.fd.io Sent: Monday, August 01, 2022 7:01 AM To: vpp-dev@lists.fd.

Re: [vpp-dev] Unable to set valid-lifetime in ipv6 ra

2022-08-01 Thread Takanori Hirano via lists.fd.io
Dear Mr. Andrew Yourtchenko, Thank you for your review and merge. It is an honor to contribute with your great support. I have newly added the no-decrement option to ra config. Can you please review this one too? https://gerrit.fd.io/r/c/vpp/+/36781 > Takanori-san, > > Thanks a lot for the conf

Re: [vpp-dev] Bridge-domain function and usage.

2022-08-01 Thread Pragya Nand Bhagat
Hi Stanislav, Following is the trace : with flooding enabled: vpp# show bridge-domain 100 det BD-ID Index BSN Age(min) Learning U-Forwrd UU-Flood Flooding ARP-Term arp-ufwd Learn-co Learn-li BVI-Intf 100 1 0off onon flood

Re: [vpp-dev] Copy packet forwarding performance issues

2022-08-01 Thread Benoit Ganne (bganne) via lists.fd.io
You probably want to use vlib_buffer_clone() instead. Best ben > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of NUAA?? > Sent: Monday, August 1, 2022 4:53 > To: vpp-dev@lists.fd.io > Subject: [vpp-dev] Copy packet forwarding performance issues > > Hi,vpp experts > I have a