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 BFF73A052E for ; Mon, 9 Mar 2020 16:37:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AAE2D1C0CC; Mon, 9 Mar 2020 16:37:15 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id BC9321C0C0 for ; Mon, 9 Mar 2020 16:37:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583768233; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=afg0jM7Z6TgRBESuT2ADq5ZyylEyDixqpTrHwMYpw88=; b=HXEx5TA0DtK7kqF/TL+WUSB0LhmeoWLuiQuBOnyl6fuXS7dtjEARAfOGj4qDsFthTSqIEG m/BdyWeS5iJEHV9Hxey4e3PeufNYmfUJTjTL/cNSNjfqTt+L6sqHAsbzKaIfcnG5KbM/cZ 49t0sIYb2dTki0BrX3SGe6XggPhqKb0= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-412-2GypqAUSPx6fuJbjh___gg-1; Mon, 09 Mar 2020 11:37:06 -0400 X-MC-Unique: 2GypqAUSPx6fuJbjh___gg-1 Received: by mail-vk1-f197.google.com with SMTP id x124so4691850vkf.11 for ; Mon, 09 Mar 2020 08:37:06 -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=jLigxZ/ViYr3YN9wdJAq0CzFnY2TH7AVZVkYULYj8Pk=; b=PazhxBUfU137yvPTiyvxv/WTh0Def5G+G9x1YwR69onVHgG+jiNGXs7Lv6wADqFcuY oj+0lNl0ufEmpbioePYGKc2Hc3mY52wcZJ7w6boZHAsqXYbD2iTrfrlUcbntyl4XXS7v VrNJ2FL48RTK1tTP304UQgSXTEuuyEblJjzxNMZFjlkA5B8SJTIZ8y94dEKp1nr1pw4k OPprppDFo9AIPNn4CIESCPjxW4Y6ihoOQYLsi5zbGsjAPxFs5S5yIJMfoi4JXVUK8aIK QmKzFF2fLEFckbwhmiu2kdmoFVfqIjGaUFE1zIGWjUWPgvg3iowNOo4EsWbR2wSLn/W5 dg0Q== X-Gm-Message-State: ANhLgQ3+X+tBiKX5iznrDUpXvXO6MvOGmkUwpUPpki9LYvzsewLPYqnd hZoBw4KfVLnsanSGdQTrdrnpYAUPoi9DUHnslGZ4JaBDn4iC2Im9wGYRoCC4FCVZq5mEivMLR+S 4yikcFn5eHjpVB7+6WA== X-Received: by 2002:a1f:9d8a:: with SMTP id g132mr9234431vke.39.1583768225947; Mon, 09 Mar 2020 08:37:05 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuC9J1BLVL4K+vnbE5OoCHGVlB/cHqiHdc/FPQnaT4WSGFN2WRc3OUHFEXTVgmYd3j85vJcSowxg/BkUhnDe1M= X-Received: by 2002:a1f:9d8a:: with SMTP id g132mr9234409vke.39.1583768225661; Mon, 09 Mar 2020 08:37:05 -0700 (PDT) MIME-Version: 1.0 References: <20200309141437.11800-1-haiyue.wang@intel.com> In-Reply-To: <20200309141437.11800-1-haiyue.wang@intel.com> From: David Marchand Date: Mon, 9 Mar 2020 16:36:54 +0100 Message-ID: To: Haiyue Wang Cc: dev , Xiaolong Ye , Qi Zhang , Qiming Yang , Beilei Xing , Wei Zhao , Aaron Conole , ci@dpdk.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-ci] [dpdk-dev] [PATCH v1 0/4] add Intel DCF PMD support X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" On Mon, Mar 9, 2020 at 3:22 PM Haiyue Wang wrote: > > A DCF (Device Config Function) based approach is proposed where a device > bound to the device's VF0 can act as a sole controlling entity to exercis= e > advance functionality (such as switch, ACL) for rest of the VFs. > > The DCF works as a standalone PMD to support this function, which shares = the > ice PMD flow control core function and the iavf virtchnl mailbox core mod= ule. > > This patchset is based on: > [1] https://patchwork.dpdk.org/cover/66417/ update ice base code The problem is that the CI(s) won't handle this. Example for the robot: https://travis-ci.com/ovsrobot/dpdk/builds/152461907 Maybe we could add something as an annotation to the cover letter or the first patch of a series so that the CI(s) can detect and try to be intelligent? --=20 David Marchand