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 2E21CA0C4A; Tue, 13 Jul 2021 12:04:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 183B7411BD; Tue, 13 Jul 2021 12:04:10 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 009D5410E6 for ; Tue, 13 Jul 2021 12:04:08 +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) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 9D5437F510; Tue, 13 Jul 2021 13:04:08 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 9D5437F510 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1626170648; bh=p5+ZEOZwJrWeM2lGOur0zLfJB58YfiDsW+HqwNwNyKg=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=nrfgfP1nd5MX735NDMBBW0G73g8fsLPGwjnKqZNNjYoJ1tXhE5Id9eWa2XiKlh6yO TCtmY7fUC76rsWf3r/Vk26zytWeIiKu/JmZpFeeU7av9u8WDlv+WoZqwNAmmB8y+hb Nm+d8BIrw05BHJ0jcDl+lf368Sx4HB36Uf1XKVbU= To: Gregory Etelson , Ori Kam , Slava Ovsiienko Cc: Xiaoyun Li , "dev@dpdk.org" References: <20210705115217.4768-1-getelson@nvidia.com> <20210713072925.18540-1-getelson@nvidia.com> <319c7581-498b-1f15-3d8b-c56a9e1393e8@oktetlabs.ru> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <792abfea-99b9-1a47-ebeb-55f83e823488@oktetlabs.ru> Date: Tue, 13 Jul 2021 13:04:08 +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 v2] app/testpmd: add flow item to match on IPv4 version_ihl field 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/13/21 11:54 AM, Gregory Etelson wrote: > Hello, > > The patch was reviewed and approved by @Slava Ovsiienko I don't see it in patchwork and mailing list. Slava, could you send formal Acked-by or Reviewed-by, please. Thanks, Andrew.