Re: [RFC, net-next] net: qos: introduce a redundancy flow action

2020-11-17 Thread Joergen Andreasen
is used (Section 10.4.1.6). Configure reset timeout (Section 10.4.1.7). Adding an individual recovery function (Section 7.5). Counters to be used for latent error detection (Section 7.4.4). I would prefer to use the term 'frer' instead of 'red' or 'redundancy' in all definitions and functions except for 'redundancy-tag'. -- Joergen Andreasen, Microchip

Re: [EXT] Re: [PATCH v2 net-next 03/10] net: mscc: ocelot: allocated rules to different hardware VCAP TCAMs by chain index

2020-07-17 Thread Joergen Andreasen
The 07/16/2020 17:45, Vladimir Oltean wrote: > Hi Vladimir, > > On Thu, Jul 16, 2020 at 10:37:40AM +, Xiaoliang Yang wrote: > > Hi Joergen, > > > > > > -Original Message- > > From: Joergen Andreasen > > Sent: 2020年7月16日 16:51 > &g

Re: [EXT] Re: [PATCH v2 net-next 03/10] net: mscc: ocelot: allocated rules to different hardware VCAP TCAMs by chain index

2020-07-16 Thread Joergen Andreasen
"dst_ip #{DIP} "\ "action goto chain #{IS1_L2} " t_i "Insert in chain IS1_L1" $ts.dut.run "tc filter add dev #{$dp[0]} ingress protocol ip prio 12 handle 0x201 chain #{IS1_L1} flower #{$skip} "\ "dst_ip #{DIP} "\ "action goto chain #{IS1_L2} " t_i "Insert in chain IS1_L2" $ts.dut.run "tc filter add dev #{$dp[0]} ingress protocol 802.1ad prio 11 handle 0x300 chain #{IS1_L2} flower #{$skip} "\ "vlan_id 10 "\ "vlan_prio 1 "\ "vlan_ethtype 802.1q "\ "cvlan_id 20 "\ "cvlan_prio 2 "\ "action pass " # TODO: goto IS2! # TODO: Add IS2 t_i "Test invalid inserts that must fail" $ts.dut.run_err "tc filter add dev #{$dp[0]} ingress protocol ip chain #{IS1_L0} flower #{$skip} "\ "src_ip 10.10.0.0/16 "\ "action drop" $ts.dut.run_err "tc filter add dev #{$dp[0]} ingress protocol ip chain #{IS1_L1} flower #{$skip} "\ "dst_mac aa:11:22:33:44:55/00:00:ff:00:00:00 "\ "action drop" $ts.dut.run_err "tc filter add dev #{$dp[0]} ingress protocol ip chain #{IS1_L2} flower #{$skip} "\ "ip_proto udp "\ "action drop" end -- Joergen Andreasen, Microchip

Re: [next-queue RFC 0/4] ethtool: Add support for frame preemption

2020-05-20 Thread Joergen Andreasen
what's exposed via LLDP than the actual capabilities > of the hardware. And for the hardware I have actually the values > supported are: (1 + N)*64 + 4 (for N = 0, 1, 2, 3). > > So I thought I was better to let the driver decide what values are > acceptable. > > T

Re: [PATCH v1 net-next 00/15] tc-taprio offload for SJA1105 DSA

2019-09-09 Thread Joergen Andreasen
ing for the reviewer. Salami tactics. > > Andrew I vote for splitting it up. I don't know enough about PTP and taprio/qdisc to review the entire series but the interface presented in patch 09/15 fits well with our future TSN switches. Joergen Andreasen, Microchip