From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [iproute-next v2] tipc: Add support to set and get MTU for UDP bearer Date: Wed, 9 May 2018 21:55:46 -0600 Message-ID: <387e2d0f-d711-8c9a-2cb6-3dca2827f35b@gmail.com> References: <1525780528-31315-1-git-send-email-mohan.krishna.ghanta.krishnamurthy@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: GhantaKrishnamurthy MohanKrishna , tipc-discussion@lists.sourceforge.net, jon.maloy@ericsson.com, maloy@donjonn.com, ying.xue@windriver.com, netdev@vger.kernel.org, stephen@networkplumber.org Return-path: Received: from mail-pl0-f68.google.com ([209.85.160.68]:36408 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933858AbeEJDzs (ORCPT ); Wed, 9 May 2018 23:55:48 -0400 Received: by mail-pl0-f68.google.com with SMTP id v24-v6so501563plo.3 for ; Wed, 09 May 2018 20:55:48 -0700 (PDT) In-Reply-To: <1525780528-31315-1-git-send-email-mohan.krishna.ghanta.krishnamurthy@ericsson.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 5/8/18 5:55 AM, GhantaKrishnamurthy MohanKrishna wrote: > In this commit we introduce the ability to set and get > MTU for UDP media and bearer. > > For set and get properties such as tolerance, window and priority, > we already do: > > $ tipc media set PPROPERTY media MEDIA > $ tipc media get PPROPERTY media MEDIA > > $ tipc bearer set OPTION media MEDIA ARGS > $ tipc bearer get [OPTION] media MEDIA ARGS > > The same has been extended for MTU, with an exception to support > only media type UDP. > > Acked-by: Jon Maloy > Signed-off-by: GhantaKrishnamurthy MohanKrishna > --- > tipc/bearer.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++--------- > tipc/media.c | 24 ++++++++++++++++++++++-- > 2 files changed, 68 insertions(+), 11 deletions(-) > applied to iproute2-next.