Re: [vpp-dev] dst mac-address look up?

2021-04-21 Thread hemant via lists.fd.io
From: Neale Ranns Sent: Wednesday, April 21, 2021 12:19 PM To: hem...@mnkcg.com; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] dst mac-address look up? From: hem...@mnkcg.com mailto:hem...@mnkcg.com> > Date: Wednesday, 21 April 2021 at 17:36 To: Neale Ranns

[vpp-dev] VPP behavior stability document

2021-04-21 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via lists.fd.io
Hello. I am working on a document, discussing improvements to the current API process that go beyond just API. It is currently a draft (of limited readability), but several people are giving me feedback already, so maybe some of you want to read and comment too. Here [0] is the Gerrit link.

Re: [vpp-dev] dst mac-address look up?

2021-04-21 Thread hemant via lists.fd.io
From: Neale Ranns Sent: Wednesday, April 21, 2021 12:19 PM To: hem...@mnkcg.com; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] dst mac-address look up? From: hem...@mnkcg.com mailto:hem...@mnkcg.com> > Date: Wednesday, 21 April 2021 at 17:36 To: Neale Ranns

Re: [vpp-dev] dst mac-address look up?

2021-04-21 Thread Neale Ranns
From: hem...@mnkcg.com Date: Wednesday, 21 April 2021 at 17:36 To: Neale Ranns , vpp-dev@lists.fd.io Subject: RE: [vpp-dev] dst mac-address look up? Hi Neale, Thanks for your help and patience. The adj is complete, but my data plane doesn’t have an index to find the adj. I get the index

Re: [vpp-dev] dst mac-address look up?

2021-04-21 Thread hemant via lists.fd.io
Hi Neale, Thanks for your help and patience. The adj is complete, but my data plane doesn’t have an index to find the adj. I get the index from ip-neighbor as follows. adj_index = fib_entry_get_adj(ipn->ipn_fib_entry_index); I have written code to lookup ip-neighbor for first

[vpp-dev] ip4 length > l2 length with memif + TRex

2021-04-21 Thread Ivan Shvedunov
Hello, I've been struggling with the following issue (observed with VPP 21.01): when trying any of ASTF TRex profiles with VPP, I get multiple errors: "ip4 length > l2 length". These don't happen with each packet but rather with some of them. It looks like the TCP payload is truncated down to

Re: [vpp-dev] How to enable Mellanox compilation in VPP 21.01

2021-04-21 Thread Július Milan
Hi Mohammed I verified that this patch fixes it. Thanks a lot Julius On Tue, 20 Apr 2021 at 10:25, Mohammed Hawari wrote: > Hi Julius, > > Thanks for finding that issue on master, could you verify that this patch > fixes it? https://gerrit.fd.io/r/c/vpp/+/32042 > > Best regards, > > Mohammed

[vpp-dev]about policer

2021-04-21 Thread su...@chinatelecom.cn
hello, I have a question, in the function vnet_policer_police(), we get the pol with policer_index, but not use the lock to protect the data from multithread access when enter into the vnet_police_packet() function,is there any implicit protection mechanism here or is this a bug?

Re: [vpp-dev] dst mac-address look up?

2021-04-21 Thread Neale Ranns
Hi Hemant, This conversation seems to be going round in circles a bit, so this is my last contribution… From: hem...@mnkcg.com mailto:hem...@mnkcg.com>> Date: Monday, 19 April 2021 at 17:23 To: hem...@mnkcg.com mailto:hem...@mnkcg.com>>,