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 1A05D1B809 for ; Wed, 31 Jan 2018 19:52:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2018 10:52:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,441,1511856000"; d="scan'208";a="23924675" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.19.13]) ([10.252.19.13]) by FMSMGA003.fm.intel.com with ESMTP; 31 Jan 2018 10:52:18 -0800 To: Pascal Mazon , Ophir Munk , dev@dpdk.org Cc: Thomas Monjalon , Olga Shern References: <1517224703-20708-1-git-send-email-ophirmu@mellanox.com> <1517328029-17052-1-git-send-email-ophirmu@mellanox.com> From: Ferruh Yigit Message-ID: Date: Wed, 31 Jan 2018 18:52:17 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/2] fix eBPF TAP RSS leakage and map key handling X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 18:52:22 -0000 On 1/30/2018 4:10 PM, Pascal Mazon wrote: > The patches look good to me. > Good catch. > > On 30/01/2018 17:00, Ophir Munk wrote: >> v2: >> fix eBPF RSS map key handling >> >> v1: >> fix eBPF file descriptors leakage >> >> Ophir Munk (2): >> net/tap: fix eBPF file descriptors leakage >> net/tap: fix eBPF RSS map key handling > Acked-by: Pascal Mazon Series applied to dpdk-next-net/master, thanks.