From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [patch iproute2 v2 2/2] tc: man: Add man entry for the matchall classifier. Date: Wed, 31 Aug 2016 09:10:07 +0200 Message-ID: <20160831071007.GA1807@nanopsycho.orion> References: <1472497261-2881-1-git-send-email-jiri@resnulli.us> <1472497261-2881-3-git-send-email-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: yotamg@mellanox.com, nogahf@mellanox.com, idosch@mellanox.com, eladr@mellanox.com, Netdev , Stephen Hemminger , Or Gerlitz To: Rami Rosen Return-path: Received: from mail-wm0-f66.google.com ([74.125.82.66]:34540 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751299AbcHaHKL (ORCPT ); Wed, 31 Aug 2016 03:10:11 -0400 Received: by mail-wm0-f66.google.com with SMTP id d196so2096622wmd.1 for ; Wed, 31 Aug 2016 00:10:10 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Tue, Aug 30, 2016 at 08:00:12PM CEST, roszenrami@gmail.com wrote: >Hi, Jiri, >Only now could review this, so here are some slight comments: > >pacets->Should be packets. > > >> +where the second command attaches a matchall filters on it that mirrors >> the >> +pacets to device eth2. >> > >engress->Did you mean "egress" ? > >> + >> +To create engress mirroring from port eth1 to port eth2: >> +.EX >> + >> >Again, pacets->Should be packets. Will fix and send v3 > > >> +where the second command attaches a matchall filters on it that mirrors >> the >> +pacets to device eth2. >> + >> + >> > >Regards, >Rami Rosen