From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wiles, Keith" Subject: Re: [PATCH 0/4] net/tap: remote netdevice traffic capture Date: Fri, 3 Mar 2017 15:54:52 +0000 Message-ID: <33A6CFE9-FE2E-444F-9333-309D32EE70FD@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Pascal Mazon 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) In-Reply-To: Content-Language: en-US Content-ID: 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 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