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 EE758A04C1; Sun, 27 Sep 2020 14:21:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6CEAE1D65A; Sun, 27 Sep 2020 14:21:29 +0200 (CEST) Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) by dpdk.org (Postfix) with ESMTP id 867DC1D442 for ; Sun, 27 Sep 2020 14:21:26 +0200 (CEST) Received: by mail-io1-f65.google.com with SMTP id q4so8260716iop.5 for ; Sun, 27 Sep 2020 05:21:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=HZ0dCUZ8xXSuNj2GeXJB5N/PKwDBF550ExFMzbqvIV8=; b=XXxxIbIND9T85HiKlIYFDmaX16F2QdhbB27zbifigc7bJSsmqjz0N5fSJR5KORRGRj gMwJsL9xWtklT2y5CYXNDOqwUZHJhELwSYVxeBOzHgrzz8+duFNucIUHhLdaFbFsjASt ZSNrSVza81VqCf6vkYc//5gX5XKf72kf8AKSiLb104unMAQt2NPwZwPEtBPQx19KWJgh CAUTQi+fxioP3622kOfqjLuX6SvDGgTWmvxDZoE5QMKzyXBFMhmXG3OkJIpzpi3NaTJZ H7ChQ4lE5pjs974pZt/ByVpKFhOiDzHcZi4eTyeaiWgxs6BIP9hC2/bwQuIoLPLFMwfE OP3A== 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=HZ0dCUZ8xXSuNj2GeXJB5N/PKwDBF550ExFMzbqvIV8=; b=XrULrtdFgPGtnokcrB05GCnbp6Vzp1oXsKlEiP/nI5KQ77CWLJ5fOBUzVArEbpSwEL yvvhydV0EwUp39Vicc9nYZ4Sr5KIpDxYNfssQ1+G5nZ+5PfoPvY7nJbdBVKy2DlvFjpt KP11629wcDrTfbC/vNP7y5W57g0mLDxfd0AElykJXa7PdFgiM3wL3aJJl3UFswhplbsv eSLgxtxXENATDt1b1dS1ngy5OLQnKP6XfUoh6GuB77c/tk8uEPP6O1fmly0ltwNQW+Lc 6DnAGBJwDEW0/yAwcexzXr9a5T5c8kH/CaC/CtgqPyc4vftVn7loGgkmxvO7D8AZ8qTM h88A== X-Gm-Message-State: AOAM533nM0n8e+STXAXvlFSj/PwBfaQQF5JAyCRaaou3CKmby+9CLGlR UPH+JCvq8tMNipos5fZp+PuvESfO00HPZ4QyKVs= X-Google-Smtp-Source: ABdhPJyxfJTRZ5lAY2ecPhwI5Jd9pZ0QiDPAhni60j+Zx4MChphgsBZKINQsZWHYBdiNhE71de6MdFqgc1QC0KBw0oc= X-Received: by 2002:a05:6638:11cc:: with SMTP id g12mr5362136jas.113.1601209285848; Sun, 27 Sep 2020 05:21:25 -0700 (PDT) MIME-Version: 1.0 References: <20200925115508.4179-1-manishc@marvell.com> <20200925115508.4179-2-manishc@marvell.com> In-Reply-To: <20200925115508.4179-2-manishc@marvell.com> From: Jerin Jacob Date: Sun, 27 Sep 2020 17:51:09 +0530 Message-ID: To: Manish Chopra Cc: Jerin Jacob , Ferruh Yigit , Gaetan Rivet , dpdk-dev , Igor Russkikh , Rasesh Mody , GR-Everest-DPDK-Dev , Rosen Xu , Tianfei zhang , Heinrich Kuhn , Qiming Yang , Qi Zhang Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v6 1/6] drivers: add generic API to find PCI extended cap 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, Sep 25, 2020 at 5:26 PM Manish Chopra wrote: > > By adding generic API, this patch removes individual > functions/defines implemented by drivers to find extended > PCI capabilities. > > Signed-off-by: Manish Chopra > Signed-off-by: Igor Russkikh > Reviewed-by: Gaetan Rivet Reviewed-by: Jerin Jacob @Thomas Monjalon @David Marchand @Ferruh Yigit Othe patches in the qede series is depending on this patch, Let me know, how we are planning to pull this patch? Is through main or dpdk-next-net or dpdk-next-net-mrvl?