-
./ipvsadm --add-laddr -z 私网IP -t 公网IP:80 -F dpdk0
MSGMGR: [sockopt_msg_send:msg#400] errcode set in sockopt msg reply: failed dpdk api
[sockopt_msg_recv] errcode set in socket msg#400 header: failed…
-
As what this title say, netif_port_start() fail to config tx queue, with rte_eth_tx_queue_setup() in dpdk returns -22. After inspection, i found port id =0, queue id =0, tx descriptor number =1024, so…
-
Can dpvs do supports DR mode? how to configured /etc/keepalived/keepalived.conf ,here interface use dpdk0 or dpd0.kni ? I set as it, but it cannot work ! no keepalived package sendout!
-
我的配置如下
+ ./dpip addr add 10.114.249.201/24 dev dpdk0
+ ./dpip route add default via 10.114.249.254 dev dpdk0
+ ./ipvsadm -A -t 10.114.249.201:80 -s rr
+ ./ipvsadm -a -t 10.114.249.201:80 -r 10.112…
-
lvs fullnat才搭建起来,访问都正常。但一会之后出现日志:
lvs-master kernel: [ 1507.061626] IPVS: bind local address: no port available
访问不到rs了。
这个可能是什么原因呀?
-
does the container function use AWS service?
it's better making more comments in containerize.py, thanks