-
I've tried to quick start and have received the following errors:
`CMake Error at CMakeLists.txt:337 (message):
DPDK library not found`
but I've made sure that I've just installed the DPDK
`pkg-…
-
/home/ubuntu/benchmark-dpdk/main.c: In function 'per_packet':
/home/ubuntu/benchmark-dpdk/main.c:90:5: error: 'struct rte_mbuf' has no member named 'pkt'
pkt->pkt.pkt_len += ETHER_CRC_LEN;
^
/h…
-
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities.
## Recommendations
_Last analysis: Jun 09 | Next scheduled analysis: Jun 16_
### Open
- h…
-
ovn-controller(ovn-branch-20.06) Keep reporting errors in the function "pinctrl_handle_put_dhcp_opts"(pinctrl.c) .The error message is “Invalid or incomplete DHCP packet received”。I use OVN on the bas…
-
**Is your feature request related to a problem? Please describe.**
There should be a clearly API to allow user register events and init runtime.
**Describe the solution you'd like**
for examp…
-
Hi, I need to get dpdk and ansi up and running but I have skylake arch and I get the below message:
```
Your native march is none of westmere/sandybridge/ivybridge/haswell/broadwell/knl.
You may …
-
_Forewarning, I'm not sure if this belongs in this repo or Seastar's repo_
IMO, `--force` should be a flag that `scylla_prepare` can use to make `dpdk_nic_bind.py` force dpdk on an active network con…
-
Openvswitch is not provided with dpdk support in any bundle
------------------------
### What is the issue type?
* [X] Bug report
* [ ] Enhancement request
### Given tutorials; and guides f…
-
RTE_PMD_REGISTER_PCI(net_ixgbe, rte_ixgbe_pmd.pci_drv);
This line doesn't be called if build with static lib of dpdk/odp-dpdk, because this micro use __attribute__((constructor, used)).
The result …
-
either in P4 DPDK or bmv2
need entry into conntrack table
routing->mapping->flows
table to make decision may be CA/PA or other into conntrack table
P4 does not support
Can do early lookup w/o add-…