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 1B6EDA04DD; Fri, 23 Oct 2020 18:51:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6A93F5A97; Fri, 23 Oct 2020 18:51:48 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 659894C96 for ; Fri, 23 Oct 2020 18:51:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603471903; 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=uCvXoZfmKN1C+vY6batKTkP9l5ccrLdr+rP/iqnbDgg=; b=J+XwOvZoPTBvi+tOcsTsQXX/7szvhVcdLaR6B+zDrJmxHqG9xb9HRYHXH7lKwt3PWFz8Fz upja0UFaykA8Lsyt5GoWtTRcTI0b1MCwTVFZRm+u8LC6mKLxGZw1LR09WdjWY5QvpmVeUk VjoBoIVJ0Z8KJH/4KW+hm7McrM6tny8= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-336-s09BiMX1PLS98sAVI2-v2g-1; Fri, 23 Oct 2020 12:51:41 -0400 X-MC-Unique: s09BiMX1PLS98sAVI2-v2g-1 Received: by mail-vk1-f199.google.com with SMTP id n3so508841vkc.16 for ; Fri, 23 Oct 2020 09:51:41 -0700 (PDT) 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=uCvXoZfmKN1C+vY6batKTkP9l5ccrLdr+rP/iqnbDgg=; b=r+8LpZE9dsJHFOhROvWjqJjJ4Jw5m7t6e3RrorIIdlY8+2GJupIwhqMtvCFoXZWnoW Ca0f+HTAWbyketIqqA2T+a5Q1sEZQ/gKMjZu1tGQU4gPkfFXDXbU6NUEadReih1l7noG n0+3L+FGLuabWXaMooO0LS/2Iw3ki+vYUjYv9O9oBwJL6x4/o8zoFK913xTG9jKYd0ug z5rNBcQEO6B6q4abCXyjsXZps7LF8HBK8p5yqS9b/nAQnjXKBrOwZ8nMZUnvPeoSPQ9E z9mVX5lV5x7oafJnrow11za6+mtgXIUcfJOCPyU2pQMirqid/nCgetWp7tVY35TQyopH B3og== X-Gm-Message-State: AOAM531KMD0NQUMf/hAVqoG0jovdr2T3zqSqahuKVmCYxmF2gR0vEit3 VPVRzz5enu8Wxgn/KKBvEeUsIMkZyO86aT+FPn6pO6+JnNAxk8WfLt6ueEJ0V4LGi7VJ3wzJWC3 d8gl6hbgDmwZxsJbWypI= X-Received: by 2002:a1f:9651:: with SMTP id y78mr2345546vkd.22.1603471901111; Fri, 23 Oct 2020 09:51:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzOiVBwS0aBe4lCUkZsxlvjXLj8tHJPN9W5pMg+7wQZGOIO4WZOZZkRUnNIZRYu+BGxWImiwcXbo1QK5vBNRfk= X-Received: by 2002:a1f:9651:: with SMTP id y78mr2345531vkd.22.1603471900767; Fri, 23 Oct 2020 09:51:40 -0700 (PDT) MIME-Version: 1.0 References: <20201023160721.508702-1-mdr@ashroe.eu> In-Reply-To: <20201023160721.508702-1-mdr@ashroe.eu> From: David Marchand Date: Fri, 23 Oct 2020 18:51:29 +0200 Message-ID: To: Ray Kinsella Cc: Neil Horman , "Mcnamara, John" , Thomas Monjalon , dev 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 v1] doc: update abi version references 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 Fri, Oct 23, 2020 at 6:11 PM Ray Kinsella wrote: > > Updated references to abi versions in the contributors guide. Thanks for looking at it. I would keep the dpdk release version aligned with updated ABI ver. Caught 3 references in the first file. %s/19.11/20.11/g can fix this. Then: Reviewed-by: David Marchand -- David Marchand