Re: [PATCH net-next 1/6] net: add inline function skb_csum_is_sctp

2021-01-19 Thread Shannon Nelson
On 1/19/21 2:23 PM, Alexander Duyck wrote: On Fri, Jan 15, 2021 at 10:13 PM Xin Long wrote: This patch is to define a inline function skb_csum_is_sctp(), and also replace all places where it checks if it's a SCTP CSUM skb. This function would be used later in many networking drivers in the foll

Re: [PATCH net-next 1/6] net: add inline function skb_csum_is_sctp

2021-01-19 Thread Alexander Duyck
On Fri, Jan 15, 2021 at 10:13 PM Xin Long wrote: > > This patch is to define a inline function skb_csum_is_sctp(), and > also replace all places where it checks if it's a SCTP CSUM skb. > This function would be used later in many networking drivers in > the following patches. > > Suggested-by: Ale

[PATCH net-next 1/6] net: add inline function skb_csum_is_sctp

2021-01-15 Thread Xin Long
This patch is to define a inline function skb_csum_is_sctp(), and also replace all places where it checks if it's a SCTP CSUM skb. This function would be used later in many networking drivers in the following patches. Suggested-by: Alexander Duyck Signed-off-by: Xin Long --- drivers/net/etherne