From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 3A8272B97 for ; Thu, 10 Mar 2016 01:23:19 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id p65so7899142wmp.1 for ; Wed, 09 Mar 2016 16:23:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=SHbPmL/IakdlVTo6Y8D+p23TaAod7qGFOrTPwy3OyYU=; b=DK0voy6Ejh4pl5S88DnurXOuGulvZW/+uF+ZM27sBl9ixKZ6NeU8mkSfV4qLxKPYJr V4ysliLpLubXCLrVReK79/wUcVNj1Pj4Q6ydcu8Yn85JRWHJGr36np1HAjh1kFXOV0ko XespHWgLUH+nLj1kpm1zmc7rkvZXKRojwsGWsXl5hjnAj2Ui0ARtf1t7L3LA318OGMk8 Vu3A5hY/dGUHV5hmvuKdMsDlwO/DPzmwb5UuCElH+vEUdtfiJtU/KLOE54OrE5MajDKc aDpsLX+Wfiju2LhMX9oHEqfyAsbuwCLt1J01UbQ1oz1FOy8CwOHaaeiyHFuffkESn/kw BHKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=SHbPmL/IakdlVTo6Y8D+p23TaAod7qGFOrTPwy3OyYU=; b=GKjgvS/SoLh+h3gcRcx8yKguQt78TW4ZxK0q5GmxynpDRyUxh9w6LSCkSL6RS1L84S Kkovb/Zb09//LevzO+c/aiDVZz5aSh9IXgQPiRab5wbCOKdtCnjL3NdzU0wIMoHUKBmq xzN90FOXPao/S2ndMv9dfbLULZtqEd3rOKk7oComAtQa246haWCah+Pc1YFKAfRCnUhX 26uaIvFXTF7OR40hQSumkPSEotC8WBjYD+lf/xe+vSSyfDa5EfGtfy3lYRhGFP3j5jvv FaeV16x8Qor0BJnLAm+9tRIEJcaPe9Dn9Eidlfa2rRcj3gpY8izrKS+j4MhrP3SXLLlY jIJw== X-Gm-Message-State: AD7BkJLm9RtZSgQ2k+xTGX5kpf9FGYY3RtSN84PIEJiJPedUif6csKojdg9kOQm4Wd/ONm4U X-Received: by 10.194.116.9 with SMTP id js9mr543433wjb.112.1457569399108; Wed, 09 Mar 2016 16:23:19 -0800 (PST) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id pd1sm917156wjb.19.2016.03.09.16.23.17 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Mar 2016 16:23:18 -0800 (PST) From: Thomas Monjalon To: Jasvinder Singh Date: Thu, 10 Mar 2016 01:21:38 +0100 Message-ID: <4858265.37V6eaHxtX@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1457460469-209945-2-git-send-email-jasvinder.singh@intel.com> References: <1457002906-69859-1-git-send-email-jasvinder.singh@intel.com> <1457460469-209945-1-git-send-email-jasvinder.singh@intel.com> <1457460469-209945-2-git-send-email-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 2/2] librte_pipeline: add new API functions for pipeline action handlers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 00:23:19 -0000 2016-03-08 18:07, Jasvinder Singh: > Two new pipeline API functions have been added to the library. The packet > hijack API function can be called by any input/output port or table action > handler to remove selected packets from the burst of packets read from one > of the pipeline input ports and then either send these packets out through > any pipeline output port or drop them. > > Another packet drop API function can be used by the pipeline action > handlers (port in/out, table) to drop the packets selected using packet > mask. This function updates the drop statistics counters correctly. > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Series applied, thanks