From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id EB8D25B18 for ; Tue, 10 Jul 2018 00:01:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jul 2018 15:01:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,330,1526367600"; d="scan'208";a="239029609" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 09 Jul 2018 15:01:09 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 9 Jul 2018 15:01:06 -0700 Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.3]) by fmsmsx121.amr.corp.intel.com ([169.254.6.169]) with mapi id 14.03.0319.002; Mon, 9 Jul 2018 15:01:06 -0700 From: "Wiles, Keith" To: "Eads, Gage" CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/tap: set queue started and stopped Thread-Index: AQHUF8JgMbrJv+PzZUG8NPa16RhwPKSH5n6A Date: Mon, 9 Jul 2018 22:01:06 +0000 Message-ID: <4CB61D5D-A8C4-4709-B73F-E210F1B486BA@intel.com> References: <20180709202049.18137-1-gage.eads@intel.com> In-Reply-To: <20180709202049.18137-1-gage.eads@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.111.179] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/tap: set queue started and stopped 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: Mon, 09 Jul 2018 22:01:30 -0000 > On Jul 9, 2018, at 3:20 PM, Eads, Gage wrote: >=20 > Set the rx and tx queue state appropriately when the queues or device are > started or stopped. >=20 > Signed-off-by: Gage Eads Acked-by Keith Wiles Regards, Keith