Re: [PATCH v2 4/4] net/l2tpv3: Simplify LD/ST API uses

2024-10-03 Thread Richard Henderson
On 9/27/24 14:50, Philippe Mathieu-Daudé wrote: Directly call ldn_be_p once instead of ldl_be_p / ldq_be_p. Signed-off-by: Philippe Mathieu-Daudé --- net/l2tpv3.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net/l2tpv3.c b/net/l2tpv3.c index b5547cb917..7a0d5dcfe9

[PATCH v2 4/4] net/l2tpv3: Simplify LD/ST API uses

2024-09-27 Thread Philippe Mathieu-Daudé
Directly call ldn_be_p once instead of ldl_be_p / ldq_be_p. Signed-off-by: Philippe Mathieu-Daudé --- net/l2tpv3.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net/l2tpv3.c b/net/l2tpv3.c index b5547cb917..7a0d5dcfe9 100644 --- a/net/l2tpv3.c +++ b/net/l2tpv3.c @@ -31