From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50890CD6E6E for ; Wed, 11 Oct 2023 13:42:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235035AbjJKNmN (ORCPT ); Wed, 11 Oct 2023 09:42:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235017AbjJKNmG (ORCPT ); Wed, 11 Oct 2023 09:42:06 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D1779E for ; Wed, 11 Oct 2023 06:41:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1697031680; 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=T+KucV+wEcu2y8oFyKIRnTqpLdCzMuJipkHE1kZ1uuE=; b=ZHtB1ZRF4frVukNU5XDVhUZrkYL9mm1ETp/0bHHZhB4W1J8/RtFW0rYMlSkQgzdEjg11yP AU5O+uLN77e8WWfTQuHoCI7lUDLKykJYHyvXWfdkdocnmMDypWJ3IvNxjn5+ZHRn/hQmVt +U7uaKc5cd7zfNUZzpWGSqykf8746TA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-558-poPM7PFXNouZSzxpmcbA_Q-1; Wed, 11 Oct 2023 09:41:16 -0400 X-MC-Unique: poPM7PFXNouZSzxpmcbA_Q-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C7935185A795; Wed, 11 Oct 2023 13:41:15 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.34.140]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 58AED158; Wed, 11 Oct 2023 13:41:15 +0000 (UTC) From: Aaron Conole To: Paolo Abeni Cc: netdev@vger.kernel.org, dev@openvswitch.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Pravin B Shelar , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Adrian Moreno , Eelco Chaudron Subject: Re: [PATCH net 4/4] selftests: openvswitch: Fix the ct_tuple for v4 References: <20231006151258.983906-1-aconole@redhat.com> <20231006151258.983906-5-aconole@redhat.com> <417e00407c64ccc39fce35bdb41b6765363d9fb1.camel@redhat.com> Date: Wed, 11 Oct 2023 09:41:09 -0400 In-Reply-To: <417e00407c64ccc39fce35bdb41b6765363d9fb1.camel@redhat.com> (Paolo Abeni's message of "Tue, 10 Oct 2023 12:31:05 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Paolo Abeni writes: > On Fri, 2023-10-06 at 11:12 -0400, Aaron Conole wrote: >> Caught during code review. > > Since there are a few other small things, please additionally expand > this changelog briefly describing the addressed problem and it's > consequences. ACK. will fix in v2. Thanks Paolo! > Thanks, > > Paolo