Add @Xu, Qian Q
-Original Message-
From: Maciek Konstantynowicz (mkonstan)
Sent: Wednesday, January 11, 2023 11:53 PM
To: Ji, Kai ; Pei, Yulong ; Xu, Ting
; Liu, Yong ; vpp-dev
; csit-dev
Cc: Fan Roy Zhang ; Andrew Yourtchenko (ayourtch)
; Dave Wallace (dwallace) ; Peter Mikus
-X (p
My naive impression looking at the change, seems like it’s still work in
progress with several comments open. Especially with the autumn DPDK release
IIRC being the “API-breaking” one, looks a bit risky to me… I think haste may
get us into places we don’t wanna be in. I would vote to merge this
Ahh, ok, I was missing that first step on that post. When issuing the
following commands it works as I expected:
*vppctl* :
ip table add 10
create interface vmxnet3 :0b:00.0 bind
set interface ip table vmxnet3-0/b/0/0 10
lcp create vmxnet3-0/b/0/0 host-if ge0
*linux* :
sudo ip link add de
Hoi Brian,
I think that Linux CP does not consume the netlink message that assigns the
interface to a new VRF (table)- doing it the other way around will likely
work better.
It would be pretty slick if "sudo ip link set dev ge0 master vrf-blue"
could pivot the VPP-side interface into the correct
Hello All,
I've been playing around with VPP and have a question about VRFs created in
linux and how they are supposed to appear within the VPP fib when one has
the Linux CP/NL plugins enabled. I saw the following post here
https://lists.fd.io/g/vpp-dev/topic/89678481#21001 which seemed a little
Hi,
On CSIT call just now Kai made us aware of issues with above (cryptodev, sat),
as captured in this patch:
37840: dpdk: make impact to VPP for changes in API for DPDK 22.11 |
https://gerrit.fd.io/r/c/vpp/+/37840
23.02 RC1 is next week and in CSIT we start testing at RC1 milestone, so it
Merged :)
Thanks,
-daw-
On 1/11/23 9:31 AM, Ahmed Abdelsalam (ahabdels) via lists.fd.io wrote:
I just discussed this with Nathan. Should be merged soon. Cheers!
*From: *Pim van Pelt
*Date: *Wednesday, 11 January 2023 at 13:37
*To: *vpp-dev@lists.fd.io
*Cc: *jul...@klaiber.me , Pablo Camaril
I just discussed this with Nathan. Should be merged soon. Cheers!
From: Pim van Pelt
Date: Wednesday, 11 January 2023 at 13:37
To: vpp-dev@lists.fd.io
Cc: jul...@klaiber.me , Pablo Camarillo (pcamaril)
, Ahmed Abdelsalam (ahabdels)
Subject: Re: [vpp-dev] Error message on starting vpp
Hoi,
Nat
Hoi,
Nathan's fix is still pending and starting VPP at HEAD still emits the
warning:
pim@hippo:~/src/vpp$ make run
WARNING: STARTUP_CONF not defined or file doesn't exist.
Running with minimal startup config: unix { interactive
cli-listen /run/vpp/cli.sock gid 1000 } dpdk { no-pci } \n
v
Hi all,
Just a kind reminder that as per the release schedule [0], next Wednesday 18
January 2023 at noon UTC I will pull the stable/2302 branch. After that, only
fixed and pre-agreed low risk commits will be accepted on that branch in
preparation for the release.
[0] https://wiki.fd.io/view/P
Hoi folks,
I noticed that linux-cp plugin is not quite right with endianness:
Example code:
lcp_add = vpp.api.lcp_itf_pair_add_del_v2(is_add=True, sw_if_index=17,
host_if_type=VppEnum.vl_api_lcp_itf_host_type_t.LCP_API_ITF_HOST_TAP,
host_if_name="loop0", netns="dataplane")
print(lcp_add)
11 matches
Mail list logo