From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/2] net/ark: allow unique user data for each port in extension calls Date: Fri, 23 Jun 2017 10:21:59 +0100 Message-ID: <258b76a4-dec7-0ccc-e568-581cf5cbc09c@intel.com> References: <1498134644-14089-1-git-send-email-john.miller@atomicrules.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: shepard.siegel@atomicrules.com, ed.czeck@atomicrules.com To: John Miller , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 853032BC3 for ; Fri, 23 Jun 2017 11:22:02 +0200 (CEST) In-Reply-To: <1498134644-14089-1-git-send-email-john.miller@atomicrules.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/22/2017 1:30 PM, John Miller wrote: > Provide unique user data pointer in the extension calls for > each port. Hi John, Can you please give more details about why this is done. I can see in adapter data user_data pointer kept per port now, but why? What was observed with previous code? If this is to fix something, what we should expect to be fixed? And there is mtu_set implementation, is it related modification? Can be separated to another patch? Thanks, ferruh > > Signed-off-by: John Miller <...>