From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 00/16] Vector Rx/Tx PMD implementation for fm10k Date: Fri, 30 Oct 2015 00:12:39 +0100 Message-ID: <7206152.Q02RhEFdjn@xps13> References: <1445939209-12783-2-git-send-email-jing.d.chen@intel.com> <1446110173-13330-1-git-send-email-jing.d.chen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Chen, Jing D" Return-path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id DCC32E72 for ; Fri, 30 Oct 2015 00:13:50 +0100 (CET) Received: by wijp11 with SMTP id p11so15896wij.0 for ; Thu, 29 Oct 2015 16:13:50 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Chen Jing D(Mark) (16): > > fm10k: add new vPMD file > > fm10k: add vPMD pre-condition check for each RX queue > > fm10k: Add a new func to initialize all parameters > > fm10k: add func to re-allocate mbuf for RX ring > > fm10k: add 2 functions to parse pkt_type and offload flag > > fm10k: add Vector RX function > > fm10k: add func to do Vector RX condition check > > fm10k: add Vector RX scatter function > > fm10k: add function to decide best RX function > > fm10k: add func to release mbuf in case Vector RX applied > > fm10k: add Vector TX function > > fm10k: use func pointer to reset TX queue and mbuf release > > fm10k: introduce 2 funcs to reset TX queue and mbuf release > > fm10k: Add function to decide best TX func > > fm10k: fix a crash issue in vector RX func > > doc: release notes update for fm10k Vector PMD > > Acked-by: Cunming Liang Sorry, there are some checkpatch warnings and a compilation error: SPACING: No space is necessary after a cast SPACING: spaces preferred around that '+' LINE_CONTINUATIONS: Avoid unnecessary line continuations And more important, with clang: fm10k_rxtx_vec.c:69:1: error: unused function 'fm10k_rxq_rearm'