上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 164 下一页

2021年6月16日

摘要: 介绍 Kubernetes Services 是将运行在一组 Pod 上的应用程序公开为网络服务的抽象方法。这一组 Pod 能够被 Service 访问到,通常是通过 Labels 和 Selectors 实现的。 当客户端连接到 Kubernetes Service 时,连接会被负载均衡到支持服务 阅读全文
posted @ 2021-06-16 19:33 tycoon3 阅读(98) 评论(0) 推荐(0)
摘要: #define RTE_ETHER_MAX_LEN 1518 /**< Maximum frame len, including CRC. */ #define RTE_PKTMBUF_HEADROOM 128 #define PRIV_SIZE 16 #define MBUF_DATAROOM_S 阅读全文
posted @ 2021-06-16 17:11 tycoon3 阅读(236) 评论(0) 推荐(0)
摘要: [root@localhost mbuf]# cat main.c #include <stdio.h> #include <string.h> #include <stdint.h> #include <errno.h> #include <sys/queue.h> #include <rte_l 阅读全文
posted @ 2021-06-16 16:30 tycoon3 阅读(480) 评论(0) 推荐(0)

2021年6月11日

摘要: [root@localhost dpdk-19.11]# ./usertools/dpdk-devbind.py -s Network devices using DPDK-compatible driver 0000:05:00.0 'Hi1822 Family (2*25GE) 0200' dr 阅读全文
posted @ 2021-06-11 16:33 tycoon3 阅读(391) 评论(0) 推荐(0)

2021年6月10日

摘要: 网卡信息 [root@localhost bond]# ./build/app/bond_app EAL: Detected 128 lcore(s) EAL: Detected 4 NUMA nodes EAL: Multi-process socket /var/run/dpdk/rte/mp_ 阅读全文
posted @ 2021-06-10 15:15 tycoon3 阅读(154) 评论(0) 推荐(0)
摘要: bond_ethdev_mode_set(struct rte_eth_dev *eth_dev, int mode) { struct bond_dev_private *internals; internals = eth_dev->data->dev_private; switch (mode 阅读全文
posted @ 2021-06-10 11:56 tycoon3 阅读(472) 评论(0) 推荐(0)

2021年6月9日

摘要: [root@cloud ~]# kubectl get pods NAME READY STATUS RESTARTS AGE nginx-deployment-c85df76f4-gj65j 1/1 Running 0 7d23h temperature-simulate-mapper-588ff 阅读全文
posted @ 2021-06-09 09:22 tycoon3 阅读(112) 评论(0) 推荐(0)

2021年6月8日

摘要: kubectl cordon pcl001-desktop [root@cloud temperature_yaml]# kubectl get nodes NAME STATUS ROLES AGE VERSION cloud Ready master 28d v1.18.6 edge-vm Re 阅读全文
posted @ 2021-06-08 18:10 tycoon3 阅读(630) 评论(0) 推荐(0)
摘要: [root@cloud temperature_yaml]# kubectl get pod -o wide | grep temperature | wc -l 278 [root@cloud temperature_yaml]# kubectl get pod -o wide | grep te 阅读全文
posted @ 2021-06-08 17:49 tycoon3 阅读(86) 评论(0) 推荐(0)
摘要: https://www.nslookuptool.com/#A&baidu.com [root@bogon ~]# nslookup doh.pub Server: 8.8.8.8 Address: 8.8.8.8#53 Non-authoritative answer: Name: doh.pub 阅读全文
posted @ 2021-06-08 15:57 tycoon3 阅读(51) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 164 下一页

导航