Re: [vpp-dev] Requirement of predictable interface name

2021-03-23 Thread Venumadhav Josyula
Hi Chetan, That ability is already there right now also we are using vpp 20.09 and intend to go 21.x also, we do it this way ... dpdk { dev :19:00.1 { name vpp-intf19/0/1 <--- "you can give whatever you , we have chose bus, slot,fn appended with vpp-intf" } .. } We doing th

[vpp-dev] Requirement of predictable interface name

2021-03-23 Thread chetan bhasin
Hi Team, We have a requirement to have a predictable interface name , say "device_" , instead of GigabitEthernet/TenGigabitEthernet etc , so that external scripts can create vpp.conf automatically. One way is to modify plugins/dpdk/device/format.c code as per our requirement . but we want to avoi

[vpp-dev] TCP delay ACK

2021-03-23 Thread liuyacan
Hi All,     It seems that  macro TCP_ALWAYS_ACK is not used now,Are there any considerations? Is there any way I can Enable delay ACK ?Best regards,yacan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19004): https://lists.fd.io/g

[vpp-dev] VPP on Windows

2021-03-23 Thread LT via lists.fd.io
Hi All,I am new to VPP. I am considering VPP for Windows.Please let me know if anyone has used VPP for Windows. ThanksLin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19003): https://lists.fd.io/g/vpp-dev/message/19003 Mute This Topic: https://li

Re: [vpp-dev] vppcom epoll half-closed tcp session

2021-03-23 Thread Florin Coras
Hi Vadim, When peer initiates the closing of the connection (sends fin), session layer notifies vcl about the event and consequently vcl generates an EPOLLHUP | EPOLLRDHUP event towards the app, assuming app uses epoll. Outstanding data can still be read and new data can be written. Are you lo

Re: [vpp-dev] GRE-over-IPSec fails

2021-03-23 Thread Neale Ranns
Hi Vijay, I don’t think you can have both a GRE and IPIP tunnel to the same peer, sourced from the same local address. These two tunnels will create two identical ‘keys’ in the lookup table (src:X,dst:Y,proto:ESP). my guess is your packet matches against the IPIP tunnel, not the GRE and the ke

Re: [vpp-dev] 40G Mellanox NIC not working

2021-03-23 Thread Юрий Иванов
Hi Benoit, Thanks, very unexpected but it works. I'll prefer to use recommended way От: Benoit Ganne (bganne) Отправлено: 22 марта 2021 г. 17:00 Кому: Юрий Иванов ; vpp-dev@lists.fd.io Тема: RE: 40G Mellanox NIC not working Hi, If possible, the preferred way o

[vpp-dev] vppcom epoll half-closed tcp session

2021-03-23 Thread Vadim Platonov via lists.fd.io
Hi, Is there any way to know that vppcom epoll tcp session is half-closed? I mean the supporting of EPOLLRDHUP. Thanks, Vadim. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18999): https://lists.fd.io/g/vpp-dev/message/18999 Mute This Topic: h

Re: [vpp-dev] GRE-over-IPSec fails

2021-03-23 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Vijay, Looking at your packet trace it looks to me you have bad key materials for decrypt and integrity: IP6_NONXT: 242.163.36.86 -> 70.168.225.19 version 1, header length 8 tos 0x34, ttl 245, length 22137, checksum 0x5156 (should be 0x972a) dscp unknown ecn NON_ECN fragm

Re: [vpp-dev] VPP is not coming up

2021-03-23 Thread Nathan Skrzypczak
Hi Vijay, Ok, too bad... Could you also share the output of `show log` ? Cheers -Nathan Le lun. 22 mars 2021 à 19:20, Vijay Kumar a écrit : > Hi Nathan, > > Even with the rebuild based on the steps you provided, the result is same. > > > > Regards. > > > On Mon, 22 Mar 2021, 19:01 Nathan Skrzy