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 24222A0A0C; Fri, 2 Jul 2021 15:39:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B174A41363; Fri, 2 Jul 2021 15:39:40 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 1E07F41353 for ; Fri, 2 Jul 2021 15:39:39 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 8F53F7F504; Fri, 2 Jul 2021 16:39:38 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 8F53F7F504 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1625233178; bh=CMtBGmnDrL7Rn8+Us/DToMHT3J6dKG3AqmKLQzTetVU=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=HFF1iRYC6XxsjqNzwQqgGHNt5dO+Ca6OfruBPBT4DeeWZ8Mpc8Al/6xXjSahXhCuj KT2KAClbCpAsgiXDDNJoHo7T0BBSMtECQxjxcjJlhpFGF/DMxs0yCO62B6PLiThBKS uo0JqxgW1dFeHE9qsCtbMeAvGU0wBpEiFdZBNIHk= To: David Marchand Cc: Bruce Richardson , Thomas Monjalon , dev , Igor Romanov , Andy Moreton , Ivan Malov References: <20210527152510.1551026-1-andrew.rybchenko@oktetlabs.ru> <20210618134032.1922012-20-andrew.rybchenko@oktetlabs.ru> <23888533.A65Z59arLz@thomas> <8a3c653e-65db-fc48-253c-db78037635f3@oktetlabs.ru> <0704be2b-674b-5e04-2c0e-ad8b0c528bf5@oktetlabs.ru> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Fri, 2 Jul 2021 16:39:38 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 19/20] net/sfc: support flow action COUNT in transfer rules 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" On 7/2/21 4:37 PM, David Marchand wrote: > On Fri, Jul 2, 2021 at 10:43 AM Andrew Rybchenko > wrote: >> I've send v4 with the problem fixed. However, I'm afraid >> build test systems should be updated to have libatomic >> correctly installed. Otherwise, they do not really check >> net/sfc build. > > CI systems must be updated if they check ABI. > And in general, we want them to continue testing net/sfc. > I sent a mail to ask for this. Many thanks, David