Re: [ovs-discuss] only ICMP cannot be hardware offload

2023-10-23 Thread Eelco Chaudron via discuss
On 24 Oct 2023, at 8:47, chuanyun Xiao wrote: > I use the VM to ping an external IP address and telnet same ip To observe > the tc rules of bond0。 > > [root@gateway02 ~]# tc filter show egress dev bond0 > filter block 18 protocol ip pref 2 flower chain 0 > filter block 18 protocol ip pref 2 fl

Re: [ovs-discuss] only ICMP cannot be hardware offload

2023-10-23 Thread chuanyun Xiao via discuss
I use the VM to ping an external IP address and telnet same ip To observe the tc rules of bond0。 [root@gateway02 ~]# tc filter show egress dev bond0 filter block 18 protocol ip pref 2 flower chain 0 filter block 18 protocol ip pref 2 flower chain 0 handle 0x1 dst_mac e8:eb:d3:3a:d5:e8 src_ma

Re: [ovs-discuss] only ICMP cannot be hardware offload

2023-10-23 Thread Eelco Chaudron via discuss
On 24 Oct 2023, at 7:02, chuanyun Xiao via discuss wrote: > I use the VM to ping an external IP address and view tc rules on the > centralized gateway > > filter block 18 protocol ip pref 2 flower chain 0 handle 0x2 > dst_mac ae:86:86:ab:a6:08 > src_mac 88:2a:5e:a9:30:ad > eth_type ipv4 >

[ovs-discuss] only ICMP cannot be hardware offload

2023-10-23 Thread chuanyun Xiao via discuss
I use the VM to ping an external IP address and view tc rules on the centralized gateway filter block 18 protocol ip pref 2 flower chain 0 handle 0x2 dst_mac ae:86:86:ab:a6:08 src_mac 88:2a:5e:a9:30:ad eth_type ipv4 ip_proto icmp ip_tos 0/0x3 ip_ttl 58 dst_ip 10.199.100.20 src_ip 1

Re: [ovs-discuss] OVN: scaling L2 networks beyond 10k chassis - proposals

2023-10-23 Thread Felix Huettner via discuss
On Wed, Oct 04, 2023 at 04:41:31PM +0200, Robin Jarry via discuss wrote: > Hi Felix, > > Felix Huettner, Oct 04, 2023 at 09:24: > > Hi Robin, > > > > i'll try to answer what i can. > > > > On Tue, Oct 03, 2023 at 09:22:53AM +0200, Robin Jarry via discuss wrote: > > > Hi all, > > > > > > Felix Huett