摘要:[root@localhost dpdk-19.11]# export RTE_SDK=`pwd` [root@localhost dpdk-19.11]# export RTE_TARGET=arm64-armv8a-linuxapp-gcc [root@localhost dpdk-19.11]
阅读全文
摘要:[root@localhost dpdk-19.11]# ./usertools/dpdk-devbind.py -s Network devices using kernel driver 0000:06:00.0 'Hi1822 Family (2*25GE) 0200' if=enp6s0 d
阅读全文
摘要:[root@localhost dpdk-19.11]# ./examples/kni/build/app/kni -c 0xFFFFF -n 4 -- -P -p 0x3 --config="(0,0,1),(1,2,3)" EAL: Detected 128 lcore(s) EAL: Dete
阅读全文
摘要:rte_eth_dev_rx_intr_disable(uint16_t port_id, uint16_t queue_id) { struct rte_eth_dev *dev; RTE_ETH_VALID_PORTID_OR_ERR_RET(port_id, -ENODEV); dev = &
阅读全文
摘要:[root@localhost dpdk_lcores]# ./build/app/test --lcores "(0,1,2,3,4)@(0,1),(5,6,7,8)@3" EAL: Detected 128 lcore(s) EAL: Detected 4 NUMA nodes EAL: Mul
阅读全文
摘要:[root@localhost dpdk_lcores]# ./build/app/test --lcores "(0,1,2,3,4)@(0,1),(5,6,7,8)@3" EAL: Detected 128 lcore(s) EAL: Detected 4 NUMA nodes EAL: Mul
阅读全文
摘要:[root@localhost dpdk_lcores]# ls main.c Makefile [root@localhost dpdk_lcores]# cat Makefile export RTE_TARGET=arm64-armv8a-linuxapp-gcc export RTE_SDK
阅读全文
摘要:参考https://blog.csdn.net/sinat_20184565/article/details/92700223 官方文档: http://doc.dpdk.org/dts/test_plans/kni_test_plan.html [root@localhost dpdk-19.11
阅读全文
摘要:1、 uio 在register device的时候通过uio_dev_add_attributes生成/sys/class/uio/uio0/xx,注册中断 2、 用户程序fd=open(/sys/class/uio/uio0/maps/mapX/size) 3、调用mmap(fd)会进行rema
阅读全文
摘要:vpp sample plugin https://workerwork.github.io/posts/vpp-sample-plugin/ vpp编译分析 https://workerwork.github.io/posts/vpp-debs/ 基于VPP+DPDK开源框架开发UPF https
阅读全文
摘要:root@gobgp:~# lspci | grep -i ether 01:00.0 Ethernet controller: Red Hat, Inc. Virtio network device (rev 01) 07:00.0 Ethernet controller: Red Hat, In
阅读全文
摘要:https://vpp.flirble.org/stable-1801/srmpls_doc.html vpp# show sr mpls policies SR MPLS policies: vpp# show version vpp v20.05.1-release built by root
阅读全文
摘要:startup-config /path_to_config_file 配置TenGigabitEthernet4/0/0的ip地址和端口状态 set interface state TenGigabitEthernet4/0/0 up set interface ip address TenGig
阅读全文
摘要:Learning VPP: OSPF routing protocol Posted on April 17, 2020 Overview The task at hand is to enable OSPF on VPP router. For this purpose is chosen FRR
阅读全文
摘要:How to Install VPP The following describes how to install VPP on Ubuntu 18.04. For a complete set of instructions click on the button at the bottom of
阅读全文
摘要:https://software.intel.com/content/www/us/en/develop/articles/using-open-vswitch-with-dpdk-for-inter-vm-nfv-applications.htmlhttps://www.cnblogs.com/h
阅读全文
摘要:https://www.cnblogs.com/zhuyp1015/archive/2012/08/11/2633299.html 数据中心的网络以交换以太网为主,只有传统意义的汇聚层往上才是IP的天下。数据中心的以太网络会逐步扩大,IP转发的层次也会被越推越高。 数据中心网络从设计伊始,主要着眼点
阅读全文
摘要:static int bnxt_setup_flower(struct net_device *dev, struct tc_cls_flower_offload *cls_flower) { struct tc_mqprio_qopt *mqprio = type_data; struct bnx
阅读全文
摘要:DBGvpp# show pci Address Sock VID:PID Link Speed Driver Product Name Vital Product Data 0000:05:00.0 0 19e5:0200 8.0 GT/s x16 vfio-pci Huawei IN200 2*
阅读全文
摘要:void br_set_state(struct net_bridge_port *p, unsigned int state) { struct switchdev_attr attr = { .orig_dev = p->dev, .id = SWITCHDEV_ATTR_ID_PORT_STP
阅读全文