From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0AF02326B for ; Fri, 4 Aug 2017 17:58:01 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Aug 2017 08:57:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,321,1498546800"; d="scan'208";a="133645189" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga005.jf.intel.com with ESMTP; 04 Aug 2017 08:57:57 -0700 To: ogawa.yasufumi@lab.ntt.co.jp, spp@dpdk.org Cc: sy.jong.choi@intel.com References: <20170718185729.76668-1-ogawa.yasufumi@lab.ntt.co.jp> From: Ferruh Yigit Message-ID: Date: Fri, 4 Aug 2017 16:57:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170718185729.76668-1-ogawa.yasufumi@lab.ntt.co.jp> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [spp] [PATCH 1/5] Add SO_REUSEADDR option X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2017 15:58:02 -0000 On 7/18/2017 7:57 PM, ogawa.yasufumi@lab.ntt.co.jp wrote: > From: Yasufumi Ogawa > > spp.py cannot be launched if it is terminated for unexpected error > and try to restart because of 'port is already used'. > This patch is for avoiding the situation by releasing port > immediately when spp.py is treminated. > > Signed-off-by: Yasufumi Ogawa Series applied, thanks for contribution.