Hi,
I have a network that consists of a number of docker containers running on the
same host, and vpp (v20.09) is running on one of them. The vpp has two
interfaces (created via 'create host-interface'). The problem is that when I
ping an interface's neighbor in 'vppctl' with a single echo re
Hi,
(My apologies for being unable to check in earlier) It turned out this was due
to a local network issue, not vpp, which was simply routing the packets it sees
on the interface in question.
Thanks
--Hyong
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Repl
Hi,
I have a docker container (ubuntu:20.04) with vpp binaries installed from
prebuilt packages as described, for example, in:
https://wiki.fd.io/view/VPP/Installing_VPP_binaries_from_packages
While vpp itself is working fine (as a router), we haven't been able to work
with 'acl_plugin.' Using
Hi all,
I'm using the python api to create a ACL rule and apply it to the egress side
of an interface. The VPP version = 20.09-release, and the ACL plugin version
is 1.4.
The rule is to block all the packets addressed to a host's address at port
. When the rule is added to the interface,
Hi,
Thanks for the great info! I'll take a look at the test code and apply to my
own testing.
Thanks,
--Hyong
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18540): https://lists.fd.io/g/vpp-dev/message/18540
Mute This Topic: https://lists.fd.io
Hi,
Are the VPP worker threads, configured in the 'cpu {' section of
'startup.conf', the same as the "workers" or "worker threads" referred to in
the context of host stack / vppcom applications? The answer seems to be no,
looking at the implementation of 'vppcom_worker_register()' but wanted t
Hi,
Say we will have Plugin A that needs to:
1. Receive packets at an interface
2. Update some state about received packets
3. Send the updated state to another "function" for further processing
4. Forward received packets to the next node
What would be the best practice for the design of Step 3
Hi,
I have a python script that uses 'vpp_papi' to try to connect to the 'vpp'
running on the local host. It's based on my reading of the source code in
'src/vpp-api/python/vpp_papi'. One problem I'm running into is that the client
fails to connect to the vpp with the error message:
>
>
>
Hi Ole,
Thanks for the info, and using 'use_socket=True' did solve the issue
('VPPApiClient' was already in use as it was imported as 'VPP' in my code).
Out of curiosity, why is the python shared memory transport deprecated?
Thanks again,
--Hyong
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all
Hi,
I'm trying to build the external packages for 'stable/2106'. The only change I
made to the default config files is in 'build/external/packages/dpdk.mk':
```
DPDK_MLX5_PMD ?= y
DPDK_MLX5_COMMON_PMD ?= y
```
With the above, 'make install-ext-deps' stops with an error:
.
Hi,
We have a set of plugins running in the 'device-input' feature arc. We also
have a set of ACL rules applied at the inbound side of an interface. It turns
out we need to run a plugin so that it only processes the packets after the ACL
rules have been applied to the inbound traffic. Is the
11 matches
Mail list logo