Re: [PATCH] ipvs: Avoid unnecessary calls to skb_is_gso_sctp

2024-06-26 Thread Pablo Neira Ayuso
Hi, I have placed this patch in the nf-next tree to be included in the next pull request. Thanks.

Re: [PATCH] ipvs: Avoid unnecessary calls to skb_is_gso_sctp

2024-06-01 Thread Simon Horman
On Mon, May 27, 2024 at 08:59:37PM +0300, Julian Anastasov wrote: > > Hello, > > On Thu, 23 May 2024, Ismael Luceno wrote: > > > In the context of the SCTP SNAT/DNAT handler, these calls can only > > return true. > > > > Ref: e10d3ba4d434 ("ipvs: Fix checksumming on GSO of SCTP packets")

Re: [PATCH] ipvs: Avoid unnecessary calls to skb_is_gso_sctp

2024-05-27 Thread Julian Anastasov
Hello, On Thu, 23 May 2024, Ismael Luceno wrote: > In the context of the SCTP SNAT/DNAT handler, these calls can only > return true. > > Ref: e10d3ba4d434 ("ipvs: Fix checksumming on GSO of SCTP packets") checkpatch.pl prefers to see the "commit" word: Ref: commit e10d3ba4d434

[PATCH] ipvs: Avoid unnecessary calls to skb_is_gso_sctp

2024-05-23 Thread Ismael Luceno
In the context of the SCTP SNAT/DNAT handler, these calls can only return true. Ref: e10d3ba4d434 ("ipvs: Fix checksumming on GSO of SCTP packets") Signed-off-by: Ismael Luceno CC: Pablo Neira Ayuso CC: Michal Kubeček CC: Simon Horman CC: Julian Anastasov CC: lvs-de...@vger.kernel.org CC: net