From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Subject: Re: [PATCH net] sctp: add SCTP_CID_RECONF conversion in sctp_cname Date: Mon, 18 Dec 2017 11:08:10 -0200 Message-ID: <20171218130810.GA6123@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: network dev , linux-sctp@vger.kernel.org, davem@davemloft.net, Neil Horman To: Xin Long Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39480 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757121AbdLRNIV (ORCPT ); Mon, 18 Dec 2017 08:08:21 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Dec 18, 2017 at 02:13:17PM +0800, Xin Long wrote: > Whenever a new type of chunk is added, the corresp conversion in > sctp_cname should be added. Otherwise, in some places, pr_debug > will print it as "unknown chunk". > > Fixes: cc16f00f6529 ("sctp: add support for generating stream reconf ssn reset request chunk") > Signed-off-by: Xin Long Acked-by: Marcelo R. Leitner ... > case SCTP_CID_AUTH: > return "AUTH"; > > + case SCTP_CID_RECONF: > + return "RECONF"; > + > default: > break; Now we also need idata and ifwdtsn in there too, btw. Marcelo