From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 026E037B0 for ; Fri, 3 Mar 2017 16:55:00 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2017 07:54:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,237,1484035200"; d="scan'208";a="71273768" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 03 Mar 2017 07:54:53 -0800 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.17]) by FMSMSX105.amr.corp.intel.com ([169.254.4.250]) with mapi id 14.03.0248.002; Fri, 3 Mar 2017 07:54:53 -0800 From: "Wiles, Keith" To: Pascal Mazon CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/4] net/tap: remote netdevice traffic capture Thread-Index: AQHSlBm+k5YFrSiBzkOUxUzheUOopqGDyuUA Date: Fri, 3 Mar 2017 15:54:52 +0000 Message-ID: <33A6CFE9-FE2E-444F-9333-309D32EE70FD@intel.com> 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.209] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/4] net/tap: remote netdevice traffic capture 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: Fri, 03 Mar 2017 15:55:01 -0000 > On Mar 3, 2017, at 6:27 AM, Pascal Mazon wrote: >=20 > This patchset adds the special "remote" feature to the tap PMD, that > actually enables capturing traffic from another netdevice. This is > especially useful to get packets into the DPDK app, when the remote > netdevice has no DPDK support. >=20 > The "remote" feature requires flow API support as flow rules will be > configured on the remote netdevice for redirection, using the same > mechanism. >=20 > This series applies on top of: >=20 > [PATCH 0/4] net/tap: support flow API >=20 > Pascal Mazon (4): > net/tap: add remote netdevice traffic capture > net/tap: reflect tap flags on the remote > net/tap: use the remote MAC address if available > net/tap: set MTU on the remote >=20 > doc/guides/nics/tap.rst | 17 ++ > drivers/net/tap/rte_eth_tap.c | 212 ++++++++++++++++++--- > drivers/net/tap/tap.h | 4 + > drivers/net/tap/tap_flow.c | 414 +++++++++++++++++++++++++++++++++++++= +++-- > drivers/net/tap/tap_flow.h | 24 +++ > 5 files changed, 631 insertions(+), 40 deletions(-) Ah here is the tap.rst change, thanks. >=20 > --=20 > 2.8.0.rc0 >=20 Regards, Keith