ZENOTME

Results 141 comments of ZENOTME

> A packet coming through a raw socket still traverses the entire Linux networking stack Does `socket(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL))` traverse the entire Linux networking stack? For AF_PACKET, seems the packet...

> BTW, do we prepare to support statement CREATE TYPE >> We could support it by reusing some parts of create table. But a simpler alternative is to output them...

We need to maintain the type info in meta catalog instead of hardcode first. And then we can support to modify these info.(e.g. add new composite type)

I'm interested in this issue, but I'm confused about > With rawkv-based migration, neither the source nor the destination need to judge expire time >> Do you mean that we...

> Let the target determine the expire. Do you means the case like: 1. migrate (k,v) to target, and now (k,v) don't have expire 2. And then target get a...

Thanks for your reply and suggestions and sorry for reply late! I am considering separating the rx && tx task into two threads. I am creating two sockets(one for rx...

Thanks for your help! I think what I try to do is that use two mode both. E.g. I have two veth: veth1, veth2, both of them have one queue...

> Mixing the two modes is not supported by bind, but there is a trick you can apply. Create a new umem here, but have it overlap the first umem...