Re: [PATCH v5 2/5] sctp: Always pass skbs on a list to sctp_ulpq_tail_event().

2019-04-11 Thread Marcelo Ricardo Leitner
On Thu, Apr 11, 2019 at 03:01:57PM -0700, David Miller wrote: > > This way we can simplify the logic and remove assumptions > about the implementation of skb lists. > > Signed-off-by: David S. Miller Acked-by: Marcelo Ricardo Leitner > --- > net/sctp/ulpqueue.c | 16 ++-- > 1 fil

[PATCH v5 2/5] sctp: Always pass skbs on a list to sctp_ulpq_tail_event().

2019-04-11 Thread David Miller
This way we can simplify the logic and remove assumptions about the implementation of skb lists. Signed-off-by: David S. Miller --- net/sctp/ulpqueue.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c index 0fecc1fb

[PATCH v5 2/5] sctp: Always pass skbs on a list to sctp_ulpq_tail_event().

2019-04-10 Thread David Miller
This way we can simplify the logic and remove assumptions about the implementation of skb lists. Signed-off-by: David S. Miller --- net/sctp/ulpqueue.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c index 0fecc1fb