From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id ACAEEB6AB for ; Tue, 9 Feb 2016 12:05:23 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id p63so17982455wmp.1 for ; Tue, 09 Feb 2016 03:05:23 -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 :content-type; bh=Va2JdVGq1mMAsevpvsC5UpAkicZbVTxUYzA5eV09Zmg=; b=f5NNV5KF8atDhsEMAloWiERi4TKROtx1bx8QETZ/Y3w3HcKLGsFX30FWDGRbwiujFe 6OJRXzJ8obsr3AugPKQieUeDYd2HKl1p6fSawTD8OhExwN3slWQhN7WI+yY44YrIYTbD YZM4+32P8bw6f2UKVOV1rtoecuo0wBLqZLeQJ3/3Rua6mkEjUxWmJ5DoHD/yaCKVstO2 csU+bpDC26sXMw9/t83jA2WDpZBKDfliHiaEPcJZAFXFFetUklBkpR48fI8wirVue1kK eI9027cxmfMSt7zYnRbQhkyh5bMWERA9OcXxfTM5TqceFUq7Ve7Ib9hZDLkSzTjFxsO7 ZwAw== 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:content-type; bh=Va2JdVGq1mMAsevpvsC5UpAkicZbVTxUYzA5eV09Zmg=; b=eG89FSZXkokbX/UuN+0KspStLSzVVlgbUS4UmgttselXWe1Ywq7LpwtSll8mqrG1EC 0me5dArVan0HgDOQRYK3rPsPU3TjqjLkFyckrjH6pvjB+8Arc+54RrUWsnqGYwRqnV3F L6ysfhnhDAGwAo9h0vxORp9wr/EPwkigTnCL7TmM2Zu85UoFOVxkLjecmy+7JBQ64Rfv UMQxHCa/SINeidkxiAQFK/dOjNQGLZOXCqJdC9TcuFxDAskVN8xrt7NmTjT4n8+XclGy HPvsCV4B9+olWtNMZ2fSoWcOq+DAdWpyNonwhnsvX0tMIRJOXf4x8JjPPLwSWJ+NbAjf KXnQ== X-Gm-Message-State: AG10YORAjxxpsEaDBYUJg49vyUdW1qQB8b5ULwm12g0CyyFovROJjeavqcXKL5NIUd5UjTDu X-Received: by 10.28.156.199 with SMTP id f190mr3975238wme.83.1455015923503; Tue, 09 Feb 2016 03:05:23 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id c136sm16900090wmd.3.2016.02.09.03.05.22 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 09 Feb 2016 03:05:22 -0800 (PST) From: Thomas Monjalon To: "Fischetti, Antonio" Date: Tue, 09 Feb 2016 12:03:59 +0100 Message-ID: <2364267.RWn34fRISR@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1452534294-29241-1-git-send-email-antonio.fischetti@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] doc: add a further ACL example 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: Tue, 09 Feb 2016 11:05:23 -0000 > > Add a further ACL example where the elements of the search key are not > > entirely fitting into the 4 consecutive bytes of all input fields. > > > > Signed-off-by: Antonio Fischetti > > Acked-by: John McNamara Applied, thanks