lvs-dpdk icon indicating copy to clipboard operation
lvs-dpdk copied to clipboard

LVS on dpdk

Results 4 lvs-dpdk issues
Sort by recently updated
recently updated
newest added

- step1: I visited https://dragon.linux-vs.org/~dragonfly/htm/lvs_freebsd.htm and want to lasted ipvs demo on freebsd。but did not visited it. ![image](https://user-images.githubusercontent.com/7271089/177958859-a4a5d099-5a05-4265-8741-f13d4a12cf1f.png) - step2: http://www.freebsdsoftware.org/net/ipvs.html ![image](https://user-images.githubusercontent.com/7271089/177958896-6f47edf8-c198-4550-b3a4-1e8a6f73e2da.png) can you help me ,thanks!

I build odp with option 'enable-shared=no' so that ofp_vs can build with static lib of odp (libodp-dpdk.a libodphelper.a ). But this ofp_vs can not work with error: odp_packet_dpdk.c:162:setup_pkt_dpdk():No driver found...

linux/types.h 和 sys/types.h 以及 stdint.h 类型定义冲突 错误如下(比较多,截了一段): /usr/src/linux/include/linux/types.h:112:17: error: conflicting types for ‘u_int64_t’ typedef __u64 u_int64_t; ^ In file included from /usr/include/sys/uio.h:23:0, from /usr/include/sys/socket.h:26, from /usr/include/netinet/in.h:23, from /usr/include/netdb.h:27, from ../include/layer4.h:30,...