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 DFCDEA0353; Thu, 6 Aug 2020 17:48:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2E8732BF2; Thu, 6 Aug 2020 17:48:33 +0200 (CEST) Received: from mail-ot1-f67.google.com (mail-ot1-f67.google.com [209.85.210.67]) by dpdk.org (Postfix) with ESMTP id DD09E2BB5 for ; Thu, 6 Aug 2020 17:48:31 +0200 (CEST) Received: by mail-ot1-f67.google.com with SMTP id a65so27352086otc.8 for ; Thu, 06 Aug 2020 08:48:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5WSVsQd8L8fa1vVSqgau4fmWJ9fYGhkqm8uS3ckBBtE=; b=aYEFAGJgUgGuR/aVfQWormiAGy23w7PqyWxtH8VOrj/T/BfYG3LdS/sfKtCQpB4PMg goCoEYinWIoV94tsWWKH/4KlyAAdTxXYzzMSBRYElIqRIaMnju6rUGS59XNR8mrJAkct GXlJEHyqOHo5GRdDsYH8YTohvZOXBcT1O6Xtk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5WSVsQd8L8fa1vVSqgau4fmWJ9fYGhkqm8uS3ckBBtE=; b=nK0E4aliwcEdgc4kSB+Bs3a+wZ64EpkEg1GY3K16xZ+6iKVxEl/pLD5NxgkpjR9LpA 4e+LtJUimovhW5zJ285Ns6maP077uo5zcRTv1gNU9jFol4jwHB8enGPK+iIfSPQeYx3P LuA4lEhW0qgsnFM8x+UizCMAFndkzHzDGIUfNtymPSAPStQRT/i/P8fLi+HPdipC+2X+ CN+YBq3DssnN35G787ABHKY4Y692LbRwBfNvePWzCzid+gD0EQOnRjkytrTBn+wWyEvs pYQlCBB6wFq6EBug01697R5ITde3B7R66a3RrHpigvylJE0yTllsqY29P2MtPzK2tQUm dWjA== X-Gm-Message-State: AOAM532dv2lDH86UjDsBNnipkDRbtEdsx2Kw4SCKJU3lM0dTO47oQF/v vusQMpAgG9O10Re6eJ1vd9jrBH5+wn0x9bkmdaubrA== X-Google-Smtp-Source: ABdhPJzQ9ZP5FiHiSM+3VGtljZbFFCgzlNXBV2PMbzzCa6iQiE7V9sDpW17VZrXI2lEW5boTFI7SoFG6djF3QaTb3gM= X-Received: by 2002:a9d:3784:: with SMTP id x4mr7273516otb.95.1596728910811; Thu, 06 Aug 2020 08:48:30 -0700 (PDT) MIME-Version: 1.0 References: <678a4cdeb67c9873c9d2842ec5a747f35600399f.1596483829.git.dekelp@mellanox.com> <4239474.pmar7NyoYS@thomas> In-Reply-To: <4239474.pmar7NyoYS@thomas> From: Ajit Khaparde Date: Thu, 6 Aug 2020 08:48:14 -0700 Message-ID: To: Thomas Monjalon Cc: Dekel Peled , dpdk-dev , Jerin Jacob , Stephen Hemminger , Andrew Rybchenko , maxime.coquelin@redhat.com, Olivier Matz , David Marchand , Ferruh Yigit Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH] doc: announce change in IPv6 item struct 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 Thu, Aug 6, 2020 at 5:30 AM Thomas Monjalon wrote: > 03/08/2020 21:51, Dekel Peled: > > Struct rte_flow_item_ipv6 will be modified to include additional > > values, indicating existence or absence of IPv6 extension headers > > following the IPv6 header, as proposed in RFC > > https://mails.dpdk.org/archives/dev/2020-August/177257.html. > > Because of ABI break this change is proposed for 20.11. > > > > Signed-off-by: Dekel Peled > > --- > > +* ethdev: The ``struct rte_flow_item_ipv6`` struct will be modified to > include > > + additional values, indicating existence or absence of IPv6 extension > headers > > + following the IPv6 header, as proposed in RFC > > + https://mails.dpdk.org/archives/dev/2020-August/177257.html. > > That's the same idea as VLAN item, but for IPv6 extensions. > We need to address the issues of variable header parts with rte_flow, so > Acked-by: Thomas Monjalon > Acked-by: Ajit Khaparde