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 A5218A04B7 for ; Mon, 12 Oct 2020 14:20:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 72D801D6F0; Mon, 12 Oct 2020 14:20:39 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 921561D6D6 for ; Mon, 12 Oct 2020 14:20:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602505235; 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=hy2Qlpa7gDvPRGmq2vtE1sLuj+J7Fh+VJ0uv6rbxtNY=; b=L3ebPEKrUV/65vKPtFy/uOWXcvaVQESlCy7q0H2VzWJ3eN/StuAlTGk4cE8vlcfTBWZfW0 WSziwex+Mn+gE0icCzUTqFgm1DL5fmb9348mMpsgN5g3LBVWRU2KDcKPbOQMuuknl2H/9q +z20Q3bgbKVwP6cQXoXoudkw+IjzHLM= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-21-AYhL0dbiMbOtE_BZbXBucg-1; Mon, 12 Oct 2020 08:20:31 -0400 X-MC-Unique: AYhL0dbiMbOtE_BZbXBucg-1 Received: by mail-ua1-f72.google.com with SMTP id e16so307003uar.16 for ; Mon, 12 Oct 2020 05:20:31 -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=hy2Qlpa7gDvPRGmq2vtE1sLuj+J7Fh+VJ0uv6rbxtNY=; b=X7zioTRdtIPnnZBdKQtjlipBwrLJ1f9VeEEhUuPpU9NA5Nm8YF76/ZeDXaCvJzxCvH 8UlZRHLr7H7dsV0nFk+1l73hZ/GczCULaO1YgQL6pgfVOMJ4lHvfPdHEZe2f0UxtmlsM CtiOPEuJvf3Id+XA7+pVLm3vA6WnzbcmYxbn+uzoDygjHAg3W3jZvnHFyjGxhC0CZdDF ibXhh8nJjDof7EuD/gJ9k8X6OoKYUmepPLKHKsQ9rXjrE4xnwjG661kxc3Xs1GQwwSMI VtzyQr3pcVGXEN4xME6jW9m+q+CgoJs2CRFWNRc6Thim0NqPbEWvS2lSXesb0ZaK0sAM 2xTQ== X-Gm-Message-State: AOAM533H27iC6hgr5BmaD/l7krKQuwIPMa+VEy3Co1DfxmiVRxk6FWjx Kf+6SuHRdLJV+MP3v3igTix+hRwP1SdDkaTkcUvItGLJ4pGLOafhciDCIA4GhggG3t4sVXuK8D7 pQm4/8cybF7ziqCfu4f9d4Qo= X-Received: by 2002:a1f:6014:: with SMTP id u20mr648735vkb.9.1602505230727; Mon, 12 Oct 2020 05:20:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwmFy9QIpezfWgQuo4rbAZh6HvTUA8K+BDmH6xeUfOBLmId5VVrXcR0z7T6j9D/kZhiryRg/1u9e92p39NwfMM= X-Received: by 2002:a1f:6014:: with SMTP id u20mr648732vkb.9.1602505230552; Mon, 12 Oct 2020 05:20:30 -0700 (PDT) MIME-Version: 1.0 References: <20201009071554.30510-1-david.marchand@redhat.com> In-Reply-To: <20201009071554.30510-1-david.marchand@redhat.com> From: David Marchand Date: Mon, 12 Oct 2020 14:20:19 +0200 Message-ID: To: dev Cc: dpdk stable , Vipin Varghese , Harry van Haaren 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-stable] [dpdk-dev] [PATCH] eal: fix doxygen for EAL cleanup X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, Oct 9, 2020 at 9:16 AM David Marchand wrote: > > Align rte_eal_cleanup return codes description to the rest of dpdk. > > Fixes: aec9c13c5257 ("eal: add function to release internal resources") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand Acked-by: Thomas Monjalon Applied. -- David Marchand