iqiyi / dpvs

DPVS is a high performance Layer-4 load balancer based on DPDK.
Other
3k stars 723 forks source link

ipvsadm --add-laddr报错 #63

Closed NicoSpec closed 6 years ago

NicoSpec commented 6 years ago

./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 dpdk api(-11)

beacer commented 6 years ago

Is the NIC support Flow Director ? If not, FullNAT and SNAT mode cannot be used. http://dpdk.org/doc/nics http://dpdk.org/doc/guides/nics/overview.html#id1

NicoSpec commented 6 years ago

谢谢,我们的网卡是I350,不支持Flow Director