From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 950475A9A for ; Tue, 24 Feb 2015 04:08:53 +0100 (CET) Received: by mail-wi0-f180.google.com with SMTP id h11so22034919wiw.1 for ; Mon, 23 Feb 2015 19:08:53 -0800 (PST) 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=mmr092IX92Zjc+G9rd2G/appf9IDuluAPUJ/pUqSDGY=; b=kMjTm/HtQwOHZ+PppKAjD2veReQP1GT0njI8SB3csGub31Espubx3DuJRBIofZJ04H ZeMP6/JedpcV0NF/+rMrdjQ0Vz/23K1VpCWwXBTnptMbOCBW2cdXwXJtF/TOoE3g4FeX KGxETjXOSU3wX6ebW77l9q3zq3yTVPs8IEuDlXlUHOV6mpHslPzV/rPNBTSgNlO8djlf v4JlKHYg/bQebofakVtIxaRnaQ9h286zICUvwHaaCh94jOlljUhCffhNPtYyZ/WKzXR9 VamuOtWWzuRsrLvotW2Rr0+A/3XQ4mWt/U+aoGGk8oa8OPwY5pPPD/NJKVQZ2UtzgWYF NnwQ== X-Gm-Message-State: ALoCoQkTmbQIoXdTIBKTp8HRUbc+ja5vajjKd83yvKEOo3EEi5wW5bSftEtU+6cNwYBm8Jr4teog X-Received: by 10.194.61.100 with SMTP id o4mr28490352wjr.28.1424747333470; Mon, 23 Feb 2015 19:08:53 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id s19sm18442996wik.18.2015.02.23.19.08.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Feb 2015 19:08:52 -0800 (PST) From: Thomas Monjalon To: "Ananyev, Konstantin" Date: Tue, 24 Feb 2015 04:08:21 +0100 Message-ID: <3071206.zpcahqU4kf@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <0C5AFCA4B3408848ADF2A3073F7D8CC86D507373@IRSMSX109.ger.corp.intel.com> References: <1424276931-16380-1-git-send-email-konstantin.ananyev@intel.com> <0C5AFCA4B3408848ADF2A3073F7D8CC86D507373@IRSMSX109.ger.corp.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 0/3] doc: ACL - add description for new features. 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, 24 Feb 2015 03:08:53 -0000 > > Konstantin Ananyev (3): > > doc: Add restrictions for ACL rule fields > > doc: ACL - add description for different classification methods > > doc: ACL - add description for max_size build parameter > > Series Acked-by: Siobhan Butler Applied, thanks