From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 00/10] add framework to load and execute BPF code Date: Mon, 16 Apr 2018 23:25:38 +0200 Message-ID: <6743730.v0dKhllkJe@xps> References: <1523040581-2522-2-git-send-email-konstantin.ananyev@intel.com> <1523630598-24606-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Konstantin Ananyev Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 79660CF68 for ; Mon, 16 Apr 2018 23:25:41 +0200 (CEST) In-Reply-To: <1523630598-24606-1-git-send-email-konstantin.ananyev@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/04/2018 16:43, Konstantin Ananyev: > Konstantin Ananyev (10): > net: move BPF related definitions into librte_net > bpf: add BPF loading and execution framework > bpf: add more logic into bpf_validate() > bpf: add JIT compilation for x86_64 ISA > bpf: introduce basic RX/TX BPF filters > testpmd: new commands to load/unload BPF filters > test: add few eBPF samples > test: introduce functional test for librte_bpf > doc: add librte_bpf related info > MAINTAINERS: add librte_bpf related info Just a minor comment: you should try to squash last patches (doc and MAINTAINERS) early in the series. Thanks