From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9CF35A0C41; Sun, 24 Oct 2021 13:43:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 12ACA4003E; Sun, 24 Oct 2021 13:43:40 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 981D24003C for ; Sun, 24 Oct 2021 13:43:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635075817; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3K6lWU7S1Ea2ErnoZZbV67xIANSmpmipqI7An3i7o+0=; b=IHPDSzSivxXDiK65ESTgeCddvQuj3wa+7w+aW+WOmo+1Smrm5Jk784D00r1zQ8Duvz5g89 LBM0ADiqiZ+y4GzAOLXwejJdWAqZYUOzB77jR9ExT0UL1ObN2XxDPKiYfyMp2Goy4vZXn2 1Qth/OekyLXqyMfmD8ZKangZL2BHzbo= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-488-iNdx1b_XMh-YjNEeEhctag-1; Sun, 24 Oct 2021 07:43:34 -0400 X-MC-Unique: iNdx1b_XMh-YjNEeEhctag-1 Received: by mail-lf1-f72.google.com with SMTP id z29-20020a195e5d000000b003fd437f0e07so4171082lfi.20 for ; Sun, 24 Oct 2021 04:43:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3K6lWU7S1Ea2ErnoZZbV67xIANSmpmipqI7An3i7o+0=; b=IYoDdPNrkc9OZ708YJAiXh1rdm9LmmbOwoBBAiBstB3D67NVcWloT8ZG7Uki2g3YzM SJzI7cWJfg/eGjk12DzmFJAmCIMh5F4j5uKBCJ8n7c0Bm0o75U9yG2BGfR+kndoo5PH+ K09QdBocKEylb4Y/bUCFs5r1Pxr9pPefS8JRskYUtFYzmQ0xg15sut24/VB9U03DpJLu 2XW9slWN2tZ9CohcfiVSSBezSPgiZnioh//8D8n7Pq6MtgsUkq4ZKVLP6tjmDa74vLVZ twvqpEUV/i8kiP6kgO75Ixk5L5ofO2NJtNbwZhdvFkw6KW9F6mBsZiT2dsx7Y2CQmP1x N6xQ== X-Gm-Message-State: AOAM533t4BYNnYtslEUSeGqK/dcGyzGFIPqjo6KGrm1FT+o70quMzDuB olBjPMrxs/RA7sgpQQYMdNPYdEsR1VMn+shppwQZDWBTiO734KKC2NJR8rprZq8Fn4r3r64EQle 89DvDKpZqOHuJni+Weu0= X-Received: by 2002:a2e:9588:: with SMTP id w8mr12062793ljh.81.1635075812973; Sun, 24 Oct 2021 04:43:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzNSs0NjCNrzH+cfvAPOhJLR5o0l77yNR+sLeKjflqNTf5Wpc5QtU7Oii2NSXVT7zUbBwmB0ozzuks4IIGajc4= X-Received: by 2002:a2e:9588:: with SMTP id w8mr12062774ljh.81.1635075812778; Sun, 24 Oct 2021 04:43:32 -0700 (PDT) MIME-Version: 1.0 References: <20210929214817.18082-1-olivier.matz@6wind.com> <20211015192408.21798-1-olivier.matz@6wind.com> In-Reply-To: <20211015192408.21798-1-olivier.matz@6wind.com> From: David Marchand Date: Sun, 24 Oct 2021 13:43:21 +0200 Message-ID: To: Olivier Matz Cc: dev , Thomas Monjalon , "Yigit, Ferruh" , Andrew Rybchenko Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 0/4] mbuf: offload flags namespace X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 Fri, Oct 15, 2021 at 9:24 PM Olivier Matz wrote: > > This patchset fixes the mbuf offload flags namespace by adding an RTE_ > prefix to the definitions. The old flags remain usable, but a deprecation > warning is issued at compilation. > > v2 > * rebase > * remove part about PKT_RX_EIP_CKSUM_BAD, already in 74a74bf98c > * mark old vlan flags as deprecated instead of removing them > * clarify that rx checksum flags are not really removed (just remove dup) > > > Olivier Matz (4): > mbuf: remove duplicate definition of cksum offload flags > mbuf: mark old VLAN offload flags as deprecated > cocci: add cocci script to rename mbuf offload flags > mbuf: add rte prefix to offload flags I had to fix quite some conflicts, hopefully, I did not break anything... Series applied, thanks. -- David Marchand