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 52B492C74 for ; Tue, 14 Mar 2017 15:05:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489500312; x=1521036312; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=EybTUcbKaaHC03m7iNwQQU3UJfb0AUZjnrP/RKKU83U=; b=aVMmgyY979xvMnzH7Oruq3J4QS1joJcxuJvtKAKUhmWzoyl7sPxrBJ5/ qQaY7/mAKM8/x/cYlVi5MsNA205EWg==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2017 07:05:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,164,1486454400"; d="scan'208";a="235942512" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 14 Mar 2017 07:05:09 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.172]) by fmsmsx107.amr.corp.intel.com ([169.254.6.78]) with mapi id 14.03.0248.002; Tue, 14 Mar 2017 07:05:10 -0700 From: "Wiles, Keith" To: Pascal Mazon CC: "dev@dpdk.org" Thread-Topic: [PATCH v4 1/4] net/tap: move private elements to external header Thread-Index: AQHSnJ1v9RbWTY6C8UKQJDvRvspAVKGU1BcA Date: Tue, 14 Mar 2017 14:05:09 +0000 Message-ID: <94BB32E2-353C-4FF9-B555-63BEC8BBE5BF@intel.com> References: <76afb11776753b1399af7003597c4ba01bec2123.1489479924.git.pascal.mazon@6wind.com> In-Reply-To: <76afb11776753b1399af7003597c4ba01bec2123.1489479924.git.pascal.mazon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.255.28.43] Content-Type: text/plain; charset="us-ascii" Content-ID: <99BC8EB335C3AC459080D0C1E9EC6D44@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 1/4] net/tap: move private elements to external header 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: Tue, 14 Mar 2017 14:05:12 -0000 > On Mar 14, 2017, at 4:29 PM, Pascal Mazon wrote: >=20 > In the next patch, access to struct pmd_internals will be necessary in > tap_flow.c to store the flows. >=20 > Signed-off-by: Pascal Mazon > Acked-by: Olga Shern Acked-by: Keith Wiles Regards, Keith