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 6F5BCA04DE; Fri, 23 Oct 2020 13:37:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B71ABA93D; Fri, 23 Oct 2020 13:37:34 +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 2B310A935 for ; Fri, 23 Oct 2020 13:37:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603453050; 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=VbN/Yc1yqWpA0ER6nElU+MVbSTGFPGeqAvMnhYnhNu8=; b=c1uK5a62WswOZGpG4+4o7Q9BBEBXgx273SLxRZCa6H5ZJu+Tnw5MmNXAb240QYEKzou2fj GS0PYLGSUjX+NV9nshKBgxJEM6ePthwrd/YyjKsakzwNVfP3XZRstloflkWxPfDm0CmS1T t1gX/EkxnDmXMWtlo0SwaLSnWgA+JHw= 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-516-xhOGhXNwOFWX1a5u26A4cA-1; Fri, 23 Oct 2020 07:37:29 -0400 X-MC-Unique: xhOGhXNwOFWX1a5u26A4cA-1 Received: by mail-vk1-f199.google.com with SMTP id n3so112531vkc.16 for ; Fri, 23 Oct 2020 04:37:28 -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=VbN/Yc1yqWpA0ER6nElU+MVbSTGFPGeqAvMnhYnhNu8=; b=MQeEVMoePV235GMvV6dtjR5SMRLQVVGS85ilg3k+DSxwtTHZCP0v0KXoQFkZtO7vBZ Hzspvz6nO6iPoiDB6nNI3g6jbsXfjF077MFA5nrm+ZyZA4NcZMDA3kfCU9eCmOpQXNF/ CYxFupTfhpU/HQHWgC74uTvCyyYYh8GgpxESGF9TlU1YAsXeH5TyZUWoTJyRobjtAHOs LOYBmzbhc6AtllHbN4gOQXIKb93ptE3J4avX8gQvWwF/q+fuWgtZeEDcrljyuaInpeGO GiorqfX3gz4x9aCY5gWhOkHAQ8vSKHBCQCZfAvihV2+Xxhcrd6RZ9fV4Bk2j+hnnZ84S zacA== X-Gm-Message-State: AOAM532cd3KzeK+r3xPwoRjmx6NXRuezmmJ3xXjbRsEEFaIpCcw7DkHJ zT7Qbg+qveXFtuUvTP6D5HZZUGPlxGtM3TGcUN0Vv2NWsWE9zaet8jwSi6v/pP96c71K7XN2YIU Vyu9vdL73k+HmsNX9FgM= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr1028190vsa.27.1603453048461; Fri, 23 Oct 2020 04:37:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyVEiyArqAzskWeAo8UM6XToMlFQpWMzsPUq+DkYoBRLqbuDVB8mBkuyPmXpJXEvhpuhT1BWKVDnQ3pw+O3DyA= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr1028184vsa.27.1603453048274; Fri, 23 Oct 2020 04:37:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Fri, 23 Oct 2020 13:37:17 +0200 Message-ID: To: wangyunjian Cc: dev , Jeff Guo , Jerin Jacob Kollanukkaran , "Lilijun (Jerry)" , xudingke 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 v5 0/3] fixes for device event 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 Wed, Oct 21, 2020 at 1:18 PM wangyunjian wrote: > > From: Yunjian Wang > > This series include three fixes patches for device event. For the series, Acked-by: David Marchand Applied, thanks. -- David Marchand