William, maybe you don't know that kind of tap interface you're saying only can
be used for VM, that is why openvswitch has to introduce internal type for the
case I'm saying.
In OVS DPDK case, if you create the below interface, it is a tap interface.
ovs-vsctl add-port tapX -- set interface ty
Thanks William, af_packet only can open tap interface, it can't create tap
interface. Tap interface onlu can be created by the below way
ovs-vsctl add-port tapX -- set interface tapX type=internal
this tap is very special, it is like a mystery to me so far. "ip tuntap add
tapX mode tap" can't wor
On Fri, Dec 20, 2019 at 06:09:08AM +, Yi Yang (杨燚)-云服务集团 wrote:
> Hi, William
>
> What kernel version can support AF_PACKET v3? I can try it with your patch.
Hi Yiyang,
Kernel +4.0 should have v3 support.
I'm also reading this doc:
https://www.kernel.org/doc/Documentation/networking/packet_
Hi, William
What kernel version can support AF_PACKET v3? I can try it with your patch.
-邮件原件-
发件人: William Tu [mailto:u9012...@gmail.com]
发送时间: 2019年12月20日 8:41
收件人: d...@openvswitch.org
抄送: i.maxim...@ovn.org; Yi Yang (杨�D)-云服务集团 ;
b...@ovn.org; echau...@redhat.com
主题: [PATCH RFC] WIP: