From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6ADED282; Mon, 9 Jan 2017 12:55:15 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 09 Jan 2017 03:55:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,339,1477983600"; d="scan'208";a="806730812" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jan 2017 03:55:13 -0800 To: "Timmons C. Player" , linville@tuxdriver.com References: <1483626815-476-1-git-send-email-timmons.player@spirent.com> Cc: dev@dpdk.org, dpdk stable From: Ferruh Yigit Message-ID: <9109d76d-0d94-2ce4-b030-e2d819709998@intel.com> Date: Mon, 9 Jan 2017 11:55:12 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1483626815-476-1-git-send-email-timmons.player@spirent.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/af_packet: fix fd use after free X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 11:55:16 -0000 On 1/5/2017 2:33 PM, Timmons C. Player wrote: > When using the same file descriptor for both rx and tx, the > eth_dev_stop function would close the same fd twice. This > change prevents that from happening. > > Signed-off-by: Timmons C. Player Fixes: 364e08f2bbc0 ("af_packet: add PMD for AF_PACKET-based virtual devices") CC:stable@dpdk.org Acked-by: Ferruh Yigit