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 157DDA09E0; Fri, 13 Nov 2020 14:05:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C81C2C87C; Fri, 13 Nov 2020 14:05:00 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 8EDAC4C96 for ; Fri, 13 Nov 2020 14:04:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605272698; 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=rY++M5Nw+Oqy5XbL89LSh4kNEWYHcZSr46mL32ouBiU=; b=GHzbvlbu0GzYEvcO60oNTixsHZICCcfycvwDnxyjweUqsE/hCooSOnBU5obABRdF9crW2t E+s+e6dTkp0DcA24JYjdbcgYSpp2pvPJQHsZs8kJteY2H9onEFbx4tcYFoTqNifOQRuC+/ DtkCbbWap6TUoVZIVumXmEo8KvnBX3s= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-37-s27ECD1jN8KKVmVF_sMHUg-1; Fri, 13 Nov 2020 08:04:56 -0500 X-MC-Unique: s27ECD1jN8KKVmVF_sMHUg-1 Received: by mail-vs1-f69.google.com with SMTP id i6so1071232vsc.23 for ; Fri, 13 Nov 2020 05:04:56 -0800 (PST) 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=rY++M5Nw+Oqy5XbL89LSh4kNEWYHcZSr46mL32ouBiU=; b=MArW4t50zZm/zuWX5QvCtV9Ra07ahffihfSm957Oj0fn/Pn7sPlqUKUGM3p42ZcOMf T2tzHow/Re0Ksis1SrIoXq0g7XqancUrBiHH4kSV+5l0+F+hi4p5ugRZJRH5Z5M+tx07 Q+pitUnMGOKc4SdL20whSu4JjdE3ZWbz7A+X85kdILUt/NzEvjJD5crQZqsVmNP0yuja XhMzQLTDHpwIx9NQQ4OGm3haQSavOik94GofCDWO62X7XG+fA7qHqI7wCABeCiuVmsCH xqPejb/mqi04Ue2ZlyeKu6RH5hSQyu2q0ySmzPKOsEYd5SoiNzKsGsfRynwmGKM+zMZC OH5Q== X-Gm-Message-State: AOAM533n9UO9srgnhkHD2yITh4kedhAfYPzEgJHoKB9LNK7Bj8fIrqq6 G2sKmNu1hdAUpu6ChSXn8vwmMO2kXejKF5pfqrf7kdakajjQb9z8hX+g0LhYBS9a477YgIqaqCQ ymp3tAF5owf+5ZGlfhOY= X-Received: by 2002:a1f:9004:: with SMTP id s4mr877464vkd.22.1605272696178; Fri, 13 Nov 2020 05:04:56 -0800 (PST) X-Google-Smtp-Source: ABdhPJwa0LI7WoL35ftxGlb7CJOP/L24GhCPLIDxWDcSeBeHgHaNGdqMmbuL9H8CHgBRfUKcy0paUvitphbfWfKM+Qw= X-Received: by 2002:a1f:9004:: with SMTP id s4mr877258vkd.22.1605272694319; Fri, 13 Nov 2020 05:04:54 -0800 (PST) MIME-Version: 1.0 References: <20201105152746.24821-1-cristian.dumitrescu@intel.com> In-Reply-To: <20201105152746.24821-1-cristian.dumitrescu@intel.com> From: David Marchand Date: Fri, 13 Nov 2020 14:04:43 +0100 Message-ID: To: Cristian Dumitrescu Cc: dev , "Khangar, Churchill" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] table: fix exact match lookup X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 Thu, Nov 5, 2020 at 4:27 PM Cristian Dumitrescu wrote: > > Fix for the exact match lookup function. > > Fixes: d0a00966618b ("table: add exact match SWX table") > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Churchill Khangar Applied, thanks. -- David Marchand