From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1B03EA0487 for ; Tue, 2 Jul 2019 17:15:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D77251BA68; Tue, 2 Jul 2019 17:15:24 +0200 (CEST) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id 02D351BA64 for ; Tue, 2 Jul 2019 17:15:23 +0200 (CEST) Received: by mail-wm1-f67.google.com with SMTP id f17so1455292wme.2 for ; Tue, 02 Jul 2019 08:15:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=+j73yBfWqvXBzVeS9f/UZByX+Bu5P0fdHSkzn3w7/Lg=; b=ZLBHjGUhQDDrhUspQSCB7epn2nvevhHqn4t6WkwgzULs1c0i9L2Yw0Aw64SWRvvVZ3 pdIucLXA7zM+nZkPyiuOmRwpNYtPM+70KpFombHgc8TiNLmznwKNBMR555nNZvAstWZh 5Vz0a5DyJbTTCMwtlNpbMPCDKnBCo/I+fpGDHg0pZjcj/UDvXlQtk8wvKYR4UAHWgRyk EHbIBjboXi804wkx8FwF3uFD+gjfP4fTAnmPo2Rlw2vFSTLguF8GZqMsxO34s8TwlLWX Lv9eH2IaHcOzRUnjPdgGULiZ9k6bR9RKj2yccHwoFPoWZxXJRp1YrFZFcbCTTlRMD2jR +iAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=+j73yBfWqvXBzVeS9f/UZByX+Bu5P0fdHSkzn3w7/Lg=; b=hXLxS7MkrszDeAtOpuG8hwmsYFX4AKEPavJ/yFt/+5N0Ycbc2rwSMg/5Z/39HhXYBG 4ewaG4BDWSmjK01RsYBGAldoPPI29/HJp58rzr9CWnWxckbzXI9Ahs0BfoTlUC5zzs2F 9iBt+oNkQt5Ne9tkC8O/PGg16bSn3YZw2f8v/u3q/bj4Ncs1kAzVaYFUh02jEoqFz469 /uliRhS7IQe2LZ7PmILaQB52z93BkBD0Bw+nsICbbLF6FuOERudAKsvbuHf89GScHj9g GG392vPCviLn0djcyx1u/CfUBECMtKbUitYbRNUs+EYnat3MlzJByDU7dfx5qvz4/4A+ u9zw== X-Gm-Message-State: APjAAAXb2h3rX8Sw5QziLV45BlrtvZtCBd0Y8M71V1cZN/myIH7cR49q GrFcx2jZpuCur5yvccKB5sbSoA== X-Google-Smtp-Source: APXvYqxCjj8KP6gHNVz2NAe0ejceBfFHdMxq0uciypuukVSDA7az+2s1czcEYaUymhpkzjGHEhSTkg== X-Received: by 2002:a7b:ca44:: with SMTP id m4mr3538893wml.160.1562080522788; Tue, 02 Jul 2019 08:15:22 -0700 (PDT) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id p4sm15664981wrx.97.2019.07.02.08.15.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Jul 2019 08:15:22 -0700 (PDT) Date: Tue, 2 Jul 2019 17:15:20 +0200 From: Adrien Mazarguil To: Dekel Peled Cc: wenzhuo.lu@intel.com, jingjing.wu@intel.com, bernard.iremonger@intel.com, yskoh@mellanox.com, shahafs@mellanox.com, viacheslavo@mellanox.com, arybchenko@solarflare.com, dev@dpdk.org, orika@mellanox.com Message-ID: <20190702151520.GE4512@6wind.com> References: <1553177917-43297-1-git-send-email-dekelp@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [dpdk-dev] [PATCH v10 0/3] add actions to modify header fields X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Jul 02, 2019 at 05:44:25PM +0300, Dekel Peled wrote: > Patch [1] implemented set of header modification actions in MLX PMD, based on ethdev and testpmd updates included in [2]. > This series implements support of additional header modification actions, in ethdev, testpmd, and MLX5 PMD. > > Original work by Xiaoyu Min. > > [1] http://patches.dpdk.org/patch/49310/ > [2] http://mails.dpdk.org/archives/dev/2018-August/109672.html > > --- > v2: apply code review comments. > v3: apply additional code review comments. > - Update documentation of new commands. > - Use common general struct for all commands. > v4: apply checkpatch comments. > v5: apply additional code review comments. > - Add 8, 16, 32 bit types to union. > - Update struct name and documentation. > v6: expand description of new struct in h file and commit log. > v7: - Remove the common general struct with union added in v3 & v5. > - Commands take a simple integer value, not enclosed in a structure. > - Use separate commands for INC and DEC with 32 bit unsigned value > of type rte_be32_t. > v8: clean redundant comments refering to removed structure. > v9: - Send the announcement of new approach (use action with single > argument configuration) in separate patch before this series, > see http://patches.dpdk.org/patch/55773/. > - Add PMD release notes update. > v10: - Reorder release notes update properly. > - Update comments for doxygen. Phew! Acked-by: Adrien Mazarguil -- Adrien Mazarguil 6WIND