From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AE002A00E6 for ; Fri, 12 Jul 2019 15:50:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 20E171B9CD; Fri, 12 Jul 2019 15:50:17 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 2268F4C8E for ; Fri, 12 Jul 2019 15:50:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jul 2019 06:50:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,482,1557212400"; d="scan'208";a="186606745" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 12 Jul 2019 06:50:14 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 12 Jul 2019 06:50:14 -0700 Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.206]) by fmsmsx101.amr.corp.intel.com ([169.254.1.16]) with mapi id 14.03.0439.000; Fri, 12 Jul 2019 06:50:14 -0700 From: "Wiles, Keith" To: "Donald_Lee@trendmicro.com" CC: "thomas@monjalon.net" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/tap: fix Rx miss the packets Thread-Index: AQHVOJtcq6HGILsCCkymffR8tAtWJKbHdZaA Date: Fri, 12 Jul 2019 13:50:13 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.49.226] 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: fix Rx miss the packets 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > On Jul 12, 2019, at 5:20 AM, Donald_Lee@trendmicro.com wrote: >=20 > From: Donald Lee >=20 >=20 >=20 > After pmd_rx_burst be triggered, it doesn't retrieve all the frames. >=20 > It may leave some pending frames there. >=20 >=20 >=20 > Signed-off-by: Donald Lee >=20 > --- >=20 > drivers/net/tap/rte_eth_tap.c | 7 ++++++- >=20 > drivers/net/tap/rte_eth_tap.h | 1 + >=20 > 2 files changed, 7 insertions(+), 1 deletion(-) >=20 Acked-by: Keith Wiles Regards, Keith