From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 39CB3A0C58; Mon, 23 Aug 2021 14:41:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 282084014D; Mon, 23 Aug 2021 14:41:33 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 6D6D040042 for ; Mon, 23 Aug 2021 14:41:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1629722491; 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=MfN4/WzmPHcbw9wlZYGGffcK8/JBB/FcL47xIedyras=; b=AKhN4u2JQVlZb7wGcl7jpYUOhRiOClDTJvqQwdUAgyYoIEWbhOAviipyK0UbaHrItQ2JiQ 95GTR0pCNcwO+GaqPgkWHBj6EKMhbvNUm5LCE2B1EYZyIxQlqpBRI1fKH7Vxh5yyXAkKZ1 998T9dhucHxBfimsc6MpyyPFCDvtnyw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-43-_u91scvoPpaehvdo41wkZw-1; Mon, 23 Aug 2021 08:41:29 -0400 X-MC-Unique: _u91scvoPpaehvdo41wkZw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CFE628799EB; Mon, 23 Aug 2021 12:41:27 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.33.26]) by smtp.corp.redhat.com (Postfix) with ESMTPS id ACE896E0BE; Mon, 23 Aug 2021 12:41:20 +0000 (UTC) From: Aaron Conole To: Thomas Monjalon Cc: Wenjun Wu , dev@dpdk.org, qiming.yang@intel.com, qi.z.zhang@intel.com, yuying.zhang@intel.com, Ferruh Yigit , David Marchand , dpdklab References: <20210802072517.942854-1-wenjun1.wu@intel.com> <4246783.pNFVhGmVNY@thomas> Date: Mon, 23 Aug 2021 08:41:19 -0400 In-Reply-To: <4246783.pNFVhGmVNY@thomas> (Thomas Monjalon's message of "Fri, 13 Aug 2021 15:21:31 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Subject: Re: [dpdk-dev] [PATCH v1] net/ice: fix the reversed priority of DCF switch rule X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Thomas Monjalon writes: > 13/08/2021 12:45, Ferruh Yigit: >> On 8/2/2021 8:25 AM, Wenjun Wu wrote: >> > This patch fixes the reversed priority of DCF switch rule. Priority 0 and 1 >> > are supported, and priority 0 should be the highest priority. >> > >> > Fixes: 2321e34c23b3 ("net/ice: support flow priority for DCF switch filter") >> > >> >> I guess 'Cc: stable@dpdk.org' tag is needed, will add in next-net. >> Please check if it is needed next time, './devtools/check-git-log.sh' should help. >> >> @Aaron, @Thomas, Can we add 'check-git-log.sh' checks to the CI? > > We need first to fix the rule for the patches touching "common/". > There is a patch in progress. I think it's possible to add - I don't think it will be too much work.