Re: [PATCH net-next v19 00/26] Introducing OpenVPN Data Channel Offload

2025-02-13 Thread Sean Anderson
Hi Antonio, On 2/10/25 19:39, Antonio Quartulli wrote: NOTE: TCP tests are still showing the following warning while running iperf. I have analysed the report several times, but it definitely looks like a false positive to me, so nothing to worry about. Basically the lockdep engine gets confuse

Re: [PATCH net-next] selftests: net: csum: Clean up recv_verify_packet_ipv6

2024-09-30 Thread Sean Anderson
On 9/30/24 13:16, Willem de Bruijn wrote: > Sean Anderson wrote: >> Rename ip_len to payload_len since the length in this case refers only >> to the payload, and not the entire IP packet like for IPv4. While we're >> at it, just use the variable directly when calling >

[PATCH net-next] selftests: net: csum: Clean up recv_verify_packet_ipv6

2024-09-30 Thread Sean Anderson
Rename ip_len to payload_len since the length in this case refers only to the payload, and not the entire IP packet like for IPv4. While we're at it, just use the variable directly when calling recv_verify_packet_udp/tcp. Signed-off-by: Sean Anderson --- tools/testing/selftests/net/lib/c

Re: [PATCH net] selftests: net: csum: Fix checksums for packets with non-zero padding

2024-09-10 Thread Sean Anderson
On 9/10/24 13:42, Willem de Bruijn wrote: > Sean Anderson wrote: >> On 9/9/24 21:01, Willem de Bruijn wrote: >> > Jakub Kicinski wrote: >> >> On Mon, 09 Sep 2024 13:26:42 -0400 Willem de Bruijn wrote: >> >> > > This seems to be a bug in the driver.

Re: [PATCH net] selftests: net: csum: Fix checksums for packets with non-zero padding

2024-09-10 Thread Sean Anderson
On 9/9/24 21:01, Willem de Bruijn wrote: > Jakub Kicinski wrote: >> On Mon, 09 Sep 2024 13:26:42 -0400 Willem de Bruijn wrote: >> > > This seems to be a bug in the driver. >> > > >> > > A call to skb_put_padto(skb, ETH_ZLEN) should be added. >> > >> > In which case this test detecting it may be

Re: [PATCH net] selftests: net: csum: Fix checksums for packets with non-zero padding

2024-09-09 Thread Sean Anderson
On 9/6/24 22:05, Willem de Bruijn wrote: > Sean Anderson wrote: >> Padding is not included in UDP and TCP checksums. Therefore, reduce the >> length of the checksummed data to include only the data in the IP >> payload. This fixes spurious reported checksum failures like

[PATCH net] selftests: net: csum: Fix checksums for packets with non-zero padding

2024-09-06 Thread Sean Anderson
for there to be trailing bytes after the UDP data but before the Ethernet padding (e.g. if sizeof(ip) + sizeof(udp) + udp.len < ip.len). However, we don't generate such packets. Fixes: 91a7de85600d ("selftests/net: add csum offload test") Signed-off-by: Sean Anderson --- Found whil

Re: [PATCH] builddeb: Don't look for a missing Module.symvers

2021-02-05 Thread Sean Anderson
On 2/5/21 3:14 AM, Masahiro Yamada wrote: On Fri, Feb 5, 2021 at 5:21 AM Sean Anderson wrote: If deb-pkg is run with CONFIG_MODULES disabled, then make fails with find: ‘Module.symvers’: No such file or directory make[4]: *** [scripts/Makefile.package:87: intdeb-pkg] Error 1 make[3

[PATCH] builddeb: Don't look for a missing Module.symvers

2021-02-04 Thread Sean Anderson
headerobjfiles if we actually have modules. Signed-off-by: Sean Anderson --- scripts/package/builddeb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 91a502bb97e8..19d44704832b 100755 --- a/scripts/package

Re: [PATCH 0/4] clk: add driver for the SiFive FU740

2020-10-16 Thread Sean Anderson
On 10/16/20 5:18 AM, Zong Li wrote: > Add a driver for the SiFive FU740 PRCI IP block, which handles more > clocks than FU540. These patches also refactor the original > implementation by spliting the dependent-code of fu540 and fu740 > respectively. > > Zong Li (4): > clk: sifive: Extract prci

Re: [PATCH 3/8] asm-generic: fix unaligned access hamdling in raw_copy_{from, to}_user

2020-09-07 Thread Sean Anderson
> Re: [PATCH 3/8] asm-generic: fix unaligned access hamdling in raw_copy_{from, > to}_user nit: handling --Sean

Re: [PATCH v4 4/4] dt-bindings: timer: Add CLINT bindings

2020-07-27 Thread Sean Anderson
On 7/26/20 2:37 PM, Palmer Dabbelt wrote: > On Tue, 21 Jul 2020 20:55:31 PDT (-0700), a...@brainfault.org wrote: >> On Tue, Jul 21, 2020 at 5:48 PM Sean Anderson wrote: >>> >>> On 7/20/20 9:15 PM, Atish Patra wrote: >>> > On Fri, Jul 17, 2020 at 12:52 AM Anu

Re: [PATCH v4 4/4] dt-bindings: timer: Add CLINT bindings

2020-07-21 Thread Sean Anderson
On 7/20/20 9:15 PM, Atish Patra wrote: > On Fri, Jul 17, 2020 at 12:52 AM Anup Patel wrote: >> >> We add DT bindings documentation for CLINT device. >> >> Signed-off-by: Anup Patel >> Reviewed-by: Palmer Dabbelt >> Tested-by: Emil Renner Berhing >> --- >> .../bindings/timer/sifive,clint.yaml

Re: [PATCH 5/5] dt-bindings: timer: Add CLINT bindings

2020-05-28 Thread Sean Anderson
On 5/26/20 8:32 PM, Palmer Dabbelt wrote: > On Thu, 21 May 2020 23:29:36 PDT (-0700), sean...@gmail.com wrote: >> On 5/22/20 1:54 AM, Anup Patel wrote: >>> On Fri, May 22, 2020 at 1:35 AM Sean Anderson wrote: >>>> >>>> On 5/21/20 9:45 AM, An

Re: [PATCH 5/5] dt-bindings: timer: Add CLINT bindings

2020-05-21 Thread Sean Anderson
On 5/22/20 1:54 AM, Anup Patel wrote: > On Fri, May 22, 2020 at 1:35 AM Sean Anderson wrote: >> >> On 5/21/20 9:45 AM, Anup Patel wrote: >>> +Required properties: >>> +- compatible : "sifive,clint-1.0.0" and a string identifying the actual >>> +

Re: [PATCH 5/5] dt-bindings: timer: Add CLINT bindings

2020-05-21 Thread Sean Anderson
On 5/21/20 9:45 AM, Anup Patel wrote: > We add DT bindings documentation for CLINT device. > > Signed-off-by: Anup Patel > --- > .../bindings/timer/sifive,clint.txt | 33 +++ > 1 file changed, 33 insertions(+) > create mode 100644 Documentation/devicetree/bindings/time